Shades of Shocking Pink #F519D4
Tints of Shocking Pink #F519D4
RGB
CMYK
RGB Variations
Color information
#F519D4 (or 0xF519D4) is known color: Shocking Pink. HEX triplet: F5, 19 and D4. RGB value is (245,25,212). Sum of RGB (Red+Green+Blue) = 245+25+212=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F519D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519D4 is #0AE62B. Grayscale: #6F6F6F. Windows color (decimal): -714284 or 13900277. OLE color: 13900277.
HSL color Cylindrical-coordinate representation of color #F519D4: hue angle of 309º 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 #F519D4 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 212 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.04 |
| HSL | 309º | 0.92% | 0.53% | - |
| HSV(B) | 309º | 0.9% | 0.96% | - |
| XYZ | 49.89 | 24.86 | 64.46 | - |
| YUV | 112.1 | 184.39 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 212 | 0 | 0.90 | 0.13 | 0.04 | 309 | 0.92 | 0.53 |
| Hex | F5 | 19 | D4 | 0 | 5A | D | 4 | 135 | 5C | 35 |
| Octal | 365 | 31 | 324 | 0 | 132 | 15 | 4 | 465 | 134 | 65 |
| Binary | 11110101 | 11001 | 11010100 | 0 | 1011010 | 1101 | 100 | 100110101 | 1011100 | 110101 |
Color Harmonies of #F519D4
Complementary color
Monochromatic Colors of #F519D4
Black with #F519D4
Text Example
Text Example
White with #F519D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519D4; }
p { color: rgb(245,25,212); }
H1.HeaderClassName
{
color: #F519D4;
}
.AnyTagClassName
{
color: #F519D4;
}
</style>
background-color css
<style>
a { background-color: #F519D4; }
a { background-color: rgb(245,25,212); }
div.DivClassName
{
background-color: #F519D4;
}
.BgClassName
{
background-color: #F519D4;
}
</style>
border-color css
<style>
span { border-color: #F519D4; }
span { border-color: rgb(245,25,212); }
td.TdClassName
{
border-color: #F519D4;
}
.TagClassName
{
border-color: #F519D4;
}
</style>