Shades of Shocking Pink #F20DB5
Tints of Shocking Pink #F20DB5
RGB
CMYK
RGB Variations
Color information
#F20DB5 (or 0xF20DB5) is known color: Shocking Pink. HEX triplet: F2, 0D and B5. RGB value is (242,13,181). Sum of RGB (Red+Green+Blue) = 242+13+181=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DB5 is #0DF24A. Grayscale: #646464. Windows color (decimal): -913995 or 11865586. OLE color: 11865586.
HSL color Cylindrical-coordinate representation of color #F20DB5: hue angle of 315.98º 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 #F20DB5 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 181 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.05 |
| HSL | 315.98º | 0.9% | 0.5% | - |
| HSV(B) | 315.98º | 0.95% | 0.95% | - |
| XYZ | 45.1 | 22.5 | 45.68 | - |
| YUV | 100.62 | 173.37 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 181 | 0 | 0.95 | 0.25 | 0.05 | 315.98 | 0.9 | 0.5 |
| Hex | F2 | D | B5 | 0 | 5F | 19 | 5 | 13C | 5A | 32 |
| Octal | 362 | 15 | 265 | 0 | 137 | 31 | 5 | 474 | 132 | 62 |
| Binary | 11110010 | 1101 | 10110101 | 0 | 1011111 | 11001 | 101 | 100111100 | 1011010 | 110010 |
Color Harmonies of #F20DB5
Complementary color
Monochromatic Colors of #F20DB5
Black with #F20DB5
Text Example
Text Example
White with #F20DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DB5; }
p { color: rgb(242,13,181); }
H1.HeaderClassName
{
color: #F20DB5;
}
.AnyTagClassName
{
color: #F20DB5;
}
</style>
background-color css
<style>
a { background-color: #F20DB5; }
a { background-color: rgb(242,13,181); }
div.DivClassName
{
background-color: #F20DB5;
}
.BgClassName
{
background-color: #F20DB5;
}
</style>
border-color css
<style>
span { border-color: #F20DB5; }
span { border-color: rgb(242,13,181); }
td.TdClassName
{
border-color: #F20DB5;
}
.TagClassName
{
border-color: #F20DB5;
}
</style>