Shades of Shocking Pink #FE15D4
Tints of Shocking Pink #FE15D4
RGB
CMYK
RGB Variations
Color information
#FE15D4 (or 0xFE15D4) is known color: Shocking Pink. HEX triplet: FE, 15 and D4. RGB value is (254,21,212). Sum of RGB (Red+Green+Blue) = 254+21+212=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 21 (8.59% from 255 or 4.31% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15D4 is #01EA2B. Grayscale: #6F6F6F. Windows color (decimal): -125484 or 13899262. OLE color: 13899262.
HSL color Cylindrical-coordinate representation of color #FE15D4: hue angle of 310.82º 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 #FE15D4 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 212 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.00 |
| HSL | 310.82º | 0.99% | 0.54% | - |
| HSV(B) | 310.82º | 0.92% | 1% | - |
| XYZ | 53.02 | 26.36 | 64.58 | - |
| YUV | 112.44 | 184.19 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 212 | 0 | 0.92 | 0.17 | 0.00 | 310.82 | 0.99 | 0.54 |
| Hex | FE | 15 | D4 | 0 | 5C | 11 | 0 | 137 | 63 | 36 |
| Octal | 376 | 25 | 324 | 0 | 134 | 21 | 0 | 467 | 143 | 66 |
| Binary | 11111110 | 10101 | 11010100 | 0 | 1011100 | 10001 | 0 | 100110111 | 1100011 | 110110 |
Color Harmonies of #FE15D4
Complementary color
Monochromatic Colors of #FE15D4
Black with #FE15D4
Text Example
Text Example
White with #FE15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15D4; }
p { color: rgb(254,21,212); }
H1.HeaderClassName
{
color: #FE15D4;
}
.AnyTagClassName
{
color: #FE15D4;
}
</style>
background-color css
<style>
a { background-color: #FE15D4; }
a { background-color: rgb(254,21,212); }
div.DivClassName
{
background-color: #FE15D4;
}
.BgClassName
{
background-color: #FE15D4;
}
</style>
border-color css
<style>
span { border-color: #FE15D4; }
span { border-color: rgb(254,21,212); }
td.TdClassName
{
border-color: #FE15D4;
}
.TagClassName
{
border-color: #FE15D4;
}
</style>