Shades of Shocking Pink #FE0DB4
Tints of Shocking Pink #FE0DB4
RGB
CMYK
RGB Variations
Color information
#FE0DB4 (or 0xFE0DB4) is known color: Shocking Pink. HEX triplet: FE, 0D and B4. RGB value is (254,13,180). Sum of RGB (Red+Green+Blue) = 254+13+180=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0DB4 is #01F24B. Grayscale: #676767. Windows color (decimal): -127564 or 11800062. OLE color: 11800062.
HSL color Cylindrical-coordinate representation of color #FE0DB4: hue angle of 318.42º 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 #FE0DB4 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 180 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.00 |
| HSL | 318.42º | 0.99% | 0.52% | - |
| HSV(B) | 318.42º | 0.95% | 1% | - |
| XYZ | 49.26 | 24.65 | 45.34 | - |
| YUV | 104.1 | 170.84 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 180 | 0 | 0.95 | 0.29 | 0.00 | 318.42 | 0.99 | 0.52 |
| Hex | FE | D | B4 | 0 | 5F | 1D | 0 | 13E | 63 | 34 |
| Octal | 376 | 15 | 264 | 0 | 137 | 35 | 0 | 476 | 143 | 64 |
| Binary | 11111110 | 1101 | 10110100 | 0 | 1011111 | 11101 | 0 | 100111110 | 1100011 | 110100 |
Color Harmonies of #FE0DB4
Complementary color
Monochromatic Colors of #FE0DB4
Black with #FE0DB4
Text Example
Text Example
White with #FE0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DB4; }
p { color: rgb(254,13,180); }
H1.HeaderClassName
{
color: #FE0DB4;
}
.AnyTagClassName
{
color: #FE0DB4;
}
</style>
background-color css
<style>
a { background-color: #FE0DB4; }
a { background-color: rgb(254,13,180); }
div.DivClassName
{
background-color: #FE0DB4;
}
.BgClassName
{
background-color: #FE0DB4;
}
</style>
border-color css
<style>
span { border-color: #FE0DB4; }
span { border-color: rgb(254,13,180); }
td.TdClassName
{
border-color: #FE0DB4;
}
.TagClassName
{
border-color: #FE0DB4;
}
</style>