Shades of Deep Pink #FA0276
Tints of Deep Pink #FA0276
RGB
CMYK
RGB Variations
Color information
#FA0276 (or 0xFA0276) is known color: Deep Pink. HEX triplet: FA, 02 and 76. RGB value is (250,2,118). Sum of RGB (Red+Green+Blue) = 250+2+118=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0276 is #05FD89. Grayscale: #595959. Windows color (decimal): -392586 or 7734010. OLE color: 7734010.
HSL color Cylindrical-coordinate representation of color #FA0276: hue angle of 331.94º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0276 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.02 |
| HSL | 331.94º | 0.98% | 0.49% | - |
| HSV(B) | 331.94º | 0.99% | 0.98% | - |
| XYZ | 42.72 | 21.68 | 19.07 | - |
| YUV | 89.38 | 144.16 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 118 | 0 | 0.99 | 0.53 | 0.02 | 331.94 | 0.98 | 0.49 |
| Hex | FA | 2 | 76 | 0 | 63 | 35 | 2 | 14C | 62 | 31 |
| Octal | 372 | 2 | 166 | 0 | 143 | 65 | 2 | 514 | 142 | 61 |
| Binary | 11111010 | 10 | 1110110 | 0 | 1100011 | 110101 | 10 | 101001100 | 1100010 | 110001 |
Color Harmonies of #FA0276
Complementary color
Monochromatic Colors of #FA0276
Black with #FA0276
Text Example
Text Example
White with #FA0276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0276; }
p { color: rgb(250,2,118); }
H1.HeaderClassName
{
color: #FA0276;
}
.AnyTagClassName
{
color: #FA0276;
}
</style>
background-color css
<style>
a { background-color: #FA0276; }
a { background-color: rgb(250,2,118); }
div.DivClassName
{
background-color: #FA0276;
}
.BgClassName
{
background-color: #FA0276;
}
</style>
border-color css
<style>
span { border-color: #FA0276; }
span { border-color: rgb(250,2,118); }
td.TdClassName
{
border-color: #FA0276;
}
.TagClassName
{
border-color: #FA0276;
}
</style>