Color Hex Logo

#f9005a Color Hex

#F9005A
(249,0,90)
0 Favorites   0 Comments

Color spaces of #f9005a

RGB 249090
HSL0.941.000.49
HSV338°100°98°
CMYK 0.001.000.64   0.02
XYZ40.912420.877911.5464
Yxy20.87790.55790.2847
Hunter Lab45.692379.865317.0021
CIE-Lab52.815680.902923.9820

#f9005a color RGB value is (249,0,90).

#f9005a hex color red value is 249, green value is 0 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #f9005a hue: 0.94 , saturation: 1.00 and the lightness value of f9005a is 0.49.

The process color (four color CMYK) of #f9005a color hex is 0.00, 1.00, 0.64, 0.02. Web safe color of #f9005a is #ff0066. Color #f9005a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 01011010
Octal 371 0 132
Decimal 249 0 90
Hex F9 0 5A

RGB Percentages of Color #f9005a

%73.45
%0.00
%26.55

CMYK Percentages of Color #f9005a

%0
%100
%64
%2

Triadic Colors of #f9005a

#f9005a #5af900 #005af9

Analogous Colors of #f9005a

#f9005a #f92200 #f900d7

Monochromatic Colors of #f9005a

#f9005a

Complementary Color

#f9005a #00f99f

#f9005a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9005a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9005a Color CSS Codes

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

#f9005a Text Font Color

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

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


#f9005a Background Color

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

This div background color is #f9005a


#f9005a Border Color

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

This div border color is #f9005a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9005a

Related Colors


Comments

No comments written yet.

Please login to write comment.