Shades of Shocking Pink #F00CCC
Tints of Shocking Pink #F00CCC
RGB
CMYK
RGB Variations
Color information
#F00CCC (or 0xF00CCC) is known color: Shocking Pink. HEX triplet: F0, 0C and CC. RGB value is (240,12,204). Sum of RGB (Red+Green+Blue) = 240+12+204=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CCC is #0FF333. Grayscale: #656565. Windows color (decimal): -1045300 or 13372656. OLE color: 13372656.
HSL color Cylindrical-coordinate representation of color #F00CCC: hue angle of 309.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CCC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.06 |
| HSL | 309.47º | 0.9% | 0.49% | - |
| HSV(B) | 309.47º | 0.95% | 0.94% | - |
| XYZ | 46.97 | 23.15 | 59.12 | - |
| YUV | 102.06 | 185.54 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 204 | 0 | 0.95 | 0.15 | 0.06 | 309.47 | 0.9 | 0.49 |
| Hex | F0 | C | CC | 0 | 5F | F | 6 | 135 | 5A | 31 |
| Octal | 360 | 14 | 314 | 0 | 137 | 17 | 6 | 465 | 132 | 61 |
| Binary | 11110000 | 1100 | 11001100 | 0 | 1011111 | 1111 | 110 | 100110101 | 1011010 | 110001 |
Color Harmonies of #F00CCC
Complementary color
Monochromatic Colors of #F00CCC
Black with #F00CCC
Text Example
Text Example
White with #F00CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CCC; }
p { color: rgb(240,12,204); }
H1.HeaderClassName
{
color: #F00CCC;
}
.AnyTagClassName
{
color: #F00CCC;
}
</style>
background-color css
<style>
a { background-color: #F00CCC; }
a { background-color: rgb(240,12,204); }
div.DivClassName
{
background-color: #F00CCC;
}
.BgClassName
{
background-color: #F00CCC;
}
</style>
border-color css
<style>
span { border-color: #F00CCC; }
span { border-color: rgb(240,12,204); }
td.TdClassName
{
border-color: #F00CCC;
}
.TagClassName
{
border-color: #F00CCC;
}
</style>