Shades of Shocking Pink #F019D7
Tints of Shocking Pink #F019D7
RGB
CMYK
RGB Variations
Color information
#F019D7 (or 0xF019D7) is known color: Shocking Pink. HEX triplet: F0, 19 and D7. RGB value is (240,25,215). Sum of RGB (Red+Green+Blue) = 240+25+215=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F019D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019D7 is #0FE628. Grayscale: #6E6E6E. Windows color (decimal): -1041961 or 14096880. OLE color: 14096880.
HSL color Cylindrical-coordinate representation of color #F019D7: hue angle of 306.98º 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 #F019D7 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 215 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.06 |
| HSL | 306.98º | 0.88% | 0.52% | - |
| HSV(B) | 306.98º | 0.9% | 0.94% | - |
| XYZ | 48.55 | 24.13 | 66.39 | - |
| YUV | 110.95 | 186.73 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 215 | 0 | 0.90 | 0.10 | 0.06 | 306.98 | 0.88 | 0.52 |
| Hex | F0 | 19 | D7 | 0 | 5A | A | 6 | 133 | 58 | 34 |
| Octal | 360 | 31 | 327 | 0 | 132 | 12 | 6 | 463 | 130 | 64 |
| Binary | 11110000 | 11001 | 11010111 | 0 | 1011010 | 1010 | 110 | 100110011 | 1011000 | 110100 |
Color Harmonies of #F019D7
Complementary color
Monochromatic Colors of #F019D7
Black with #F019D7
Text Example
Text Example
White with #F019D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019D7; }
p { color: rgb(240,25,215); }
H1.HeaderClassName
{
color: #F019D7;
}
.AnyTagClassName
{
color: #F019D7;
}
</style>
background-color css
<style>
a { background-color: #F019D7; }
a { background-color: rgb(240,25,215); }
div.DivClassName
{
background-color: #F019D7;
}
.BgClassName
{
background-color: #F019D7;
}
</style>
border-color css
<style>
span { border-color: #F019D7; }
span { border-color: rgb(240,25,215); }
td.TdClassName
{
border-color: #F019D7;
}
.TagClassName
{
border-color: #F019D7;
}
</style>