Shades of Deep Pink #F20F9A
Tints of Deep Pink #F20F9A
RGB
CMYK
RGB Variations
Color information
#F20F9A (or 0xF20F9A) is known color: Deep Pink. HEX triplet: F2, 0F and 9A. RGB value is (242,15,154). Sum of RGB (Red+Green+Blue) = 242+15+154=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20F9A is #0DF065. Grayscale: #626262. Windows color (decimal): -913510 or 10096626. OLE color: 10096626.
HSL color Cylindrical-coordinate representation of color #F20F9A: hue angle of 323.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20F9A is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 154 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.05 |
| HSL | 323.26º | 0.9% | 0.5% | - |
| HSV(B) | 323.26º | 0.94% | 0.95% | - |
| XYZ | 42.62 | 21.55 | 32.49 | - |
| YUV | 98.72 | 159.21 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 154 | 0 | 0.94 | 0.36 | 0.05 | 323.26 | 0.9 | 0.5 |
| Hex | F2 | F | 9A | 0 | 5E | 24 | 5 | 143 | 5A | 32 |
| Octal | 362 | 17 | 232 | 0 | 136 | 44 | 5 | 503 | 132 | 62 |
| Binary | 11110010 | 1111 | 10011010 | 0 | 1011110 | 100100 | 101 | 101000011 | 1011010 | 110010 |
Color Harmonies of #F20F9A
Complementary color
Monochromatic Colors of #F20F9A
Black with #F20F9A
Text Example
Text Example
White with #F20F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F9A; }
p { color: rgb(242,15,154); }
H1.HeaderClassName
{
color: #F20F9A;
}
.AnyTagClassName
{
color: #F20F9A;
}
</style>
background-color css
<style>
a { background-color: #F20F9A; }
a { background-color: rgb(242,15,154); }
div.DivClassName
{
background-color: #F20F9A;
}
.BgClassName
{
background-color: #F20F9A;
}
</style>
border-color css
<style>
span { border-color: #F20F9A; }
span { border-color: rgb(242,15,154); }
td.TdClassName
{
border-color: #F20F9A;
}
.TagClassName
{
border-color: #F20F9A;
}
</style>