Shades of Deep Pink #F90876
Tints of Deep Pink #F90876
RGB
CMYK
RGB Variations
Color information
#F90876 (or 0xF90876) is known color: Deep Pink. HEX triplet: F9, 08 and 76. RGB value is (249,8,118). Sum of RGB (Red+Green+Blue) = 249+8+118=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F90876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90876 is #06F789. Grayscale: #5C5C5C. Windows color (decimal): -456586 or 7735545. OLE color: 7735545.
HSL color Cylindrical-coordinate representation of color #F90876: hue angle of 332.61º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90876 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 118 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.02 |
| HSL | 332.61º | 0.95% | 0.5% | - |
| HSV(B) | 332.61º | 0.97% | 0.98% | - |
| XYZ | 42.42 | 21.62 | 19.08 | - |
| YUV | 92.6 | 142.34 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 118 | 0 | 0.97 | 0.53 | 0.02 | 332.61 | 0.95 | 0.5 |
| Hex | F9 | 8 | 76 | 0 | 61 | 35 | 2 | 14D | 5F | 32 |
| Octal | 371 | 10 | 166 | 0 | 141 | 65 | 2 | 515 | 137 | 62 |
| Binary | 11111001 | 1000 | 1110110 | 0 | 1100001 | 110101 | 10 | 101001101 | 1011111 | 110010 |
Color Harmonies of #F90876
Complementary color
Monochromatic Colors of #F90876
Black with #F90876
Text Example
Text Example
White with #F90876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90876; }
p { color: rgb(249,8,118); }
H1.HeaderClassName
{
color: #F90876;
}
.AnyTagClassName
{
color: #F90876;
}
</style>
background-color css
<style>
a { background-color: #F90876; }
a { background-color: rgb(249,8,118); }
div.DivClassName
{
background-color: #F90876;
}
.BgClassName
{
background-color: #F90876;
}
</style>
border-color css
<style>
span { border-color: #F90876; }
span { border-color: rgb(249,8,118); }
td.TdClassName
{
border-color: #F90876;
}
.TagClassName
{
border-color: #F90876;
}
</style>