Shades of Shocking Pink #F019C3
Tints of Shocking Pink #F019C3
RGB
CMYK
RGB Variations
Color information
#F019C3 (or 0xF019C3) is known color: Shocking Pink. HEX triplet: F0, 19 and C3. RGB value is (240,25,195). Sum of RGB (Red+Green+Blue) = 240+25+195=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F019C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019C3 is #0FE63C. Grayscale: #6C6C6C. Windows color (decimal): -1041981 or 12786160. OLE color: 12786160.
HSL color Cylindrical-coordinate representation of color #F019C3: hue angle of 312.56º 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 #F019C3 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 195 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.06 |
| HSL | 312.56º | 0.88% | 0.52% | - |
| HSV(B) | 312.56º | 0.9% | 0.94% | - |
| XYZ | 46.13 | 23.16 | 53.67 | - |
| YUV | 108.67 | 176.73 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 195 | 0 | 0.90 | 0.19 | 0.06 | 312.56 | 0.88 | 0.52 |
| Hex | F0 | 19 | C3 | 0 | 5A | 13 | 6 | 139 | 58 | 34 |
| Octal | 360 | 31 | 303 | 0 | 132 | 23 | 6 | 471 | 130 | 64 |
| Binary | 11110000 | 11001 | 11000011 | 0 | 1011010 | 10011 | 110 | 100111001 | 1011000 | 110100 |
Color Harmonies of #F019C3
Complementary color
Monochromatic Colors of #F019C3
Black with #F019C3
Text Example
Text Example
White with #F019C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019C3; }
p { color: rgb(240,25,195); }
H1.HeaderClassName
{
color: #F019C3;
}
.AnyTagClassName
{
color: #F019C3;
}
</style>
background-color css
<style>
a { background-color: #F019C3; }
a { background-color: rgb(240,25,195); }
div.DivClassName
{
background-color: #F019C3;
}
.BgClassName
{
background-color: #F019C3;
}
</style>
border-color css
<style>
span { border-color: #F019C3; }
span { border-color: rgb(240,25,195); }
td.TdClassName
{
border-color: #F019C3;
}
.TagClassName
{
border-color: #F019C3;
}
</style>