color codes Logo

#f90b54 color codes

#F90B54
(249,11,84)
0 Favorites   0 Comments

Color spaces of #f90b54

RGB 2491184
HSL0.950.950.51
HSV342°96°98°
CMYK 0.000.960.66   0.02
XYZ40.786821.019210.2949
Yxy21.01920.56570.2915
Hunter Lab45.846778.568018.7791
CIE-Lab52.970579.848627.8009

#f90b54 color RGB value is (249,11,84).

#f90b54 hex color red value is 249, green value is 11 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #f90b54 hue: 0.95 , saturation: 0.95 and the lightness value of f90b54 is 0.51.

The process color (four color CMYK) of #f90b54 color code is 0.00, 0.96, 0.66, 0.02. Web safe color of #f90b54 is #ff0066. Color #f90b54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001011 01010100
Octal 371 13 124
Decimal 249 11 84
Hex F9 B 54

RGB Percentages of Color #f90b54

%72.38
%3.20
%24.42

CMYK Percentages of Color #f90b54

%0
%96
%66
%2

Triadic Colors of #f90b54

#f90b54 #54f90b #0b54f9

Analogous Colors of #f90b54

#f90b54 #f9390b #f90bcb

Monochromatic Colors of #f90b54

#f90b54

Complementary Color

#f90b54 #0bf9b0

#f90b54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90b54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90b54 Color CSS Codes

.mybgcolor {background-color:#f90b54; } 
.myforecolor {color:#f90b54; }
.mybordercolor {border:3px solid #f90b54; }

#f90b54 Text Font Color

<p style="color:#f90b54">Text here</p>

This sample text font color is #f90b54
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f90b54 Background Color

<div style="background-color:#f90b54">
Div content here</div>

This div background color is #f90b54


#f90b54 Border Color

<div style="border:3px solid #f90b54">
Div here</div>

This div border color is #f90b54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,11,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f90b54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f90b54;
  -webkit-box-shadow: 1px 1px 3px 2px #f90b54;
  box-shadow:         1px 1px 3px 2px #f90b54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,11,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f90b54">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f90b54;
  -webkit-box-shadow: 1px 1px 3px 2px #f90b54;
  box-shadow:         1px 1px 3px 2px #f90b54;">
Div content here</div>

This div box has shadow with color #f90b54


Comments

No comments written yet.

Please login to write comment.