Shades of Deep Pink #FA0476
Tints of Deep Pink #FA0476
RGB
CMYK
RGB Variations
Color information
#FA0476 (or 0xFA0476) is known color: Deep Pink. HEX triplet: FA, 04 and 76. RGB value is (250,4,118). Sum of RGB (Red+Green+Blue) = 250+4+118=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0476 is #05FB89. Grayscale: #5A5A5A. Windows color (decimal): -392074 or 7734522. OLE color: 7734522.
HSL color Cylindrical-coordinate representation of color #FA0476: hue angle of 332.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0476 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.02 |
| HSL | 332.2º | 0.97% | 0.5% | - |
| HSV(B) | 332.2º | 0.98% | 0.98% | - |
| XYZ | 42.74 | 21.72 | 19.08 | - |
| YUV | 90.55 | 143.5 | 241.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 118 | 0 | 0.98 | 0.53 | 0.02 | 332.2 | 0.97 | 0.5 |
| Hex | FA | 4 | 76 | 0 | 62 | 35 | 2 | 14C | 61 | 32 |
| Octal | 372 | 4 | 166 | 0 | 142 | 65 | 2 | 514 | 141 | 62 |
| Binary | 11111010 | 100 | 1110110 | 0 | 1100010 | 110101 | 10 | 101001100 | 1100001 | 110010 |
Color Harmonies of #FA0476
Complementary color
Monochromatic Colors of #FA0476
Black with #FA0476
Text Example
Text Example
White with #FA0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0476; }
p { color: rgb(250,4,118); }
H1.HeaderClassName
{
color: #FA0476;
}
.AnyTagClassName
{
color: #FA0476;
}
</style>
background-color css
<style>
a { background-color: #FA0476; }
a { background-color: rgb(250,4,118); }
div.DivClassName
{
background-color: #FA0476;
}
.BgClassName
{
background-color: #FA0476;
}
</style>
border-color css
<style>
span { border-color: #FA0476; }
span { border-color: rgb(250,4,118); }
td.TdClassName
{
border-color: #FA0476;
}
.TagClassName
{
border-color: #FA0476;
}
</style>