Shades of Shocking Pink #FE1AD8
Tints of Shocking Pink #FE1AD8
RGB
CMYK
RGB Variations
Color information
#FE1AD8 (or 0xFE1AD8) is known color: Shocking Pink. HEX triplet: FE, 1A and D8. RGB value is (254,26,216). Sum of RGB (Red+Green+Blue) = 254+26+216=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 26 (10.55% from 255 or 5.24% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1AD8 is #01E527. Grayscale: #737373. Windows color (decimal): -124200 or 14162686. OLE color: 14162686.
HSL color Cylindrical-coordinate representation of color #FE1AD8: hue angle of 310º 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 #FE1AD8 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 216 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.00 |
| HSL | 310º | 0.99% | 0.55% | - |
| HSV(B) | 310º | 0.9% | 1% | - |
| XYZ | 53.64 | 26.77 | 67.31 | - |
| YUV | 115.83 | 184.54 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 216 | 0 | 0.90 | 0.15 | 0.00 | 310 | 0.99 | 0.55 |
| Hex | FE | 1A | D8 | 0 | 5A | F | 0 | 136 | 63 | 37 |
| Octal | 376 | 32 | 330 | 0 | 132 | 17 | 0 | 466 | 143 | 67 |
| Binary | 11111110 | 11010 | 11011000 | 0 | 1011010 | 1111 | 0 | 100110110 | 1100011 | 110111 |
Color Harmonies of #FE1AD8
Complementary color
Monochromatic Colors of #FE1AD8
Black with #FE1AD8
Text Example
Text Example
White with #FE1AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AD8; }
p { color: rgb(254,26,216); }
H1.HeaderClassName
{
color: #FE1AD8;
}
.AnyTagClassName
{
color: #FE1AD8;
}
</style>
background-color css
<style>
a { background-color: #FE1AD8; }
a { background-color: rgb(254,26,216); }
div.DivClassName
{
background-color: #FE1AD8;
}
.BgClassName
{
background-color: #FE1AD8;
}
</style>
border-color css
<style>
span { border-color: #FE1AD8; }
span { border-color: rgb(254,26,216); }
td.TdClassName
{
border-color: #FE1AD8;
}
.TagClassName
{
border-color: #FE1AD8;
}
</style>