Shades of Shocking Pink #FE0DB2
Tints of Shocking Pink #FE0DB2
RGB
CMYK
RGB Variations
Color information
#FE0DB2 (or 0xFE0DB2) is known color: Shocking Pink. HEX triplet: FE, 0D and B2. RGB value is (254,13,178). Sum of RGB (Red+Green+Blue) = 254+13+178=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0DB2 is #01F24D. Grayscale: #676767. Windows color (decimal): -127566 or 11668990. OLE color: 11668990.
HSL color Cylindrical-coordinate representation of color #FE0DB2: hue angle of 318.92º 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 #FE0DB2 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 178 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.00 |
| HSL | 318.92º | 0.99% | 0.52% | - |
| HSV(B) | 318.92º | 0.95% | 1% | - |
| XYZ | 49.05 | 24.57 | 44.28 | - |
| YUV | 103.87 | 169.84 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 178 | 0 | 0.95 | 0.30 | 0.00 | 318.92 | 0.99 | 0.52 |
| Hex | FE | D | B2 | 0 | 5F | 1E | 0 | 13F | 63 | 34 |
| Octal | 376 | 15 | 262 | 0 | 137 | 36 | 0 | 477 | 143 | 64 |
| Binary | 11111110 | 1101 | 10110010 | 0 | 1011111 | 11110 | 0 | 100111111 | 1100011 | 110100 |
Color Harmonies of #FE0DB2
Complementary color
Monochromatic Colors of #FE0DB2
Black with #FE0DB2
Text Example
Text Example
White with #FE0DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DB2; }
p { color: rgb(254,13,178); }
H1.HeaderClassName
{
color: #FE0DB2;
}
.AnyTagClassName
{
color: #FE0DB2;
}
</style>
background-color css
<style>
a { background-color: #FE0DB2; }
a { background-color: rgb(254,13,178); }
div.DivClassName
{
background-color: #FE0DB2;
}
.BgClassName
{
background-color: #FE0DB2;
}
</style>
border-color css
<style>
span { border-color: #FE0DB2; }
span { border-color: rgb(254,13,178); }
td.TdClassName
{
border-color: #FE0DB2;
}
.TagClassName
{
border-color: #FE0DB2;
}
</style>