Shades of Deep Pink #F20992
Tints of Deep Pink #F20992
RGB
CMYK
RGB Variations
Color information
#F20992 (or 0xF20992) is known color: Deep Pink. HEX triplet: F2, 09 and 92. RGB value is (242,9,146). Sum of RGB (Red+Green+Blue) = 242+9+146=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F20992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20992 is #0DF66D. Grayscale: #5D5D5D. Windows color (decimal): -915054 or 9570802. OLE color: 9570802.
HSL color Cylindrical-coordinate representation of color #F20992: hue angle of 324.72º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20992 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.05 |
| HSL | 324.72º | 0.93% | 0.49% | - |
| HSV(B) | 324.72º | 0.96% | 0.95% | - |
| XYZ | 41.9 | 21.15 | 29.07 | - |
| YUV | 94.29 | 157.19 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 146 | 0 | 0.96 | 0.40 | 0.05 | 324.72 | 0.93 | 0.49 |
| Hex | F2 | 9 | 92 | 0 | 60 | 28 | 5 | 145 | 5D | 31 |
| Octal | 362 | 11 | 222 | 0 | 140 | 50 | 5 | 505 | 135 | 61 |
| Binary | 11110010 | 1001 | 10010010 | 0 | 1100000 | 101000 | 101 | 101000101 | 1011101 | 110001 |
Color Harmonies of #F20992
Complementary color
Monochromatic Colors of #F20992
Black with #F20992
Text Example
Text Example
White with #F20992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20992; }
p { color: rgb(242,9,146); }
H1.HeaderClassName
{
color: #F20992;
}
.AnyTagClassName
{
color: #F20992;
}
</style>
background-color css
<style>
a { background-color: #F20992; }
a { background-color: rgb(242,9,146); }
div.DivClassName
{
background-color: #F20992;
}
.BgClassName
{
background-color: #F20992;
}
</style>
border-color css
<style>
span { border-color: #F20992; }
span { border-color: rgb(242,9,146); }
td.TdClassName
{
border-color: #F20992;
}
.TagClassName
{
border-color: #F20992;
}
</style>