Shades of Shocking Pink #F010C8
Tints of Shocking Pink #F010C8
RGB
CMYK
RGB Variations
Color information
#F010C8 (or 0xF010C8) is known color: Shocking Pink. HEX triplet: F0, 10 and C8. RGB value is (240,16,200). Sum of RGB (Red+Green+Blue) = 240+16+200=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F010C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010C8 is #0FEF37. Grayscale: #676767. Windows color (decimal): -1044280 or 13111536. OLE color: 13111536.
HSL color Cylindrical-coordinate representation of color #F010C8: hue angle of 310.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010C8 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 200 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.06 |
| HSL | 310.71º | 0.88% | 0.5% | - |
| HSV(B) | 310.71º | 0.93% | 0.94% | - |
| XYZ | 46.55 | 23.07 | 56.64 | - |
| YUV | 103.95 | 182.21 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 200 | 0 | 0.93 | 0.17 | 0.06 | 310.71 | 0.88 | 0.5 |
| Hex | F0 | 10 | C8 | 0 | 5D | 11 | 6 | 137 | 58 | 32 |
| Octal | 360 | 20 | 310 | 0 | 135 | 21 | 6 | 467 | 130 | 62 |
| Binary | 11110000 | 10000 | 11001000 | 0 | 1011101 | 10001 | 110 | 100110111 | 1011000 | 110010 |
Color Harmonies of #F010C8
Complementary color
Monochromatic Colors of #F010C8
Black with #F010C8
Text Example
Text Example
White with #F010C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010C8; }
p { color: rgb(240,16,200); }
H1.HeaderClassName
{
color: #F010C8;
}
.AnyTagClassName
{
color: #F010C8;
}
</style>
background-color css
<style>
a { background-color: #F010C8; }
a { background-color: rgb(240,16,200); }
div.DivClassName
{
background-color: #F010C8;
}
.BgClassName
{
background-color: #F010C8;
}
</style>
border-color css
<style>
span { border-color: #F010C8; }
span { border-color: rgb(240,16,200); }
td.TdClassName
{
border-color: #F010C8;
}
.TagClassName
{
border-color: #F010C8;
}
</style>