Shades of Deep Pink #F92092
Tints of Deep Pink #F92092
RGB
CMYK
RGB Variations
Color information
#F92092 (or 0xF92092) is known color: Deep Pink. HEX triplet: F9, 20 and 92. RGB value is (249,32,146). Sum of RGB (Red+Green+Blue) = 249+32+146=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F92092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92092 is #06DF6D. Grayscale: #6D6D6D. Windows color (decimal): -450414 or 9576697. OLE color: 9576697.
HSL color Cylindrical-coordinate representation of color #F92092: hue angle of 328.48º 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 #F92092 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 146 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.02 |
| HSL | 328.48º | 0.95% | 0.55% | - |
| HSV(B) | 328.48º | 0.87% | 0.98% | - |
| XYZ | 44.77 | 23.25 | 29.32 | - |
| YUV | 109.88 | 148.39 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 146 | 0 | 0.87 | 0.41 | 0.02 | 328.48 | 0.95 | 0.55 |
| Hex | F9 | 20 | 92 | 0 | 57 | 29 | 2 | 148 | 5F | 37 |
| Octal | 371 | 40 | 222 | 0 | 127 | 51 | 2 | 510 | 137 | 67 |
| Binary | 11111001 | 100000 | 10010010 | 0 | 1010111 | 101001 | 10 | 101001000 | 1011111 | 110111 |
Color Harmonies of #F92092
Complementary color
Monochromatic Colors of #F92092
Black with #F92092
Text Example
Text Example
White with #F92092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92092; }
p { color: rgb(249,32,146); }
H1.HeaderClassName
{
color: #F92092;
}
.AnyTagClassName
{
color: #F92092;
}
</style>
background-color css
<style>
a { background-color: #F92092; }
a { background-color: rgb(249,32,146); }
div.DivClassName
{
background-color: #F92092;
}
.BgClassName
{
background-color: #F92092;
}
</style>
border-color css
<style>
span { border-color: #F92092; }
span { border-color: rgb(249,32,146); }
td.TdClassName
{
border-color: #F92092;
}
.TagClassName
{
border-color: #F92092;
}
</style>