Shades of Shocking Pink #F00FC6
Tints of Shocking Pink #F00FC6
RGB
CMYK
RGB Variations
Color information
#F00FC6 (or 0xF00FC6) is known color: Shocking Pink. HEX triplet: F0, 0F and C6. RGB value is (240,15,198). Sum of RGB (Red+Green+Blue) = 240+15+198=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FC6 is #0FF039. Grayscale: #666666. Windows color (decimal): -1044538 or 12980208. OLE color: 12980208.
HSL color Cylindrical-coordinate representation of color #F00FC6: hue angle of 311.2º 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 #F00FC6 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 198 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.06 |
| HSL | 311.2º | 0.88% | 0.5% | - |
| HSV(B) | 311.2º | 0.94% | 0.94% | - |
| XYZ | 46.3 | 22.94 | 55.41 | - |
| YUV | 103.14 | 181.54 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 198 | 0 | 0.94 | 0.18 | 0.06 | 311.2 | 0.88 | 0.5 |
| Hex | F0 | F | C6 | 0 | 5E | 12 | 6 | 137 | 58 | 32 |
| Octal | 360 | 17 | 306 | 0 | 136 | 22 | 6 | 467 | 130 | 62 |
| Binary | 11110000 | 1111 | 11000110 | 0 | 1011110 | 10010 | 110 | 100110111 | 1011000 | 110010 |
Color Harmonies of #F00FC6
Complementary color
Monochromatic Colors of #F00FC6
Black with #F00FC6
Text Example
Text Example
White with #F00FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FC6; }
p { color: rgb(240,15,198); }
H1.HeaderClassName
{
color: #F00FC6;
}
.AnyTagClassName
{
color: #F00FC6;
}
</style>
background-color css
<style>
a { background-color: #F00FC6; }
a { background-color: rgb(240,15,198); }
div.DivClassName
{
background-color: #F00FC6;
}
.BgClassName
{
background-color: #F00FC6;
}
</style>
border-color css
<style>
span { border-color: #F00FC6; }
span { border-color: rgb(240,15,198); }
td.TdClassName
{
border-color: #F00FC6;
}
.TagClassName
{
border-color: #F00FC6;
}
</style>