Shades of Shocking Pink #F70DB7
Tints of Shocking Pink #F70DB7
RGB
CMYK
RGB Variations
Color information
#F70DB7 (or 0xF70DB7) is known color: Shocking Pink. HEX triplet: F7, 0D and B7. RGB value is (247,13,183). Sum of RGB (Red+Green+Blue) = 247+13+183=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DB7 is #08F248. Grayscale: #656565. Windows color (decimal): -586313 or 11996663. OLE color: 11996663.
HSL color Cylindrical-coordinate representation of color #F70DB7: hue angle of 316.41º 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 #F70DB7 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 183 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.03 |
| HSL | 316.41º | 0.94% | 0.51% | - |
| HSV(B) | 316.41º | 0.95% | 0.97% | - |
| XYZ | 47.05 | 23.48 | 46.85 | - |
| YUV | 102.35 | 173.52 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 183 | 0 | 0.95 | 0.26 | 0.03 | 316.41 | 0.94 | 0.51 |
| Hex | F7 | D | B7 | 0 | 5F | 1A | 3 | 13C | 5E | 33 |
| Octal | 367 | 15 | 267 | 0 | 137 | 32 | 3 | 474 | 136 | 63 |
| Binary | 11110111 | 1101 | 10110111 | 0 | 1011111 | 11010 | 11 | 100111100 | 1011110 | 110011 |
Color Harmonies of #F70DB7
Complementary color
Monochromatic Colors of #F70DB7
Black with #F70DB7
Text Example
Text Example
White with #F70DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DB7; }
p { color: rgb(247,13,183); }
H1.HeaderClassName
{
color: #F70DB7;
}
.AnyTagClassName
{
color: #F70DB7;
}
</style>
background-color css
<style>
a { background-color: #F70DB7; }
a { background-color: rgb(247,13,183); }
div.DivClassName
{
background-color: #F70DB7;
}
.BgClassName
{
background-color: #F70DB7;
}
</style>
border-color css
<style>
span { border-color: #F70DB7; }
span { border-color: rgb(247,13,183); }
td.TdClassName
{
border-color: #F70DB7;
}
.TagClassName
{
border-color: #F70DB7;
}
</style>