Shades of Shocking Pink #FE0ECB
Tints of Shocking Pink #FE0ECB
RGB
CMYK
RGB Variations
Color information
#FE0ECB (or 0xFE0ECB) is known color: Shocking Pink. HEX triplet: FE, 0E and CB. RGB value is (254,14,203). Sum of RGB (Red+Green+Blue) = 254+14+203=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ECB is #01F134. Grayscale: #6A6A6A. Windows color (decimal): -127285 or 13307646. OLE color: 13307646.
HSL color Cylindrical-coordinate representation of color #FE0ECB: hue angle of 312.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0ECB is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.00 |
| HSL | 312.75º | 0.99% | 0.53% | - |
| HSV(B) | 312.75º | 0.94% | 1% | - |
| XYZ | 51.81 | 25.7 | 58.73 | - |
| YUV | 107.31 | 182.01 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 203 | 0 | 0.94 | 0.20 | 0.00 | 312.75 | 0.99 | 0.53 |
| Hex | FE | E | CB | 0 | 5E | 14 | 0 | 139 | 63 | 35 |
| Octal | 376 | 16 | 313 | 0 | 136 | 24 | 0 | 471 | 143 | 65 |
| Binary | 11111110 | 1110 | 11001011 | 0 | 1011110 | 10100 | 0 | 100111001 | 1100011 | 110101 |
Color Harmonies of #FE0ECB
Complementary color
Monochromatic Colors of #FE0ECB
Black with #FE0ECB
Text Example
Text Example
White with #FE0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0ECB; }
p { color: rgb(254,14,203); }
H1.HeaderClassName
{
color: #FE0ECB;
}
.AnyTagClassName
{
color: #FE0ECB;
}
</style>
background-color css
<style>
a { background-color: #FE0ECB; }
a { background-color: rgb(254,14,203); }
div.DivClassName
{
background-color: #FE0ECB;
}
.BgClassName
{
background-color: #FE0ECB;
}
</style>
border-color css
<style>
span { border-color: #FE0ECB; }
span { border-color: rgb(254,14,203); }
td.TdClassName
{
border-color: #FE0ECB;
}
.TagClassName
{
border-color: #FE0ECB;
}
</style>