Shades of Shocking Pink #F20DB0
Tints of Shocking Pink #F20DB0
RGB
CMYK
RGB Variations
Color information
#F20DB0 (or 0xF20DB0) is known color: Shocking Pink. HEX triplet: F2, 0D and B0. RGB value is (242,13,176). Sum of RGB (Red+Green+Blue) = 242+13+176=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20DB0 is #0DF24F. Grayscale: #636363. Windows color (decimal): -914000 or 11537906. OLE color: 11537906.
HSL color Cylindrical-coordinate representation of color #F20DB0: hue angle of 317.29º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20DB0 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 176 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.05 |
| HSL | 317.29º | 0.9% | 0.5% | - |
| HSV(B) | 317.29º | 0.95% | 0.95% | - |
| XYZ | 44.6 | 22.3 | 43.03 | - |
| YUV | 100.05 | 170.87 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 176 | 0 | 0.95 | 0.27 | 0.05 | 317.29 | 0.9 | 0.5 |
| Hex | F2 | D | B0 | 0 | 5F | 1B | 5 | 13D | 5A | 32 |
| Octal | 362 | 15 | 260 | 0 | 137 | 33 | 5 | 475 | 132 | 62 |
| Binary | 11110010 | 1101 | 10110000 | 0 | 1011111 | 11011 | 101 | 100111101 | 1011010 | 110010 |
Color Harmonies of #F20DB0
Complementary color
Monochromatic Colors of #F20DB0
Black with #F20DB0
Text Example
Text Example
White with #F20DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DB0; }
p { color: rgb(242,13,176); }
H1.HeaderClassName
{
color: #F20DB0;
}
.AnyTagClassName
{
color: #F20DB0;
}
</style>
background-color css
<style>
a { background-color: #F20DB0; }
a { background-color: rgb(242,13,176); }
div.DivClassName
{
background-color: #F20DB0;
}
.BgClassName
{
background-color: #F20DB0;
}
</style>
border-color css
<style>
span { border-color: #F20DB0; }
span { border-color: rgb(242,13,176); }
td.TdClassName
{
border-color: #F20DB0;
}
.TagClassName
{
border-color: #F20DB0;
}
</style>