Shades of Shocking Pink #FE19CF
Tints of Shocking Pink #FE19CF
RGB
CMYK
RGB Variations
Color information
#FE19CF (or 0xFE19CF) is known color: Shocking Pink. HEX triplet: FE, 19 and CF. RGB value is (254,25,207). Sum of RGB (Red+Green+Blue) = 254+25+207=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 25 (10.16% from 255 or 5.14% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19CF is #01E630. Grayscale: #717171. Windows color (decimal): -124465 or 13572606. OLE color: 13572606.
HSL color Cylindrical-coordinate representation of color #FE19CF: hue angle of 312.31º 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 #FE19CF is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 207 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.00 |
| HSL | 312.31º | 0.99% | 0.55% | - |
| HSV(B) | 312.31º | 0.9% | 1% | - |
| XYZ | 52.48 | 26.27 | 61.34 | - |
| YUV | 114.22 | 180.37 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 207 | 0 | 0.90 | 0.19 | 0.00 | 312.31 | 0.99 | 0.55 |
| Hex | FE | 19 | CF | 0 | 5A | 13 | 0 | 138 | 63 | 37 |
| Octal | 376 | 31 | 317 | 0 | 132 | 23 | 0 | 470 | 143 | 67 |
| Binary | 11111110 | 11001 | 11001111 | 0 | 1011010 | 10011 | 0 | 100111000 | 1100011 | 110111 |
Color Harmonies of #FE19CF
Complementary color
Monochromatic Colors of #FE19CF
Black with #FE19CF
Text Example
Text Example
White with #FE19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19CF; }
p { color: rgb(254,25,207); }
H1.HeaderClassName
{
color: #FE19CF;
}
.AnyTagClassName
{
color: #FE19CF;
}
</style>
background-color css
<style>
a { background-color: #FE19CF; }
a { background-color: rgb(254,25,207); }
div.DivClassName
{
background-color: #FE19CF;
}
.BgClassName
{
background-color: #FE19CF;
}
</style>
border-color css
<style>
span { border-color: #FE19CF; }
span { border-color: rgb(254,25,207); }
td.TdClassName
{
border-color: #FE19CF;
}
.TagClassName
{
border-color: #FE19CF;
}
</style>