Shades of Deep Pink #F90778
Tints of Deep Pink #F90778
RGB
CMYK
RGB Variations
Color information
#F90778 (or 0xF90778) is known color: Deep Pink. HEX triplet: F9, 07 and 78. RGB value is (249,7,120). Sum of RGB (Red+Green+Blue) = 249+7+120=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F90778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90778 is #06F887. Grayscale: #5C5C5C. Windows color (decimal): -456840 or 7866361. OLE color: 7866361.
HSL color Cylindrical-coordinate representation of color #F90778: hue angle of 331.98º 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 #F90778 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.02 |
| HSL | 331.98º | 0.95% | 0.5% | - |
| HSV(B) | 331.98º | 0.97% | 0.98% | - |
| XYZ | 42.53 | 21.65 | 19.71 | - |
| YUV | 92.24 | 143.67 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 120 | 0 | 0.97 | 0.52 | 0.02 | 331.98 | 0.95 | 0.5 |
| Hex | F9 | 7 | 78 | 0 | 61 | 34 | 2 | 14C | 5F | 32 |
| Octal | 371 | 7 | 170 | 0 | 141 | 64 | 2 | 514 | 137 | 62 |
| Binary | 11111001 | 111 | 1111000 | 0 | 1100001 | 110100 | 10 | 101001100 | 1011111 | 110010 |
Color Harmonies of #F90778
Complementary color
Monochromatic Colors of #F90778
Black with #F90778
Text Example
Text Example
White with #F90778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90778; }
p { color: rgb(249,7,120); }
H1.HeaderClassName
{
color: #F90778;
}
.AnyTagClassName
{
color: #F90778;
}
</style>
background-color css
<style>
a { background-color: #F90778; }
a { background-color: rgb(249,7,120); }
div.DivClassName
{
background-color: #F90778;
}
.BgClassName
{
background-color: #F90778;
}
</style>
border-color css
<style>
span { border-color: #F90778; }
span { border-color: rgb(249,7,120); }
td.TdClassName
{
border-color: #F90778;
}
.TagClassName
{
border-color: #F90778;
}
</style>