Shades of Shocking Pink #F20DBE
Tints of Shocking Pink #F20DBE
RGB
CMYK
RGB Variations
Color information
#F20DBE (or 0xF20DBE) is known color: Shocking Pink. HEX triplet: F2, 0D and BE. RGB value is (242,13,190). Sum of RGB (Red+Green+Blue) = 242+13+190=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DBE is #0DF241. Grayscale: #656565. Windows color (decimal): -913986 or 12455410. OLE color: 12455410.
HSL color Cylindrical-coordinate representation of color #F20DBE: hue angle of 313.62º 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 #F20DBE is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 190 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.05 |
| HSL | 313.62º | 0.9% | 0.5% | - |
| HSV(B) | 313.62º | 0.95% | 0.95% | - |
| XYZ | 46.06 | 22.88 | 50.7 | - |
| YUV | 101.65 | 177.87 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 190 | 0 | 0.95 | 0.21 | 0.05 | 313.62 | 0.9 | 0.5 |
| Hex | F2 | D | BE | 0 | 5F | 15 | 5 | 13A | 5A | 32 |
| Octal | 362 | 15 | 276 | 0 | 137 | 25 | 5 | 472 | 132 | 62 |
| Binary | 11110010 | 1101 | 10111110 | 0 | 1011111 | 10101 | 101 | 100111010 | 1011010 | 110010 |
Color Harmonies of #F20DBE
Complementary color
Monochromatic Colors of #F20DBE
Black with #F20DBE
Text Example
Text Example
White with #F20DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DBE; }
p { color: rgb(242,13,190); }
H1.HeaderClassName
{
color: #F20DBE;
}
.AnyTagClassName
{
color: #F20DBE;
}
</style>
background-color css
<style>
a { background-color: #F20DBE; }
a { background-color: rgb(242,13,190); }
div.DivClassName
{
background-color: #F20DBE;
}
.BgClassName
{
background-color: #F20DBE;
}
</style>
border-color css
<style>
span { border-color: #F20DBE; }
span { border-color: rgb(242,13,190); }
td.TdClassName
{
border-color: #F20DBE;
}
.TagClassName
{
border-color: #F20DBE;
}
</style>