Shades of Deep Pink #FE0D8B
Tints of Deep Pink #FE0D8B
RGB
CMYK
RGB Variations
Color information
#FE0D8B (or 0xFE0D8B) is known color: Deep Pink. HEX triplet: FE, 0D and 8B. RGB value is (254,13,139). Sum of RGB (Red+Green+Blue) = 254+13+139=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0D8B is #01F274. Grayscale: #636363. Windows color (decimal): -127605 or 9113086. OLE color: 9113086.
HSL color Cylindrical-coordinate representation of color #FE0D8B: hue angle of 328.63º 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 #FE0D8B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 139 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.00 |
| HSL | 328.63º | 0.99% | 0.52% | - |
| HSV(B) | 328.63º | 0.95% | 1% | - |
| XYZ | 45.68 | 23.22 | 26.5 | - |
| YUV | 99.42 | 150.34 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 139 | 0 | 0.95 | 0.45 | 0.00 | 328.63 | 0.99 | 0.52 |
| Hex | FE | D | 8B | 0 | 5F | 2D | 0 | 149 | 63 | 34 |
| Octal | 376 | 15 | 213 | 0 | 137 | 55 | 0 | 511 | 143 | 64 |
| Binary | 11111110 | 1101 | 10001011 | 0 | 1011111 | 101101 | 0 | 101001001 | 1100011 | 110100 |
Color Harmonies of #FE0D8B
Complementary color
Monochromatic Colors of #FE0D8B
Black with #FE0D8B
Text Example
Text Example
White with #FE0D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D8B; }
p { color: rgb(254,13,139); }
H1.HeaderClassName
{
color: #FE0D8B;
}
.AnyTagClassName
{
color: #FE0D8B;
}
</style>
background-color css
<style>
a { background-color: #FE0D8B; }
a { background-color: rgb(254,13,139); }
div.DivClassName
{
background-color: #FE0D8B;
}
.BgClassName
{
background-color: #FE0D8B;
}
</style>
border-color css
<style>
span { border-color: #FE0D8B; }
span { border-color: rgb(254,13,139); }
td.TdClassName
{
border-color: #FE0D8B;
}
.TagClassName
{
border-color: #FE0D8B;
}
</style>