Shades of Shocking Pink #F519CC
Tints of Shocking Pink #F519CC
RGB
CMYK
RGB Variations
Color information
#F519CC (or 0xF519CC) is known color: Shocking Pink. HEX triplet: F5, 19 and CC. RGB value is (245,25,204). Sum of RGB (Red+Green+Blue) = 245+25+204=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F519CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519CC is #0AE633. Grayscale: #6E6E6E. Windows color (decimal): -714292 or 13375989. OLE color: 13375989.
HSL color Cylindrical-coordinate representation of color #F519CC: hue angle of 311.18º 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 #F519CC is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 204 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.04 |
| HSL | 311.18º | 0.92% | 0.53% | - |
| HSV(B) | 311.18º | 0.9% | 0.96% | - |
| XYZ | 48.9 | 24.47 | 59.27 | - |
| YUV | 111.19 | 180.39 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 204 | 0 | 0.90 | 0.17 | 0.04 | 311.18 | 0.92 | 0.53 |
| Hex | F5 | 19 | CC | 0 | 5A | 11 | 4 | 137 | 5C | 35 |
| Octal | 365 | 31 | 314 | 0 | 132 | 21 | 4 | 467 | 134 | 65 |
| Binary | 11110101 | 11001 | 11001100 | 0 | 1011010 | 10001 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F519CC
Complementary color
Monochromatic Colors of #F519CC
Black with #F519CC
Text Example
Text Example
White with #F519CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519CC; }
p { color: rgb(245,25,204); }
H1.HeaderClassName
{
color: #F519CC;
}
.AnyTagClassName
{
color: #F519CC;
}
</style>
background-color css
<style>
a { background-color: #F519CC; }
a { background-color: rgb(245,25,204); }
div.DivClassName
{
background-color: #F519CC;
}
.BgClassName
{
background-color: #F519CC;
}
</style>
border-color css
<style>
span { border-color: #F519CC; }
span { border-color: rgb(245,25,204); }
td.TdClassName
{
border-color: #F519CC;
}
.TagClassName
{
border-color: #F519CC;
}
</style>