#FA0377

Color #FA0377 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FA0377

Tints of Deep Pink #FA0377

Color information

#FA0377 (or 0xFA0377) is unknown color: approx Deep Pink. HEX triplet: FA, 03 and 77. RGB value is (250,3,119). Sum of RGB (Red+Green+Blue) = 250+3+119=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0377 is #05FC88. Grayscale: #595959. Windows color (decimal): -392329 or 7799802. OLE color: 7799802.

HSL color Cylindrical-coordinate representation of color #FA0377: hue angle of 331.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0377 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB2503119-
CMYK00.990.520.02
HSL331.82º97.63%49.61%-
HSV(B)331.82º98.8%98.04%-
XYZ42.7921.7219.39-
YUV90.08144.33242.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 67.20%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=67.20%
G=0.81%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250311900.990.520.02331.8297.6349.61
HexFA37706334214c6232
Octal3723167014364251414262
Binary1111101011111011101100011110100101010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0377; }

 p { color: rgb(250,3,119); }

 H1.HeaderClassName
 {
   color: #FA0377;
 }
 .AnyTagClassName
 {
   color: #FA0377;
 }
</style>
background-color css

<style>
 a { background-color: #FA0377; }

 a { background-color: rgb(250,3,119); }

 div.DivClassName
 {
   background-color: #FA0377;
 }
 .BgClassName
 {
   background-color: #FA0377;
 }
</style>
border-color css

<style>
 span { border-color: #FA0377; }

 span { border-color: rgb(250,3,119); }

 td.TdClassName
 {
   border-color: #FA0377;
 }
 .TagClassName
 {
   border-color: #FA0377;
 }
</style>