Shades of Shocking Pink #F00FCE
Tints of Shocking Pink #F00FCE
RGB
CMYK
RGB Variations
Color information
#F00FCE (or 0xF00FCE) is known color: Shocking Pink. HEX triplet: F0, 0F and CE. RGB value is (240,15,206). Sum of RGB (Red+Green+Blue) = 240+15+206=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FCE is #0FF031. Grayscale: #676767. Windows color (decimal): -1044530 or 13504496. OLE color: 13504496.
HSL color Cylindrical-coordinate representation of color #F00FCE: hue angle of 309.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FCE is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 206 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.06 |
| HSL | 309.07º | 0.88% | 0.5% | - |
| HSV(B) | 309.07º | 0.94% | 0.94% | - |
| XYZ | 47.25 | 23.32 | 60.4 | - |
| YUV | 104.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 206 | 0 | 0.94 | 0.14 | 0.06 | 309.07 | 0.88 | 0.5 |
| Hex | F0 | F | CE | 0 | 5E | E | 6 | 135 | 58 | 32 |
| Octal | 360 | 17 | 316 | 0 | 136 | 16 | 6 | 465 | 130 | 62 |
| Binary | 11110000 | 1111 | 11001110 | 0 | 1011110 | 1110 | 110 | 100110101 | 1011000 | 110010 |
Color Harmonies of #F00FCE
Complementary color
Monochromatic Colors of #F00FCE
Black with #F00FCE
Text Example
Text Example
White with #F00FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FCE; }
p { color: rgb(240,15,206); }
H1.HeaderClassName
{
color: #F00FCE;
}
.AnyTagClassName
{
color: #F00FCE;
}
</style>
background-color css
<style>
a { background-color: #F00FCE; }
a { background-color: rgb(240,15,206); }
div.DivClassName
{
background-color: #F00FCE;
}
.BgClassName
{
background-color: #F00FCE;
}
</style>
border-color css
<style>
span { border-color: #F00FCE; }
span { border-color: rgb(240,15,206); }
td.TdClassName
{
border-color: #F00FCE;
}
.TagClassName
{
border-color: #F00FCE;
}
</style>