Shades of Deep Pink #F20F93
Tints of Deep Pink #F20F93
RGB
CMYK
RGB Variations
Color information
#F20F93 (or 0xF20F93) is known color: Deep Pink. HEX triplet: F2, 0F and 93. RGB value is (242,15,147). Sum of RGB (Red+Green+Blue) = 242+15+147=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20F93 is #0DF06C. Grayscale: #616161. Windows color (decimal): -913517 or 9637874. OLE color: 9637874.
HSL color Cylindrical-coordinate representation of color #F20F93: hue angle of 325.11º 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 #F20F93 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 147 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.05 |
| HSL | 325.11º | 0.9% | 0.5% | - |
| HSV(B) | 325.11º | 0.94% | 0.95% | - |
| XYZ | 42.06 | 21.33 | 29.5 | - |
| YUV | 97.92 | 155.71 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 147 | 0 | 0.94 | 0.39 | 0.05 | 325.11 | 0.9 | 0.5 |
| Hex | F2 | F | 93 | 0 | 5E | 27 | 5 | 145 | 5A | 32 |
| Octal | 362 | 17 | 223 | 0 | 136 | 47 | 5 | 505 | 132 | 62 |
| Binary | 11110010 | 1111 | 10010011 | 0 | 1011110 | 100111 | 101 | 101000101 | 1011010 | 110010 |
Color Harmonies of #F20F93
Complementary color
Monochromatic Colors of #F20F93
Black with #F20F93
Text Example
Text Example
White with #F20F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F93; }
p { color: rgb(242,15,147); }
H1.HeaderClassName
{
color: #F20F93;
}
.AnyTagClassName
{
color: #F20F93;
}
</style>
background-color css
<style>
a { background-color: #F20F93; }
a { background-color: rgb(242,15,147); }
div.DivClassName
{
background-color: #F20F93;
}
.BgClassName
{
background-color: #F20F93;
}
</style>
border-color css
<style>
span { border-color: #F20F93; }
span { border-color: rgb(242,15,147); }
td.TdClassName
{
border-color: #F20F93;
}
.TagClassName
{
border-color: #F20F93;
}
</style>