color codes Logo

#f90b48 color codes

#F90B48
(249,11,72)
0 Favorites   0 Comments

Color spaces of #f90b48

RGB 2491172
HSL0.960.950.51
HSV345°96°98°
CMYK 0.000.960.71   0.02
XYZ40.356320.84708.0277
Yxy20.84700.58290.3011
Hunter Lab45.658577.868821.5366
CIE-Lab52.781679.331134.7254

#f90b48 color RGB value is (249,11,72).

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

The process color (four color CMYK) of #f90b48 color code is 0.00, 0.96, 0.71, 0.02. Web safe color of #f90b48 is #ff0033. Color #f90b48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001011 01001000
Octal 371 13 110
Decimal 249 11 72
Hex F9 B 48

RGB Percentages of Color #f90b48

%75.00
%3.31
%21.69

CMYK Percentages of Color #f90b48

%0
%96
%71
%2

Triadic Colors of #f90b48

#f90b48 #48f90b #0b48f9

Analogous Colors of #f90b48

#f90b48 #f9450b #f90bbf

Monochromatic Colors of #f90b48

#f90b48

Complementary Color

#f90b48 #0bf9bc

#f90b48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90b48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90b48 Color CSS Codes

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

#f90b48 Text Font Color

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

This sample text font color is #f90b48
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.


#f90b48 Background Color

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

This div background color is #f90b48


#f90b48 Border Color

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

This div border color is #f90b48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90b48


Comments

No comments written yet.

Please login to write comment.