Shades of Shocking Pink #F00FCC
Tints of Shocking Pink #F00FCC
RGB
CMYK
RGB Variations
Color information
#F00FCC (or 0xF00FCC) is known color: Shocking Pink. HEX triplet: F0, 0F and CC. RGB value is (240,15,204). Sum of RGB (Red+Green+Blue) = 240+15+204=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FCC is #0FF033. Grayscale: #676767. Windows color (decimal): -1044532 or 13373424. OLE color: 13373424.
HSL color Cylindrical-coordinate representation of color #F00FCC: hue angle of 309.6º 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 #F00FCC is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 204 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.06 |
| HSL | 309.6º | 0.88% | 0.5% | - |
| HSV(B) | 309.6º | 0.94% | 0.94% | - |
| XYZ | 47.01 | 23.23 | 59.13 | - |
| YUV | 103.82 | 184.54 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 204 | 0 | 0.94 | 0.15 | 0.06 | 309.6 | 0.88 | 0.5 |
| Hex | F0 | F | CC | 0 | 5E | F | 6 | 136 | 58 | 32 |
| Octal | 360 | 17 | 314 | 0 | 136 | 17 | 6 | 466 | 130 | 62 |
| Binary | 11110000 | 1111 | 11001100 | 0 | 1011110 | 1111 | 110 | 100110110 | 1011000 | 110010 |
Color Harmonies of #F00FCC
Complementary color
Monochromatic Colors of #F00FCC
Black with #F00FCC
Text Example
Text Example
White with #F00FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FCC; }
p { color: rgb(240,15,204); }
H1.HeaderClassName
{
color: #F00FCC;
}
.AnyTagClassName
{
color: #F00FCC;
}
</style>
background-color css
<style>
a { background-color: #F00FCC; }
a { background-color: rgb(240,15,204); }
div.DivClassName
{
background-color: #F00FCC;
}
.BgClassName
{
background-color: #F00FCC;
}
</style>
border-color css
<style>
span { border-color: #F00FCC; }
span { border-color: rgb(240,15,204); }
td.TdClassName
{
border-color: #F00FCC;
}
.TagClassName
{
border-color: #F00FCC;
}
</style>