Shades of Shocking Pink #F014D0
Tints of Shocking Pink #F014D0
RGB
CMYK
RGB Variations
Color information
#F014D0 (or 0xF014D0) is known color: Shocking Pink. HEX triplet: F0, 14 and D0. RGB value is (240,20,208). Sum of RGB (Red+Green+Blue) = 240+20+208=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F014D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014D0 is #0FEB2F. Grayscale: #6A6A6A. Windows color (decimal): -1043248 or 13636848. OLE color: 13636848.
HSL color Cylindrical-coordinate representation of color #F014D0: hue angle of 308.73º 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 #F014D0 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 208 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.06 |
| HSL | 308.73º | 0.88% | 0.51% | - |
| HSV(B) | 308.73º | 0.92% | 0.94% | - |
| XYZ | 47.57 | 23.58 | 61.72 | - |
| YUV | 107.21 | 184.89 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 208 | 0 | 0.92 | 0.13 | 0.06 | 308.73 | 0.88 | 0.51 |
| Hex | F0 | 14 | D0 | 0 | 5C | D | 6 | 135 | 58 | 33 |
| Octal | 360 | 24 | 320 | 0 | 134 | 15 | 6 | 465 | 130 | 63 |
| Binary | 11110000 | 10100 | 11010000 | 0 | 1011100 | 1101 | 110 | 100110101 | 1011000 | 110011 |
Color Harmonies of #F014D0
Complementary color
Monochromatic Colors of #F014D0
Black with #F014D0
Text Example
Text Example
White with #F014D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014D0; }
p { color: rgb(240,20,208); }
H1.HeaderClassName
{
color: #F014D0;
}
.AnyTagClassName
{
color: #F014D0;
}
</style>
background-color css
<style>
a { background-color: #F014D0; }
a { background-color: rgb(240,20,208); }
div.DivClassName
{
background-color: #F014D0;
}
.BgClassName
{
background-color: #F014D0;
}
</style>
border-color css
<style>
span { border-color: #F014D0; }
span { border-color: rgb(240,20,208); }
td.TdClassName
{
border-color: #F014D0;
}
.TagClassName
{
border-color: #F014D0;
}
</style>