Shades of Shocking Pink #F70DB9
Tints of Shocking Pink #F70DB9
RGB
CMYK
RGB Variations
Color information
#F70DB9 (or 0xF70DB9) is known color: Shocking Pink. HEX triplet: F7, 0D and B9. RGB value is (247,13,185). Sum of RGB (Red+Green+Blue) = 247+13+185=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DB9 is #08F246. Grayscale: #666666. Windows color (decimal): -586311 or 12127735. OLE color: 12127735.
HSL color Cylindrical-coordinate representation of color #F70DB9: hue angle of 315.9º 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 #F70DB9 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 185 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.03 |
| HSL | 315.9º | 0.94% | 0.51% | - |
| HSV(B) | 315.9º | 0.95% | 0.97% | - |
| XYZ | 47.26 | 23.56 | 47.96 | - |
| YUV | 102.57 | 174.52 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 185 | 0 | 0.95 | 0.25 | 0.03 | 315.9 | 0.94 | 0.51 |
| Hex | F7 | D | B9 | 0 | 5F | 19 | 3 | 13C | 5E | 33 |
| Octal | 367 | 15 | 271 | 0 | 137 | 31 | 3 | 474 | 136 | 63 |
| Binary | 11110111 | 1101 | 10111001 | 0 | 1011111 | 11001 | 11 | 100111100 | 1011110 | 110011 |
Color Harmonies of #F70DB9
Complementary color
Monochromatic Colors of #F70DB9
Black with #F70DB9
Text Example
Text Example
White with #F70DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DB9; }
p { color: rgb(247,13,185); }
H1.HeaderClassName
{
color: #F70DB9;
}
.AnyTagClassName
{
color: #F70DB9;
}
</style>
background-color css
<style>
a { background-color: #F70DB9; }
a { background-color: rgb(247,13,185); }
div.DivClassName
{
background-color: #F70DB9;
}
.BgClassName
{
background-color: #F70DB9;
}
</style>
border-color css
<style>
span { border-color: #F70DB9; }
span { border-color: rgb(247,13,185); }
td.TdClassName
{
border-color: #F70DB9;
}
.TagClassName
{
border-color: #F70DB9;
}
</style>