Shades of Shocking Pink #FE15C5
Tints of Shocking Pink #FE15C5
RGB
CMYK
RGB Variations
Color information
#FE15C5 (or 0xFE15C5) is known color: Shocking Pink. HEX triplet: FE, 15 and C5. RGB value is (254,21,197). Sum of RGB (Red+Green+Blue) = 254+21+197=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15C5 is #01EA3A. Grayscale: #6E6E6E. Windows color (decimal): -125499 or 12916222. OLE color: 12916222.
HSL color Cylindrical-coordinate representation of color #FE15C5: hue angle of 314.68º 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 #FE15C5 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 197 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.00 |
| HSL | 314.68º | 0.99% | 0.54% | - |
| HSV(B) | 314.68º | 0.92% | 1% | - |
| XYZ | 51.22 | 25.64 | 55.07 | - |
| YUV | 110.73 | 176.69 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 197 | 0 | 0.92 | 0.22 | 0.00 | 314.68 | 0.99 | 0.54 |
| Hex | FE | 15 | C5 | 0 | 5C | 16 | 0 | 13B | 63 | 36 |
| Octal | 376 | 25 | 305 | 0 | 134 | 26 | 0 | 473 | 143 | 66 |
| Binary | 11111110 | 10101 | 11000101 | 0 | 1011100 | 10110 | 0 | 100111011 | 1100011 | 110110 |
Color Harmonies of #FE15C5
Complementary color
Monochromatic Colors of #FE15C5
Black with #FE15C5
Text Example
Text Example
White with #FE15C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15C5; }
p { color: rgb(254,21,197); }
H1.HeaderClassName
{
color: #FE15C5;
}
.AnyTagClassName
{
color: #FE15C5;
}
</style>
background-color css
<style>
a { background-color: #FE15C5; }
a { background-color: rgb(254,21,197); }
div.DivClassName
{
background-color: #FE15C5;
}
.BgClassName
{
background-color: #FE15C5;
}
</style>
border-color css
<style>
span { border-color: #FE15C5; }
span { border-color: rgb(254,21,197); }
td.TdClassName
{
border-color: #FE15C5;
}
.TagClassName
{
border-color: #FE15C5;
}
</style>