Shades of Shocking Pink #FE1DCD
Tints of Shocking Pink #FE1DCD
RGB
CMYK
RGB Variations
Color information
#FE1DCD (or 0xFE1DCD) is known color: Shocking Pink. HEX triplet: FE, 1D and CD. RGB value is (254,29,205). Sum of RGB (Red+Green+Blue) = 254+29+205=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DCD is #01E232. Grayscale: #737373. Windows color (decimal): -123443 or 13442558. OLE color: 13442558.
HSL color Cylindrical-coordinate representation of color #FE1DCD: hue angle of 313.07º 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 #FE1DCD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 205 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.00 |
| HSL | 313.07º | 0.99% | 0.55% | - |
| HSV(B) | 313.07º | 0.89% | 1% | - |
| XYZ | 52.33 | 26.36 | 60.09 | - |
| YUV | 116.34 | 178.04 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 205 | 0 | 0.89 | 0.19 | 0.00 | 313.07 | 0.99 | 0.55 |
| Hex | FE | 1D | CD | 0 | 59 | 13 | 0 | 139 | 63 | 37 |
| Octal | 376 | 35 | 315 | 0 | 131 | 23 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11101 | 11001101 | 0 | 1011001 | 10011 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE1DCD
Complementary color
Monochromatic Colors of #FE1DCD
Black with #FE1DCD
Text Example
Text Example
White with #FE1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1DCD; }
p { color: rgb(254,29,205); }
H1.HeaderClassName
{
color: #FE1DCD;
}
.AnyTagClassName
{
color: #FE1DCD;
}
</style>
background-color css
<style>
a { background-color: #FE1DCD; }
a { background-color: rgb(254,29,205); }
div.DivClassName
{
background-color: #FE1DCD;
}
.BgClassName
{
background-color: #FE1DCD;
}
</style>
border-color css
<style>
span { border-color: #FE1DCD; }
span { border-color: rgb(254,29,205); }
td.TdClassName
{
border-color: #FE1DCD;
}
.TagClassName
{
border-color: #FE1DCD;
}
</style>