Shades of Shocking Pink #F00FC9
Tints of Shocking Pink #F00FC9
RGB
CMYK
RGB Variations
Color information
#F00FC9 (or 0xF00FC9) is known color: Shocking Pink. HEX triplet: F0, 0F and C9. RGB value is (240,15,201). Sum of RGB (Red+Green+Blue) = 240+15+201=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FC9 is #0FF036. Grayscale: #666666. Windows color (decimal): -1044535 or 13176816. OLE color: 13176816.
HSL color Cylindrical-coordinate representation of color #F00FC9: hue angle of 310.4º 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 #F00FC9 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 201 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.06 |
| HSL | 310.4º | 0.88% | 0.5% | - |
| HSV(B) | 310.4º | 0.94% | 0.94% | - |
| XYZ | 46.65 | 23.08 | 57.26 | - |
| YUV | 103.48 | 183.04 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 201 | 0 | 0.94 | 0.16 | 0.06 | 310.4 | 0.88 | 0.5 |
| Hex | F0 | F | C9 | 0 | 5E | 10 | 6 | 136 | 58 | 32 |
| Octal | 360 | 17 | 311 | 0 | 136 | 20 | 6 | 466 | 130 | 62 |
| Binary | 11110000 | 1111 | 11001001 | 0 | 1011110 | 10000 | 110 | 100110110 | 1011000 | 110010 |
Color Harmonies of #F00FC9
Complementary color
Monochromatic Colors of #F00FC9
Black with #F00FC9
Text Example
Text Example
White with #F00FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FC9; }
p { color: rgb(240,15,201); }
H1.HeaderClassName
{
color: #F00FC9;
}
.AnyTagClassName
{
color: #F00FC9;
}
</style>
background-color css
<style>
a { background-color: #F00FC9; }
a { background-color: rgb(240,15,201); }
div.DivClassName
{
background-color: #F00FC9;
}
.BgClassName
{
background-color: #F00FC9;
}
</style>
border-color css
<style>
span { border-color: #F00FC9; }
span { border-color: rgb(240,15,201); }
td.TdClassName
{
border-color: #F00FC9;
}
.TagClassName
{
border-color: #F00FC9;
}
</style>