Shades of Deep Pink #F90376
Tints of Deep Pink #F90376
RGB
CMYK
RGB Variations
Color information
#F90376 (or 0xF90376) is known color: Deep Pink. HEX triplet: F9, 03 and 76. RGB value is (249,3,118). Sum of RGB (Red+Green+Blue) = 249+3+118=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F90376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90376 is #06FC89. Grayscale: #595959. Windows color (decimal): -457866 or 7734265. OLE color: 7734265.
HSL color Cylindrical-coordinate representation of color #F90376: hue angle of 331.95º 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 #F90376 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 118 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.02 |
| HSL | 331.95º | 0.98% | 0.49% | - |
| HSV(B) | 331.95º | 0.99% | 0.98% | - |
| XYZ | 42.37 | 21.51 | 19.06 | - |
| YUV | 89.66 | 144 | 241.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 118 | 0 | 0.99 | 0.53 | 0.02 | 331.95 | 0.98 | 0.49 |
| Hex | F9 | 3 | 76 | 0 | 63 | 35 | 2 | 14C | 62 | 31 |
| Octal | 371 | 3 | 166 | 0 | 143 | 65 | 2 | 514 | 142 | 61 |
| Binary | 11111001 | 11 | 1110110 | 0 | 1100011 | 110101 | 10 | 101001100 | 1100010 | 110001 |
Color Harmonies of #F90376
Complementary color
Monochromatic Colors of #F90376
Black with #F90376
Text Example
Text Example
White with #F90376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90376; }
p { color: rgb(249,3,118); }
H1.HeaderClassName
{
color: #F90376;
}
.AnyTagClassName
{
color: #F90376;
}
</style>
background-color css
<style>
a { background-color: #F90376; }
a { background-color: rgb(249,3,118); }
div.DivClassName
{
background-color: #F90376;
}
.BgClassName
{
background-color: #F90376;
}
</style>
border-color css
<style>
span { border-color: #F90376; }
span { border-color: rgb(249,3,118); }
td.TdClassName
{
border-color: #F90376;
}
.TagClassName
{
border-color: #F90376;
}
</style>