Shades of Shocking Pink #F01ECC
Tints of Shocking Pink #F01ECC
RGB
CMYK
RGB Variations
Color information
#F01ECC (or 0xF01ECC) is known color: Shocking Pink. HEX triplet: F0, 1E and CC. RGB value is (240,30,204). Sum of RGB (Red+Green+Blue) = 240+30+204=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ECC is #0FE133. Grayscale: #707070. Windows color (decimal): -1040692 or 13377264. OLE color: 13377264.
HSL color Cylindrical-coordinate representation of color #F01ECC: hue angle of 310.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01ECC is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 204 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.06 |
| HSL | 310.29º | 0.88% | 0.53% | - |
| HSV(B) | 310.29º | 0.88% | 0.94% | - |
| XYZ | 47.3 | 23.81 | 59.23 | - |
| YUV | 112.63 | 179.57 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 204 | 0 | 0.87 | 0.15 | 0.06 | 310.29 | 0.88 | 0.53 |
| Hex | F0 | 1E | CC | 0 | 57 | F | 6 | 136 | 58 | 35 |
| Octal | 360 | 36 | 314 | 0 | 127 | 17 | 6 | 466 | 130 | 65 |
| Binary | 11110000 | 11110 | 11001100 | 0 | 1010111 | 1111 | 110 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F01ECC
Complementary color
Monochromatic Colors of #F01ECC
Black with #F01ECC
Text Example
Text Example
White with #F01ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01ECC; }
p { color: rgb(240,30,204); }
H1.HeaderClassName
{
color: #F01ECC;
}
.AnyTagClassName
{
color: #F01ECC;
}
</style>
background-color css
<style>
a { background-color: #F01ECC; }
a { background-color: rgb(240,30,204); }
div.DivClassName
{
background-color: #F01ECC;
}
.BgClassName
{
background-color: #F01ECC;
}
</style>
border-color css
<style>
span { border-color: #F01ECC; }
span { border-color: rgb(240,30,204); }
td.TdClassName
{
border-color: #F01ECC;
}
.TagClassName
{
border-color: #F01ECC;
}
</style>