Shades of Shocking Pink #F20DBB
Tints of Shocking Pink #F20DBB
RGB
CMYK
RGB Variations
Color information
#F20DBB (or 0xF20DBB) is known color: Shocking Pink. HEX triplet: F2, 0D and BB. RGB value is (242,13,187). Sum of RGB (Red+Green+Blue) = 242+13+187=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DBB is #0DF244. Grayscale: #646464. Windows color (decimal): -913989 or 12258802. OLE color: 12258802.
HSL color Cylindrical-coordinate representation of color #F20DBB: hue angle of 314.41º 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 #F20DBB is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 187 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.05 |
| HSL | 314.41º | 0.9% | 0.5% | - |
| HSV(B) | 314.41º | 0.95% | 0.95% | - |
| XYZ | 45.73 | 22.75 | 49 | - |
| YUV | 101.31 | 176.37 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 187 | 0 | 0.95 | 0.23 | 0.05 | 314.41 | 0.9 | 0.5 |
| Hex | F2 | D | BB | 0 | 5F | 17 | 5 | 13A | 5A | 32 |
| Octal | 362 | 15 | 273 | 0 | 137 | 27 | 5 | 472 | 132 | 62 |
| Binary | 11110010 | 1101 | 10111011 | 0 | 1011111 | 10111 | 101 | 100111010 | 1011010 | 110010 |
Color Harmonies of #F20DBB
Complementary color
Monochromatic Colors of #F20DBB
Black with #F20DBB
Text Example
Text Example
White with #F20DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DBB; }
p { color: rgb(242,13,187); }
H1.HeaderClassName
{
color: #F20DBB;
}
.AnyTagClassName
{
color: #F20DBB;
}
</style>
background-color css
<style>
a { background-color: #F20DBB; }
a { background-color: rgb(242,13,187); }
div.DivClassName
{
background-color: #F20DBB;
}
.BgClassName
{
background-color: #F20DBB;
}
</style>
border-color css
<style>
span { border-color: #F20DBB; }
span { border-color: rgb(242,13,187); }
td.TdClassName
{
border-color: #F20DBB;
}
.TagClassName
{
border-color: #F20DBB;
}
</style>