Shades of Shocking Pink #F70ECB
Tints of Shocking Pink #F70ECB
RGB
CMYK
RGB Variations
Color information
#F70ECB (or 0xF70ECB) is known color: Shocking Pink. HEX triplet: F7, 0E and CB. RGB value is (247,14,203). Sum of RGB (Red+Green+Blue) = 247+14+203=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ECB is #08F134. Grayscale: #686868. Windows color (decimal): -586037 or 13307639. OLE color: 13307639.
HSL color Cylindrical-coordinate representation of color #F70ECB: hue angle of 311.33º 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 #F70ECB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.03 |
| HSL | 311.33º | 0.94% | 0.51% | - |
| HSV(B) | 311.33º | 0.94% | 0.97% | - |
| XYZ | 49.29 | 24.4 | 58.61 | - |
| YUV | 105.21 | 183.19 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 203 | 0 | 0.94 | 0.18 | 0.03 | 311.33 | 0.94 | 0.51 |
| Hex | F7 | E | CB | 0 | 5E | 12 | 3 | 137 | 5E | 33 |
| Octal | 367 | 16 | 313 | 0 | 136 | 22 | 3 | 467 | 136 | 63 |
| Binary | 11110111 | 1110 | 11001011 | 0 | 1011110 | 10010 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F70ECB
Complementary color
Monochromatic Colors of #F70ECB
Black with #F70ECB
Text Example
Text Example
White with #F70ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70ECB; }
p { color: rgb(247,14,203); }
H1.HeaderClassName
{
color: #F70ECB;
}
.AnyTagClassName
{
color: #F70ECB;
}
</style>
background-color css
<style>
a { background-color: #F70ECB; }
a { background-color: rgb(247,14,203); }
div.DivClassName
{
background-color: #F70ECB;
}
.BgClassName
{
background-color: #F70ECB;
}
</style>
border-color css
<style>
span { border-color: #F70ECB; }
span { border-color: rgb(247,14,203); }
td.TdClassName
{
border-color: #F70ECB;
}
.TagClassName
{
border-color: #F70ECB;
}
</style>