Shades of Shocking Pink #F70DBB
Tints of Shocking Pink #F70DBB
RGB
CMYK
RGB Variations
Color information
#F70DBB (or 0xF70DBB) is known color: Shocking Pink. HEX triplet: F7, 0D and BB. RGB value is (247,13,187). Sum of RGB (Red+Green+Blue) = 247+13+187=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DBB is #08F244. Grayscale: #666666. Windows color (decimal): -586309 or 12258807. OLE color: 12258807.
HSL color Cylindrical-coordinate representation of color #F70DBB: hue angle of 315.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70DBB is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 187 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.03 |
| HSL | 315.38º | 0.94% | 0.51% | - |
| HSV(B) | 315.38º | 0.95% | 0.97% | - |
| XYZ | 47.47 | 23.65 | 49.08 | - |
| YUV | 102.8 | 175.52 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 187 | 0 | 0.95 | 0.24 | 0.03 | 315.38 | 0.94 | 0.51 |
| Hex | F7 | D | BB | 0 | 5F | 18 | 3 | 13B | 5E | 33 |
| Octal | 367 | 15 | 273 | 0 | 137 | 30 | 3 | 473 | 136 | 63 |
| Binary | 11110111 | 1101 | 10111011 | 0 | 1011111 | 11000 | 11 | 100111011 | 1011110 | 110011 |
Color Harmonies of #F70DBB
Complementary color
Monochromatic Colors of #F70DBB
Black with #F70DBB
Text Example
Text Example
White with #F70DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DBB; }
p { color: rgb(247,13,187); }
H1.HeaderClassName
{
color: #F70DBB;
}
.AnyTagClassName
{
color: #F70DBB;
}
</style>
background-color css
<style>
a { background-color: #F70DBB; }
a { background-color: rgb(247,13,187); }
div.DivClassName
{
background-color: #F70DBB;
}
.BgClassName
{
background-color: #F70DBB;
}
</style>
border-color css
<style>
span { border-color: #F70DBB; }
span { border-color: rgb(247,13,187); }
td.TdClassName
{
border-color: #F70DBB;
}
.TagClassName
{
border-color: #F70DBB;
}
</style>