Shades of Shocking Pink #FE15C8
Tints of Shocking Pink #FE15C8
RGB
CMYK
RGB Variations
Color information
#FE15C8 (or 0xFE15C8) is known color: Shocking Pink. HEX triplet: FE, 15 and C8. RGB value is (254,21,200). Sum of RGB (Red+Green+Blue) = 254+21+200=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15C8 is #01EA37. Grayscale: #6E6E6E. Windows color (decimal): -125496 or 13112830. OLE color: 13112830.
HSL color Cylindrical-coordinate representation of color #FE15C8: hue angle of 313.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE15C8 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 200 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.00 |
| HSL | 313.91º | 0.99% | 0.54% | - |
| HSV(B) | 313.91º | 0.92% | 1% | - |
| XYZ | 51.57 | 25.78 | 56.9 | - |
| YUV | 111.07 | 178.19 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 200 | 0 | 0.92 | 0.21 | 0.00 | 313.91 | 0.99 | 0.54 |
| Hex | FE | 15 | C8 | 0 | 5C | 15 | 0 | 13A | 63 | 36 |
| Octal | 376 | 25 | 310 | 0 | 134 | 25 | 0 | 472 | 143 | 66 |
| Binary | 11111110 | 10101 | 11001000 | 0 | 1011100 | 10101 | 0 | 100111010 | 1100011 | 110110 |
Color Harmonies of #FE15C8
Complementary color
Monochromatic Colors of #FE15C8
Black with #FE15C8
Text Example
Text Example
White with #FE15C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15C8; }
p { color: rgb(254,21,200); }
H1.HeaderClassName
{
color: #FE15C8;
}
.AnyTagClassName
{
color: #FE15C8;
}
</style>
background-color css
<style>
a { background-color: #FE15C8; }
a { background-color: rgb(254,21,200); }
div.DivClassName
{
background-color: #FE15C8;
}
.BgClassName
{
background-color: #FE15C8;
}
</style>
border-color css
<style>
span { border-color: #FE15C8; }
span { border-color: rgb(254,21,200); }
td.TdClassName
{
border-color: #FE15C8;
}
.TagClassName
{
border-color: #FE15C8;
}
</style>