Shades of Shocking Pink #F011C7
Tints of Shocking Pink #F011C7
RGB
CMYK
RGB Variations
Color information
#F011C7 (or 0xF011C7) is known color: Shocking Pink. HEX triplet: F0, 11 and C7. RGB value is (240,17,199). Sum of RGB (Red+Green+Blue) = 240+17+199=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F011C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011C7 is #0FEE38. Grayscale: #676767. Windows color (decimal): -1044025 or 13046256. OLE color: 13046256.
HSL color Cylindrical-coordinate representation of color #F011C7: hue angle of 311.03º 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 #F011C7 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 199 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.06 |
| HSL | 311.03º | 0.88% | 0.5% | - |
| HSV(B) | 311.03º | 0.93% | 0.94% | - |
| XYZ | 46.44 | 23.05 | 56.03 | - |
| YUV | 104.43 | 181.38 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 199 | 0 | 0.93 | 0.17 | 0.06 | 311.03 | 0.88 | 0.5 |
| Hex | F0 | 11 | C7 | 0 | 5D | 11 | 6 | 137 | 58 | 32 |
| Octal | 360 | 21 | 307 | 0 | 135 | 21 | 6 | 467 | 130 | 62 |
| Binary | 11110000 | 10001 | 11000111 | 0 | 1011101 | 10001 | 110 | 100110111 | 1011000 | 110010 |
Color Harmonies of #F011C7
Complementary color
Monochromatic Colors of #F011C7
Black with #F011C7
Text Example
Text Example
White with #F011C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011C7; }
p { color: rgb(240,17,199); }
H1.HeaderClassName
{
color: #F011C7;
}
.AnyTagClassName
{
color: #F011C7;
}
</style>
background-color css
<style>
a { background-color: #F011C7; }
a { background-color: rgb(240,17,199); }
div.DivClassName
{
background-color: #F011C7;
}
.BgClassName
{
background-color: #F011C7;
}
</style>
border-color css
<style>
span { border-color: #F011C7; }
span { border-color: rgb(240,17,199); }
td.TdClassName
{
border-color: #F011C7;
}
.TagClassName
{
border-color: #F011C7;
}
</style>