Shades of Shocking Pink #F00FCF
Tints of Shocking Pink #F00FCF
RGB
CMYK
RGB Variations
Color information
#F00FCF (or 0xF00FCF) is known color: Shocking Pink. HEX triplet: F0, 0F and CF. RGB value is (240,15,207). Sum of RGB (Red+Green+Blue) = 240+15+207=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FCF is #0FF030. Grayscale: #676767. Windows color (decimal): -1044529 or 13570032. OLE color: 13570032.
HSL color Cylindrical-coordinate representation of color #F00FCF: hue angle of 308.8º 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 #F00FCF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.06 |
| HSL | 308.8º | 0.88% | 0.5% | - |
| HSV(B) | 308.8º | 0.94% | 0.94% | - |
| XYZ | 47.37 | 23.37 | 61.05 | - |
| YUV | 104.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 207 | 0 | 0.94 | 0.14 | 0.06 | 308.8 | 0.88 | 0.5 |
| Hex | F0 | F | CF | 0 | 5E | E | 6 | 135 | 58 | 32 |
| Octal | 360 | 17 | 317 | 0 | 136 | 16 | 6 | 465 | 130 | 62 |
| Binary | 11110000 | 1111 | 11001111 | 0 | 1011110 | 1110 | 110 | 100110101 | 1011000 | 110010 |
Color Harmonies of #F00FCF
Complementary color
Monochromatic Colors of #F00FCF
Black with #F00FCF
Text Example
Text Example
White with #F00FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FCF; }
p { color: rgb(240,15,207); }
H1.HeaderClassName
{
color: #F00FCF;
}
.AnyTagClassName
{
color: #F00FCF;
}
</style>
background-color css
<style>
a { background-color: #F00FCF; }
a { background-color: rgb(240,15,207); }
div.DivClassName
{
background-color: #F00FCF;
}
.BgClassName
{
background-color: #F00FCF;
}
</style>
border-color css
<style>
span { border-color: #F00FCF; }
span { border-color: rgb(240,15,207); }
td.TdClassName
{
border-color: #F00FCF;
}
.TagClassName
{
border-color: #F00FCF;
}
</style>