Shades of Shocking Pink #F519D2
Tints of Shocking Pink #F519D2
RGB
CMYK
RGB Variations
Color information
#F519D2 (or 0xF519D2) is known color: Shocking Pink. HEX triplet: F5, 19 and D2. RGB value is (245,25,210). Sum of RGB (Red+Green+Blue) = 245+25+210=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F519D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519D2 is #0AE62D. Grayscale: #6F6F6F. Windows color (decimal): -714286 or 13769205. OLE color: 13769205.
HSL color Cylindrical-coordinate representation of color #F519D2: hue angle of 309.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519D2 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 210 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.04 |
| HSL | 309.55º | 0.92% | 0.53% | - |
| HSV(B) | 309.55º | 0.9% | 0.96% | - |
| XYZ | 49.64 | 24.76 | 63.14 | - |
| YUV | 111.87 | 183.39 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 210 | 0 | 0.90 | 0.14 | 0.04 | 309.55 | 0.92 | 0.53 |
| Hex | F5 | 19 | D2 | 0 | 5A | E | 4 | 136 | 5C | 35 |
| Octal | 365 | 31 | 322 | 0 | 132 | 16 | 4 | 466 | 134 | 65 |
| Binary | 11110101 | 11001 | 11010010 | 0 | 1011010 | 1110 | 100 | 100110110 | 1011100 | 110101 |
Color Harmonies of #F519D2
Complementary color
Monochromatic Colors of #F519D2
Black with #F519D2
Text Example
Text Example
White with #F519D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519D2; }
p { color: rgb(245,25,210); }
H1.HeaderClassName
{
color: #F519D2;
}
.AnyTagClassName
{
color: #F519D2;
}
</style>
background-color css
<style>
a { background-color: #F519D2; }
a { background-color: rgb(245,25,210); }
div.DivClassName
{
background-color: #F519D2;
}
.BgClassName
{
background-color: #F519D2;
}
</style>
border-color css
<style>
span { border-color: #F519D2; }
span { border-color: rgb(245,25,210); }
td.TdClassName
{
border-color: #F519D2;
}
.TagClassName
{
border-color: #F519D2;
}
</style>