Shades of Deep Pink #F92078
Tints of Deep Pink #F92078
RGB
CMYK
RGB Variations
Color information
#F92078 (or 0xF92078) is known color: Deep Pink. HEX triplet: F9, 20 and 78. RGB value is (249,32,120). Sum of RGB (Red+Green+Blue) = 249+32+120=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F92078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92078 is #06DF87. Grayscale: #6A6A6A. Windows color (decimal): -450440 or 7872761. OLE color: 7872761.
HSL color Cylindrical-coordinate representation of color #F92078: hue angle of 335.67º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92078 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 120 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.02 |
| HSL | 335.67º | 0.95% | 0.55% | - |
| HSV(B) | 335.67º | 0.87% | 0.98% | - |
| XYZ | 42.97 | 22.53 | 19.85 | - |
| YUV | 106.92 | 135.39 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 120 | 0 | 0.87 | 0.52 | 0.02 | 335.67 | 0.95 | 0.55 |
| Hex | F9 | 20 | 78 | 0 | 57 | 34 | 2 | 150 | 5F | 37 |
| Octal | 371 | 40 | 170 | 0 | 127 | 64 | 2 | 520 | 137 | 67 |
| Binary | 11111001 | 100000 | 1111000 | 0 | 1010111 | 110100 | 10 | 101010000 | 1011111 | 110111 |
Color Harmonies of #F92078
Complementary color
Monochromatic Colors of #F92078
Black with #F92078
Text Example
Text Example
White with #F92078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92078; }
p { color: rgb(249,32,120); }
H1.HeaderClassName
{
color: #F92078;
}
.AnyTagClassName
{
color: #F92078;
}
</style>
background-color css
<style>
a { background-color: #F92078; }
a { background-color: rgb(249,32,120); }
div.DivClassName
{
background-color: #F92078;
}
.BgClassName
{
background-color: #F92078;
}
</style>
border-color css
<style>
span { border-color: #F92078; }
span { border-color: rgb(249,32,120); }
td.TdClassName
{
border-color: #F92078;
}
.TagClassName
{
border-color: #F92078;
}
</style>