Shades of Shocking Pink #FE15CA
Tints of Shocking Pink #FE15CA
RGB
CMYK
RGB Variations
Color information
#FE15CA (or 0xFE15CA) is known color: Shocking Pink. HEX triplet: FE, 15 and CA. RGB value is (254,21,202). Sum of RGB (Red+Green+Blue) = 254+21+202=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15CA is #01EA35. Grayscale: #6E6E6E. Windows color (decimal): -125494 or 13243902. OLE color: 13243902.
HSL color Cylindrical-coordinate representation of color #FE15CA: hue angle of 313.39º 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 #FE15CA is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 202 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.00 |
| HSL | 313.39º | 0.99% | 0.54% | - |
| HSV(B) | 313.39º | 0.92% | 1% | - |
| XYZ | 51.8 | 25.87 | 58.14 | - |
| YUV | 111.3 | 179.19 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 202 | 0 | 0.92 | 0.20 | 0.00 | 313.39 | 0.99 | 0.54 |
| Hex | FE | 15 | CA | 0 | 5C | 14 | 0 | 139 | 63 | 36 |
| Octal | 376 | 25 | 312 | 0 | 134 | 24 | 0 | 471 | 143 | 66 |
| Binary | 11111110 | 10101 | 11001010 | 0 | 1011100 | 10100 | 0 | 100111001 | 1100011 | 110110 |
Color Harmonies of #FE15CA
Complementary color
Monochromatic Colors of #FE15CA
Black with #FE15CA
Text Example
Text Example
White with #FE15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15CA; }
p { color: rgb(254,21,202); }
H1.HeaderClassName
{
color: #FE15CA;
}
.AnyTagClassName
{
color: #FE15CA;
}
</style>
background-color css
<style>
a { background-color: #FE15CA; }
a { background-color: rgb(254,21,202); }
div.DivClassName
{
background-color: #FE15CA;
}
.BgClassName
{
background-color: #FE15CA;
}
</style>
border-color css
<style>
span { border-color: #FE15CA; }
span { border-color: rgb(254,21,202); }
td.TdClassName
{
border-color: #FE15CA;
}
.TagClassName
{
border-color: #FE15CA;
}
</style>