Shades of Shocking Pink #F519DA
Tints of Shocking Pink #F519DA
RGB
CMYK
RGB Variations
Color information
#F519DA (or 0xF519DA) is known color: Shocking Pink. HEX triplet: F5, 19 and DA. RGB value is (245,25,218). Sum of RGB (Red+Green+Blue) = 245+25+218=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F519DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519DA is #0AE625. Grayscale: #707070. Windows color (decimal): -714278 or 14293493. OLE color: 14293493.
HSL color Cylindrical-coordinate representation of color #F519DA: hue angle of 307.36º 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 #F519DA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 218 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.04 |
| HSL | 307.36º | 0.92% | 0.53% | - |
| HSV(B) | 307.36º | 0.9% | 0.96% | - |
| XYZ | 50.66 | 25.17 | 68.52 | - |
| YUV | 112.78 | 187.39 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 218 | 0 | 0.90 | 0.11 | 0.04 | 307.36 | 0.92 | 0.53 |
| Hex | F5 | 19 | DA | 0 | 5A | B | 4 | 133 | 5C | 35 |
| Octal | 365 | 31 | 332 | 0 | 132 | 13 | 4 | 463 | 134 | 65 |
| Binary | 11110101 | 11001 | 11011010 | 0 | 1011010 | 1011 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F519DA
Complementary color
Monochromatic Colors of #F519DA
Black with #F519DA
Text Example
Text Example
White with #F519DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519DA; }
p { color: rgb(245,25,218); }
H1.HeaderClassName
{
color: #F519DA;
}
.AnyTagClassName
{
color: #F519DA;
}
</style>
background-color css
<style>
a { background-color: #F519DA; }
a { background-color: rgb(245,25,218); }
div.DivClassName
{
background-color: #F519DA;
}
.BgClassName
{
background-color: #F519DA;
}
</style>
border-color css
<style>
span { border-color: #F519DA; }
span { border-color: rgb(245,25,218); }
td.TdClassName
{
border-color: #F519DA;
}
.TagClassName
{
border-color: #F519DA;
}
</style>