Shades of Shocking Pink #FE1DCE
Tints of Shocking Pink #FE1DCE
RGB
CMYK
RGB Variations
Color information
#FE1DCE (or 0xFE1DCE) is known color: Shocking Pink. HEX triplet: FE, 1D and CE. RGB value is (254,29,206). Sum of RGB (Red+Green+Blue) = 254+29+206=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DCE is #01E231. Grayscale: #737373. Windows color (decimal): -123442 or 13508094. OLE color: 13508094.
HSL color Cylindrical-coordinate representation of color #FE1DCE: hue angle of 312.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1DCE is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 206 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.00 |
| HSL | 312.8º | 0.99% | 0.55% | - |
| HSV(B) | 312.8º | 0.89% | 1% | - |
| XYZ | 52.45 | 26.41 | 60.72 | - |
| YUV | 116.45 | 178.54 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 206 | 0 | 0.89 | 0.19 | 0.00 | 312.8 | 0.99 | 0.55 |
| Hex | FE | 1D | CE | 0 | 59 | 13 | 0 | 139 | 63 | 37 |
| Octal | 376 | 35 | 316 | 0 | 131 | 23 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11101 | 11001110 | 0 | 1011001 | 10011 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE1DCE
Complementary color
Monochromatic Colors of #FE1DCE
Black with #FE1DCE
Text Example
Text Example
White with #FE1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1DCE; }
p { color: rgb(254,29,206); }
H1.HeaderClassName
{
color: #FE1DCE;
}
.AnyTagClassName
{
color: #FE1DCE;
}
</style>
background-color css
<style>
a { background-color: #FE1DCE; }
a { background-color: rgb(254,29,206); }
div.DivClassName
{
background-color: #FE1DCE;
}
.BgClassName
{
background-color: #FE1DCE;
}
</style>
border-color css
<style>
span { border-color: #FE1DCE; }
span { border-color: rgb(254,29,206); }
td.TdClassName
{
border-color: #FE1DCE;
}
.TagClassName
{
border-color: #FE1DCE;
}
</style>