Shades of Shocking Pink #F014CF
Tints of Shocking Pink #F014CF
RGB
CMYK
RGB Variations
Color information
#F014CF (or 0xF014CF) is known color: Shocking Pink. HEX triplet: F0, 14 and CF. RGB value is (240,20,207). Sum of RGB (Red+Green+Blue) = 240+20+207=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F014CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014CF is #0FEB30. Grayscale: #6A6A6A. Windows color (decimal): -1043249 or 13571312. OLE color: 13571312.
HSL color Cylindrical-coordinate representation of color #F014CF: hue angle of 309º 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 #F014CF is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 207 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.06 |
| HSL | 309º | 0.88% | 0.51% | - |
| HSV(B) | 309º | 0.92% | 0.94% | - |
| XYZ | 47.45 | 23.53 | 61.07 | - |
| YUV | 107.1 | 184.39 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 207 | 0 | 0.92 | 0.14 | 0.06 | 309 | 0.88 | 0.51 |
| Hex | F0 | 14 | CF | 0 | 5C | E | 6 | 135 | 58 | 33 |
| Octal | 360 | 24 | 317 | 0 | 134 | 16 | 6 | 465 | 130 | 63 |
| Binary | 11110000 | 10100 | 11001111 | 0 | 1011100 | 1110 | 110 | 100110101 | 1011000 | 110011 |
Color Harmonies of #F014CF
Complementary color
Monochromatic Colors of #F014CF
Black with #F014CF
Text Example
Text Example
White with #F014CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014CF; }
p { color: rgb(240,20,207); }
H1.HeaderClassName
{
color: #F014CF;
}
.AnyTagClassName
{
color: #F014CF;
}
</style>
background-color css
<style>
a { background-color: #F014CF; }
a { background-color: rgb(240,20,207); }
div.DivClassName
{
background-color: #F014CF;
}
.BgClassName
{
background-color: #F014CF;
}
</style>
border-color css
<style>
span { border-color: #F014CF; }
span { border-color: rgb(240,20,207); }
td.TdClassName
{
border-color: #F014CF;
}
.TagClassName
{
border-color: #F014CF;
}
</style>