Shades of Shocking Pink #F014CE
Tints of Shocking Pink #F014CE
RGB
CMYK
RGB Variations
Color information
#F014CE (or 0xF014CE) is known color: Shocking Pink. HEX triplet: F0, 14 and CE. RGB value is (240,20,206). Sum of RGB (Red+Green+Blue) = 240+20+206=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F014CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014CE is #0FEB31. Grayscale: #6A6A6A. Windows color (decimal): -1043250 or 13505776. OLE color: 13505776.
HSL color Cylindrical-coordinate representation of color #F014CE: hue angle of 309.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014CE is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 206 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.06 |
| HSL | 309.27º | 0.88% | 0.51% | - |
| HSV(B) | 309.27º | 0.92% | 0.94% | - |
| XYZ | 47.33 | 23.48 | 60.43 | - |
| YUV | 106.98 | 183.89 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 206 | 0 | 0.92 | 0.14 | 0.06 | 309.27 | 0.88 | 0.51 |
| Hex | F0 | 14 | CE | 0 | 5C | E | 6 | 135 | 58 | 33 |
| Octal | 360 | 24 | 316 | 0 | 134 | 16 | 6 | 465 | 130 | 63 |
| Binary | 11110000 | 10100 | 11001110 | 0 | 1011100 | 1110 | 110 | 100110101 | 1011000 | 110011 |
Color Harmonies of #F014CE
Complementary color
Monochromatic Colors of #F014CE
Black with #F014CE
Text Example
Text Example
White with #F014CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014CE; }
p { color: rgb(240,20,206); }
H1.HeaderClassName
{
color: #F014CE;
}
.AnyTagClassName
{
color: #F014CE;
}
</style>
background-color css
<style>
a { background-color: #F014CE; }
a { background-color: rgb(240,20,206); }
div.DivClassName
{
background-color: #F014CE;
}
.BgClassName
{
background-color: #F014CE;
}
</style>
border-color css
<style>
span { border-color: #F014CE; }
span { border-color: rgb(240,20,206); }
td.TdClassName
{
border-color: #F014CE;
}
.TagClassName
{
border-color: #F014CE;
}
</style>