Shades of Shocking Pink #FE1AD7
Tints of Shocking Pink #FE1AD7
RGB
CMYK
RGB Variations
Color information
#FE1AD7 (or 0xFE1AD7) is known color: Shocking Pink. HEX triplet: FE, 1A and D7. RGB value is (254,26,215). Sum of RGB (Red+Green+Blue) = 254+26+215=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1AD7 is #01E528. Grayscale: #737373. Windows color (decimal): -124201 or 14097150. OLE color: 14097150.
HSL color Cylindrical-coordinate representation of color #FE1AD7: hue angle of 310.26º 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 #FE1AD7 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 215 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.00 |
| HSL | 310.26º | 0.99% | 0.55% | - |
| HSV(B) | 310.26º | 0.9% | 1% | - |
| XYZ | 53.51 | 26.72 | 66.63 | - |
| YUV | 115.72 | 184.04 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 215 | 0 | 0.90 | 0.15 | 0.00 | 310.26 | 0.99 | 0.55 |
| Hex | FE | 1A | D7 | 0 | 5A | F | 0 | 136 | 63 | 37 |
| Octal | 376 | 32 | 327 | 0 | 132 | 17 | 0 | 466 | 143 | 67 |
| Binary | 11111110 | 11010 | 11010111 | 0 | 1011010 | 1111 | 0 | 100110110 | 1100011 | 110111 |
Color Harmonies of #FE1AD7
Complementary color
Monochromatic Colors of #FE1AD7
Black with #FE1AD7
Text Example
Text Example
White with #FE1AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AD7; }
p { color: rgb(254,26,215); }
H1.HeaderClassName
{
color: #FE1AD7;
}
.AnyTagClassName
{
color: #FE1AD7;
}
</style>
background-color css
<style>
a { background-color: #FE1AD7; }
a { background-color: rgb(254,26,215); }
div.DivClassName
{
background-color: #FE1AD7;
}
.BgClassName
{
background-color: #FE1AD7;
}
</style>
border-color css
<style>
span { border-color: #FE1AD7; }
span { border-color: rgb(254,26,215); }
td.TdClassName
{
border-color: #FE1AD7;
}
.TagClassName
{
border-color: #FE1AD7;
}
</style>