#FA0376

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

Shades of Deep Pink #FA0376

Tints of Deep Pink #FA0376

Color information

#FA0376 (or 0xFA0376) is unknown color: approx Deep Pink. HEX triplet: FA, 03 and 76. RGB value is (250,3,118). Sum of RGB (Red+Green+Blue) = 250+3+118=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0376 is #05FC89. Grayscale: #595959. Windows color (decimal): -392330 or 7734266. OLE color: 7734266.

HSL color Cylindrical-coordinate representation of color #FA0376: hue angle of 332.06º 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 #FA0376 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB2503118-
CMYK00.990.530.02
HSL332.06º97.63%49.61%-
HSV(B)332.06º98.8%98.04%-
XYZ42.7321.719.08-
YUV89.96143.83242.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.39%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=67.39%
G=0.81%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250311800.990.530.02332.0697.6349.61
HexFA37606335214c6232
Octal3723166014365251414262
Binary1111101011111011001100011110101101010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0376; }

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

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

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

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

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

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

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

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