Shades of Shocking Pink #FE19CC
Tints of Shocking Pink #FE19CC
RGB
CMYK
RGB Variations
Color information
#FE19CC (or 0xFE19CC) is known color: Shocking Pink. HEX triplet: FE, 19 and CC. RGB value is (254,25,204). Sum of RGB (Red+Green+Blue) = 254+25+204=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 25 (10.16% from 255 or 5.18% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19CC is #01E633. Grayscale: #717171. Windows color (decimal): -124468 or 13375998. OLE color: 13375998.
HSL color Cylindrical-coordinate representation of color #FE19CC: hue angle of 313.1º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE19CC is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 204 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.00 |
| HSL | 313.1º | 0.99% | 0.55% | - |
| HSV(B) | 313.1º | 0.9% | 1% | - |
| XYZ | 52.12 | 26.13 | 59.42 | - |
| YUV | 113.88 | 178.87 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 204 | 0 | 0.90 | 0.20 | 0.00 | 313.1 | 0.99 | 0.55 |
| Hex | FE | 19 | CC | 0 | 5A | 14 | 0 | 139 | 63 | 37 |
| Octal | 376 | 31 | 314 | 0 | 132 | 24 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11001 | 11001100 | 0 | 1011010 | 10100 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE19CC
Complementary color
Monochromatic Colors of #FE19CC
Black with #FE19CC
Text Example
Text Example
White with #FE19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19CC; }
p { color: rgb(254,25,204); }
H1.HeaderClassName
{
color: #FE19CC;
}
.AnyTagClassName
{
color: #FE19CC;
}
</style>
background-color css
<style>
a { background-color: #FE19CC; }
a { background-color: rgb(254,25,204); }
div.DivClassName
{
background-color: #FE19CC;
}
.BgClassName
{
background-color: #FE19CC;
}
</style>
border-color css
<style>
span { border-color: #FE19CC; }
span { border-color: rgb(254,25,204); }
td.TdClassName
{
border-color: #FE19CC;
}
.TagClassName
{
border-color: #FE19CC;
}
</style>