Shades of Shocking Pink #F016CC
Tints of Shocking Pink #F016CC
RGB
CMYK
RGB Variations
Color information
#F016CC (or 0xF016CC) is known color: Shocking Pink. HEX triplet: F0, 16 and CC. RGB value is (240,22,204). Sum of RGB (Red+Green+Blue) = 240+22+204=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F016CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016CC is #0FE933. Grayscale: #6B6B6B. Windows color (decimal): -1042740 or 13375216. OLE color: 13375216.
HSL color Cylindrical-coordinate representation of color #F016CC: hue angle of 309.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016CC is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 204 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.06 |
| HSL | 309.91º | 0.88% | 0.51% | - |
| HSV(B) | 309.91º | 0.91% | 0.94% | - |
| XYZ | 47.12 | 23.46 | 59.17 | - |
| YUV | 107.93 | 182.22 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 204 | 0 | 0.91 | 0.15 | 0.06 | 309.91 | 0.88 | 0.51 |
| Hex | F0 | 16 | CC | 0 | 5B | F | 6 | 136 | 58 | 33 |
| Octal | 360 | 26 | 314 | 0 | 133 | 17 | 6 | 466 | 130 | 63 |
| Binary | 11110000 | 10110 | 11001100 | 0 | 1011011 | 1111 | 110 | 100110110 | 1011000 | 110011 |
Color Harmonies of #F016CC
Complementary color
Monochromatic Colors of #F016CC
Black with #F016CC
Text Example
Text Example
White with #F016CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016CC; }
p { color: rgb(240,22,204); }
H1.HeaderClassName
{
color: #F016CC;
}
.AnyTagClassName
{
color: #F016CC;
}
</style>
background-color css
<style>
a { background-color: #F016CC; }
a { background-color: rgb(240,22,204); }
div.DivClassName
{
background-color: #F016CC;
}
.BgClassName
{
background-color: #F016CC;
}
</style>
border-color css
<style>
span { border-color: #F016CC; }
span { border-color: rgb(240,22,204); }
td.TdClassName
{
border-color: #F016CC;
}
.TagClassName
{
border-color: #F016CC;
}
</style>