Shades of Shocking Pink #F01CCC
Tints of Shocking Pink #F01CCC
RGB
CMYK
RGB Variations
Color information
#F01CCC (or 0xF01CCC) is known color: Shocking Pink. HEX triplet: F0, 1C and CC. RGB value is (240,28,204). Sum of RGB (Red+Green+Blue) = 240+28+204=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CCC is #0FE333. Grayscale: #6E6E6E. Windows color (decimal): -1041204 or 13376752. OLE color: 13376752.
HSL color Cylindrical-coordinate representation of color #F01CCC: hue angle of 310.19º 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 #F01CCC is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 204 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.06 |
| HSL | 310.19º | 0.88% | 0.53% | - |
| HSV(B) | 310.19º | 0.88% | 0.94% | - |
| XYZ | 47.25 | 23.72 | 59.21 | - |
| YUV | 111.45 | 180.24 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 204 | 0 | 0.88 | 0.15 | 0.06 | 310.19 | 0.88 | 0.53 |
| Hex | F0 | 1C | CC | 0 | 58 | F | 6 | 136 | 58 | 35 |
| Octal | 360 | 34 | 314 | 0 | 130 | 17 | 6 | 466 | 130 | 65 |
| Binary | 11110000 | 11100 | 11001100 | 0 | 1011000 | 1111 | 110 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F01CCC
Complementary color
Monochromatic Colors of #F01CCC
Black with #F01CCC
Text Example
Text Example
White with #F01CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CCC; }
p { color: rgb(240,28,204); }
H1.HeaderClassName
{
color: #F01CCC;
}
.AnyTagClassName
{
color: #F01CCC;
}
</style>
background-color css
<style>
a { background-color: #F01CCC; }
a { background-color: rgb(240,28,204); }
div.DivClassName
{
background-color: #F01CCC;
}
.BgClassName
{
background-color: #F01CCC;
}
</style>
border-color css
<style>
span { border-color: #F01CCC; }
span { border-color: rgb(240,28,204); }
td.TdClassName
{
border-color: #F01CCC;
}
.TagClassName
{
border-color: #F01CCC;
}
</style>