Shades of Shocking Pink #FE0DCB
Tints of Shocking Pink #FE0DCB
RGB
CMYK
RGB Variations
Color information
#FE0DCB (or 0xFE0DCB) is known color: Shocking Pink. HEX triplet: FE, 0D and CB. RGB value is (254,13,203). Sum of RGB (Red+Green+Blue) = 254+13+203=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0DCB is #01F234. Grayscale: #6A6A6A. Windows color (decimal): -127541 or 13307390. OLE color: 13307390.
HSL color Cylindrical-coordinate representation of color #FE0DCB: hue angle of 312.7º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0DCB is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 203 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.00 |
| HSL | 312.7º | 0.99% | 0.52% | - |
| HSV(B) | 312.7º | 0.95% | 1% | - |
| XYZ | 51.8 | 25.67 | 58.72 | - |
| YUV | 106.72 | 182.34 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 203 | 0 | 0.95 | 0.20 | 0.00 | 312.7 | 0.99 | 0.52 |
| Hex | FE | D | CB | 0 | 5F | 14 | 0 | 139 | 63 | 34 |
| Octal | 376 | 15 | 313 | 0 | 137 | 24 | 0 | 471 | 143 | 64 |
| Binary | 11111110 | 1101 | 11001011 | 0 | 1011111 | 10100 | 0 | 100111001 | 1100011 | 110100 |
Color Harmonies of #FE0DCB
Complementary color
Monochromatic Colors of #FE0DCB
Black with #FE0DCB
Text Example
Text Example
White with #FE0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DCB; }
p { color: rgb(254,13,203); }
H1.HeaderClassName
{
color: #FE0DCB;
}
.AnyTagClassName
{
color: #FE0DCB;
}
</style>
background-color css
<style>
a { background-color: #FE0DCB; }
a { background-color: rgb(254,13,203); }
div.DivClassName
{
background-color: #FE0DCB;
}
.BgClassName
{
background-color: #FE0DCB;
}
</style>
border-color css
<style>
span { border-color: #FE0DCB; }
span { border-color: rgb(254,13,203); }
td.TdClassName
{
border-color: #FE0DCB;
}
.TagClassName
{
border-color: #FE0DCB;
}
</style>