Shades of Shocking Pink #F70EC9
Tints of Shocking Pink #F70EC9
RGB
CMYK
RGB Variations
Color information
#F70EC9 (or 0xF70EC9) is known color: Shocking Pink. HEX triplet: F7, 0E and C9. RGB value is (247,14,201). Sum of RGB (Red+Green+Blue) = 247+14+201=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70EC9 is #08F136. Grayscale: #686868. Windows color (decimal): -586039 or 13176567. OLE color: 13176567.
HSL color Cylindrical-coordinate representation of color #F70EC9: hue angle of 311.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70EC9 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 201 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.03 |
| HSL | 311.85º | 0.94% | 0.51% | - |
| HSV(B) | 311.85º | 0.94% | 0.97% | - |
| XYZ | 49.06 | 24.31 | 57.36 | - |
| YUV | 104.99 | 182.19 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 201 | 0 | 0.94 | 0.19 | 0.03 | 311.85 | 0.94 | 0.51 |
| Hex | F7 | E | C9 | 0 | 5E | 13 | 3 | 138 | 5E | 33 |
| Octal | 367 | 16 | 311 | 0 | 136 | 23 | 3 | 470 | 136 | 63 |
| Binary | 11110111 | 1110 | 11001001 | 0 | 1011110 | 10011 | 11 | 100111000 | 1011110 | 110011 |
Color Harmonies of #F70EC9
Complementary color
Monochromatic Colors of #F70EC9
Black with #F70EC9
Text Example
Text Example
White with #F70EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70EC9; }
p { color: rgb(247,14,201); }
H1.HeaderClassName
{
color: #F70EC9;
}
.AnyTagClassName
{
color: #F70EC9;
}
</style>
background-color css
<style>
a { background-color: #F70EC9; }
a { background-color: rgb(247,14,201); }
div.DivClassName
{
background-color: #F70EC9;
}
.BgClassName
{
background-color: #F70EC9;
}
</style>
border-color css
<style>
span { border-color: #F70EC9; }
span { border-color: rgb(247,14,201); }
td.TdClassName
{
border-color: #F70EC9;
}
.TagClassName
{
border-color: #F70EC9;
}
</style>