Shades of Shocking Pink #F011CF
Tints of Shocking Pink #F011CF
RGB
CMYK
RGB Variations
Color information
#F011CF (or 0xF011CF) is known color: Shocking Pink. HEX triplet: F0, 11 and CF. RGB value is (240,17,207). Sum of RGB (Red+Green+Blue) = 240+17+207=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F011CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011CF is #0FEE30. Grayscale: #686868. Windows color (decimal): -1044017 or 13570544. OLE color: 13570544.
HSL color Cylindrical-coordinate representation of color #F011CF: hue angle of 308.88º 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 #F011CF is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 207 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.06 |
| HSL | 308.88º | 0.88% | 0.5% | - |
| HSV(B) | 308.88º | 0.93% | 0.94% | - |
| XYZ | 47.4 | 23.43 | 61.06 | - |
| YUV | 105.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 207 | 0 | 0.93 | 0.14 | 0.06 | 308.88 | 0.88 | 0.5 |
| Hex | F0 | 11 | CF | 0 | 5D | E | 6 | 135 | 58 | 32 |
| Octal | 360 | 21 | 317 | 0 | 135 | 16 | 6 | 465 | 130 | 62 |
| Binary | 11110000 | 10001 | 11001111 | 0 | 1011101 | 1110 | 110 | 100110101 | 1011000 | 110010 |
Color Harmonies of #F011CF
Complementary color
Monochromatic Colors of #F011CF
Black with #F011CF
Text Example
Text Example
White with #F011CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011CF; }
p { color: rgb(240,17,207); }
H1.HeaderClassName
{
color: #F011CF;
}
.AnyTagClassName
{
color: #F011CF;
}
</style>
background-color css
<style>
a { background-color: #F011CF; }
a { background-color: rgb(240,17,207); }
div.DivClassName
{
background-color: #F011CF;
}
.BgClassName
{
background-color: #F011CF;
}
</style>
border-color css
<style>
span { border-color: #F011CF; }
span { border-color: rgb(240,17,207); }
td.TdClassName
{
border-color: #F011CF;
}
.TagClassName
{
border-color: #F011CF;
}
</style>