Shades of Shocking Pink #F519CF
Tints of Shocking Pink #F519CF
RGB
CMYK
RGB Variations
Color information
#F519CF (or 0xF519CF) is known color: Shocking Pink. HEX triplet: F5, 19 and CF. RGB value is (245,25,207). Sum of RGB (Red+Green+Blue) = 245+25+207=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F519CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519CF is #0AE630. Grayscale: #6F6F6F. Windows color (decimal): -714289 or 13572597. OLE color: 13572597.
HSL color Cylindrical-coordinate representation of color #F519CF: hue angle of 310.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 #F519CF is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 207 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.04 |
| HSL | 310.36º | 0.92% | 0.53% | - |
| HSV(B) | 310.36º | 0.9% | 0.96% | - |
| XYZ | 49.27 | 24.61 | 61.19 | - |
| YUV | 111.53 | 181.89 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 207 | 0 | 0.90 | 0.16 | 0.04 | 310.36 | 0.92 | 0.53 |
| Hex | F5 | 19 | CF | 0 | 5A | 10 | 4 | 136 | 5C | 35 |
| Octal | 365 | 31 | 317 | 0 | 132 | 20 | 4 | 466 | 134 | 65 |
| Binary | 11110101 | 11001 | 11001111 | 0 | 1011010 | 10000 | 100 | 100110110 | 1011100 | 110101 |
Color Harmonies of #F519CF
Complementary color
Monochromatic Colors of #F519CF
Black with #F519CF
Text Example
Text Example
White with #F519CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519CF; }
p { color: rgb(245,25,207); }
H1.HeaderClassName
{
color: #F519CF;
}
.AnyTagClassName
{
color: #F519CF;
}
</style>
background-color css
<style>
a { background-color: #F519CF; }
a { background-color: rgb(245,25,207); }
div.DivClassName
{
background-color: #F519CF;
}
.BgClassName
{
background-color: #F519CF;
}
</style>
border-color css
<style>
span { border-color: #F519CF; }
span { border-color: rgb(245,25,207); }
td.TdClassName
{
border-color: #F519CF;
}
.TagClassName
{
border-color: #F519CF;
}
</style>