Shades of Shocking Pink #F519CE
Tints of Shocking Pink #F519CE
RGB
CMYK
RGB Variations
Color information
#F519CE (or 0xF519CE) is known color: Shocking Pink. HEX triplet: F5, 19 and CE. RGB value is (245,25,206). Sum of RGB (Red+Green+Blue) = 245+25+206=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F519CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519CE is #0AE631. Grayscale: #6E6E6E. Windows color (decimal): -714290 or 13507061. OLE color: 13507061.
HSL color Cylindrical-coordinate representation of color #F519CE: hue angle of 310.64º 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 #F519CE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 206 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.04 |
| HSL | 310.64º | 0.92% | 0.53% | - |
| HSV(B) | 310.64º | 0.9% | 0.96% | - |
| XYZ | 49.14 | 24.56 | 60.54 | - |
| YUV | 111.41 | 181.39 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 206 | 0 | 0.90 | 0.16 | 0.04 | 310.64 | 0.92 | 0.53 |
| Hex | F5 | 19 | CE | 0 | 5A | 10 | 4 | 137 | 5C | 35 |
| Octal | 365 | 31 | 316 | 0 | 132 | 20 | 4 | 467 | 134 | 65 |
| Binary | 11110101 | 11001 | 11001110 | 0 | 1011010 | 10000 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F519CE
Complementary color
Monochromatic Colors of #F519CE
Black with #F519CE
Text Example
Text Example
White with #F519CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519CE; }
p { color: rgb(245,25,206); }
H1.HeaderClassName
{
color: #F519CE;
}
.AnyTagClassName
{
color: #F519CE;
}
</style>
background-color css
<style>
a { background-color: #F519CE; }
a { background-color: rgb(245,25,206); }
div.DivClassName
{
background-color: #F519CE;
}
.BgClassName
{
background-color: #F519CE;
}
</style>
border-color css
<style>
span { border-color: #F519CE; }
span { border-color: rgb(245,25,206); }
td.TdClassName
{
border-color: #F519CE;
}
.TagClassName
{
border-color: #F519CE;
}
</style>