Shades of Shocking Pink #F20DBD
Tints of Shocking Pink #F20DBD
RGB
CMYK
RGB Variations
Color information
#F20DBD (or 0xF20DBD) is known color: Shocking Pink. HEX triplet: F2, 0D and BD. RGB value is (242,13,189). Sum of RGB (Red+Green+Blue) = 242+13+189=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DBD is #0DF242. Grayscale: #656565. Windows color (decimal): -913987 or 12389874. OLE color: 12389874.
HSL color Cylindrical-coordinate representation of color #F20DBD: hue angle of 313.89º 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 #F20DBD is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 189 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.05 |
| HSL | 313.89º | 0.9% | 0.5% | - |
| HSV(B) | 313.89º | 0.95% | 0.95% | - |
| XYZ | 45.95 | 22.84 | 50.13 | - |
| YUV | 101.54 | 177.37 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 189 | 0 | 0.95 | 0.22 | 0.05 | 313.89 | 0.9 | 0.5 |
| Hex | F2 | D | BD | 0 | 5F | 16 | 5 | 13A | 5A | 32 |
| Octal | 362 | 15 | 275 | 0 | 137 | 26 | 5 | 472 | 132 | 62 |
| Binary | 11110010 | 1101 | 10111101 | 0 | 1011111 | 10110 | 101 | 100111010 | 1011010 | 110010 |
Color Harmonies of #F20DBD
Complementary color
Monochromatic Colors of #F20DBD
Black with #F20DBD
Text Example
Text Example
White with #F20DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DBD; }
p { color: rgb(242,13,189); }
H1.HeaderClassName
{
color: #F20DBD;
}
.AnyTagClassName
{
color: #F20DBD;
}
</style>
background-color css
<style>
a { background-color: #F20DBD; }
a { background-color: rgb(242,13,189); }
div.DivClassName
{
background-color: #F20DBD;
}
.BgClassName
{
background-color: #F20DBD;
}
</style>
border-color css
<style>
span { border-color: #F20DBD; }
span { border-color: rgb(242,13,189); }
td.TdClassName
{
border-color: #F20DBD;
}
.TagClassName
{
border-color: #F20DBD;
}
</style>