Shades of Shocking Pink #F519CD
Tints of Shocking Pink #F519CD
RGB
CMYK
RGB Variations
Color information
#F519CD (or 0xF519CD) is known color: Shocking Pink. HEX triplet: F5, 19 and CD. RGB value is (245,25,205). Sum of RGB (Red+Green+Blue) = 245+25+205=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F519CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519CD is #0AE632. Grayscale: #6E6E6E. Windows color (decimal): -714291 or 13441525. OLE color: 13441525.
HSL color Cylindrical-coordinate representation of color #F519CD: hue angle of 310.91º 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 #F519CD is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 205 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.04 |
| HSL | 310.91º | 0.92% | 0.53% | - |
| HSV(B) | 310.91º | 0.9% | 0.96% | - |
| XYZ | 49.02 | 24.52 | 59.91 | - |
| YUV | 111.3 | 180.89 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 205 | 0 | 0.90 | 0.16 | 0.04 | 310.91 | 0.92 | 0.53 |
| Hex | F5 | 19 | CD | 0 | 5A | 10 | 4 | 137 | 5C | 35 |
| Octal | 365 | 31 | 315 | 0 | 132 | 20 | 4 | 467 | 134 | 65 |
| Binary | 11110101 | 11001 | 11001101 | 0 | 1011010 | 10000 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F519CD
Complementary color
Monochromatic Colors of #F519CD
Black with #F519CD
Text Example
Text Example
White with #F519CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519CD; }
p { color: rgb(245,25,205); }
H1.HeaderClassName
{
color: #F519CD;
}
.AnyTagClassName
{
color: #F519CD;
}
</style>
background-color css
<style>
a { background-color: #F519CD; }
a { background-color: rgb(245,25,205); }
div.DivClassName
{
background-color: #F519CD;
}
.BgClassName
{
background-color: #F519CD;
}
</style>
border-color css
<style>
span { border-color: #F519CD; }
span { border-color: rgb(245,25,205); }
td.TdClassName
{
border-color: #F519CD;
}
.TagClassName
{
border-color: #F519CD;
}
</style>