Shades of Shocking Pink #F20DB8
Tints of Shocking Pink #F20DB8
RGB
CMYK
RGB Variations
Color information
#F20DB8 (or 0xF20DB8) is known color: Shocking Pink. HEX triplet: F2, 0D and B8. RGB value is (242,13,184). Sum of RGB (Red+Green+Blue) = 242+13+184=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DB8 is #0DF247. Grayscale: #646464. Windows color (decimal): -913992 or 12062194. OLE color: 12062194.
HSL color Cylindrical-coordinate representation of color #F20DB8: hue angle of 315.2º 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 #F20DB8 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 184 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.05 |
| HSL | 315.2º | 0.9% | 0.5% | - |
| HSV(B) | 315.2º | 0.95% | 0.95% | - |
| XYZ | 45.41 | 22.63 | 47.32 | - |
| YUV | 100.97 | 174.87 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 184 | 0 | 0.95 | 0.24 | 0.05 | 315.2 | 0.9 | 0.5 |
| Hex | F2 | D | B8 | 0 | 5F | 18 | 5 | 13B | 5A | 32 |
| Octal | 362 | 15 | 270 | 0 | 137 | 30 | 5 | 473 | 132 | 62 |
| Binary | 11110010 | 1101 | 10111000 | 0 | 1011111 | 11000 | 101 | 100111011 | 1011010 | 110010 |
Color Harmonies of #F20DB8
Complementary color
Monochromatic Colors of #F20DB8
Black with #F20DB8
Text Example
Text Example
White with #F20DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DB8; }
p { color: rgb(242,13,184); }
H1.HeaderClassName
{
color: #F20DB8;
}
.AnyTagClassName
{
color: #F20DB8;
}
</style>
background-color css
<style>
a { background-color: #F20DB8; }
a { background-color: rgb(242,13,184); }
div.DivClassName
{
background-color: #F20DB8;
}
.BgClassName
{
background-color: #F20DB8;
}
</style>
border-color css
<style>
span { border-color: #F20DB8; }
span { border-color: rgb(242,13,184); }
td.TdClassName
{
border-color: #F20DB8;
}
.TagClassName
{
border-color: #F20DB8;
}
</style>