Shades of Shocking Pink #F011CA
Tints of Shocking Pink #F011CA
RGB
CMYK
RGB Variations
Color information
#F011CA (or 0xF011CA) is known color: Shocking Pink. HEX triplet: F0, 11 and CA. RGB value is (240,17,202). Sum of RGB (Red+Green+Blue) = 240+17+202=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F011CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011CA is #0FEE35. Grayscale: #686868. Windows color (decimal): -1044022 or 13242864. OLE color: 13242864.
HSL color Cylindrical-coordinate representation of color #F011CA: hue angle of 310.22º 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 #F011CA is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 202 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.06 |
| HSL | 310.22º | 0.88% | 0.5% | - |
| HSV(B) | 310.22º | 0.93% | 0.94% | - |
| XYZ | 46.8 | 23.19 | 57.89 | - |
| YUV | 104.77 | 182.88 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 202 | 0 | 0.93 | 0.16 | 0.06 | 310.22 | 0.88 | 0.5 |
| Hex | F0 | 11 | CA | 0 | 5D | 10 | 6 | 136 | 58 | 32 |
| Octal | 360 | 21 | 312 | 0 | 135 | 20 | 6 | 466 | 130 | 62 |
| Binary | 11110000 | 10001 | 11001010 | 0 | 1011101 | 10000 | 110 | 100110110 | 1011000 | 110010 |
Color Harmonies of #F011CA
Complementary color
Monochromatic Colors of #F011CA
Black with #F011CA
Text Example
Text Example
White with #F011CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011CA; }
p { color: rgb(240,17,202); }
H1.HeaderClassName
{
color: #F011CA;
}
.AnyTagClassName
{
color: #F011CA;
}
</style>
background-color css
<style>
a { background-color: #F011CA; }
a { background-color: rgb(240,17,202); }
div.DivClassName
{
background-color: #F011CA;
}
.BgClassName
{
background-color: #F011CA;
}
</style>
border-color css
<style>
span { border-color: #F011CA; }
span { border-color: rgb(240,17,202); }
td.TdClassName
{
border-color: #F011CA;
}
.TagClassName
{
border-color: #F011CA;
}
</style>