Shades of Shocking Pink #F919CC
Tints of Shocking Pink #F919CC
RGB
CMYK
RGB Variations
Color information
#F919CC (or 0xF919CC) is known color: Shocking Pink. HEX triplet: F9, 19 and CC. RGB value is (249,25,204). Sum of RGB (Red+Green+Blue) = 249+25+204=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F919CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919CC is #06E633. Grayscale: #6F6F6F. Windows color (decimal): -452148 or 13375993. OLE color: 13375993.
HSL color Cylindrical-coordinate representation of color #F919CC: hue angle of 312.05º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919CC is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 204 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.02 |
| HSL | 312.05º | 0.95% | 0.54% | - |
| HSV(B) | 312.05º | 0.9% | 0.98% | - |
| XYZ | 50.31 | 25.19 | 59.34 | - |
| YUV | 112.38 | 179.71 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 204 | 0 | 0.90 | 0.18 | 0.02 | 312.05 | 0.95 | 0.54 |
| Hex | F9 | 19 | CC | 0 | 5A | 12 | 2 | 138 | 5F | 36 |
| Octal | 371 | 31 | 314 | 0 | 132 | 22 | 2 | 470 | 137 | 66 |
| Binary | 11111001 | 11001 | 11001100 | 0 | 1011010 | 10010 | 10 | 100111000 | 1011111 | 110110 |
Color Harmonies of #F919CC
Complementary color
Monochromatic Colors of #F919CC
Black with #F919CC
Text Example
Text Example
White with #F919CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919CC; }
p { color: rgb(249,25,204); }
H1.HeaderClassName
{
color: #F919CC;
}
.AnyTagClassName
{
color: #F919CC;
}
</style>
background-color css
<style>
a { background-color: #F919CC; }
a { background-color: rgb(249,25,204); }
div.DivClassName
{
background-color: #F919CC;
}
.BgClassName
{
background-color: #F919CC;
}
</style>
border-color css
<style>
span { border-color: #F919CC; }
span { border-color: rgb(249,25,204); }
td.TdClassName
{
border-color: #F919CC;
}
.TagClassName
{
border-color: #F919CC;
}
</style>