Shades of Shocking Pink #F019C8
Tints of Shocking Pink #F019C8
RGB
CMYK
RGB Variations
Color information
#F019C8 (or 0xF019C8) is known color: Shocking Pink. HEX triplet: F0, 19 and C8. RGB value is (240,25,200). Sum of RGB (Red+Green+Blue) = 240+25+200=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F019C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019C8 is #0FE637. Grayscale: #6C6C6C. Windows color (decimal): -1041976 or 13113840. OLE color: 13113840.
HSL color Cylindrical-coordinate representation of color #F019C8: hue angle of 311.16º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019C8 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 200 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.06 |
| HSL | 311.16º | 0.88% | 0.52% | - |
| HSV(B) | 311.16º | 0.9% | 0.94% | - |
| XYZ | 46.71 | 23.39 | 56.7 | - |
| YUV | 109.24 | 179.23 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 200 | 0 | 0.90 | 0.17 | 0.06 | 311.16 | 0.88 | 0.52 |
| Hex | F0 | 19 | C8 | 0 | 5A | 11 | 6 | 137 | 58 | 34 |
| Octal | 360 | 31 | 310 | 0 | 132 | 21 | 6 | 467 | 130 | 64 |
| Binary | 11110000 | 11001 | 11001000 | 0 | 1011010 | 10001 | 110 | 100110111 | 1011000 | 110100 |
Color Harmonies of #F019C8
Complementary color
Monochromatic Colors of #F019C8
Black with #F019C8
Text Example
Text Example
White with #F019C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019C8; }
p { color: rgb(240,25,200); }
H1.HeaderClassName
{
color: #F019C8;
}
.AnyTagClassName
{
color: #F019C8;
}
</style>
background-color css
<style>
a { background-color: #F019C8; }
a { background-color: rgb(240,25,200); }
div.DivClassName
{
background-color: #F019C8;
}
.BgClassName
{
background-color: #F019C8;
}
</style>
border-color css
<style>
span { border-color: #F019C8; }
span { border-color: rgb(240,25,200); }
td.TdClassName
{
border-color: #F019C8;
}
.TagClassName
{
border-color: #F019C8;
}
</style>