Shades of Deep Pink #FE048B
Tints of Deep Pink #FE048B
RGB
CMYK
RGB Variations
Color information
#FE048B (or 0xFE048B) is known color: Deep Pink. HEX triplet: FE, 04 and 8B. RGB value is (254,4,139). Sum of RGB (Red+Green+Blue) = 254+4+139=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE048B is #01FB74. Grayscale: #5D5D5D. Windows color (decimal): -129909 or 9110782. OLE color: 9110782.
HSL color Cylindrical-coordinate representation of color #FE048B: hue angle of 327.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE048B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.00 |
| HSL | 327.6º | 0.99% | 0.51% | - |
| HSV(B) | 327.6º | 0.98% | 1% | - |
| XYZ | 45.58 | 23.02 | 26.47 | - |
| YUV | 94.14 | 153.33 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 139 | 0 | 0.98 | 0.45 | 0.00 | 327.6 | 0.99 | 0.51 |
| Hex | FE | 4 | 8B | 0 | 62 | 2D | 0 | 148 | 63 | 33 |
| Octal | 376 | 4 | 213 | 0 | 142 | 55 | 0 | 510 | 143 | 63 |
| Binary | 11111110 | 100 | 10001011 | 0 | 1100010 | 101101 | 0 | 101001000 | 1100011 | 110011 |
Color Harmonies of #FE048B
Complementary color
Monochromatic Colors of #FE048B
Black with #FE048B
Text Example
Text Example
White with #FE048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE048B; }
p { color: rgb(254,4,139); }
H1.HeaderClassName
{
color: #FE048B;
}
.AnyTagClassName
{
color: #FE048B;
}
</style>
background-color css
<style>
a { background-color: #FE048B; }
a { background-color: rgb(254,4,139); }
div.DivClassName
{
background-color: #FE048B;
}
.BgClassName
{
background-color: #FE048B;
}
</style>
border-color css
<style>
span { border-color: #FE048B; }
span { border-color: rgb(254,4,139); }
td.TdClassName
{
border-color: #FE048B;
}
.TagClassName
{
border-color: #FE048B;
}
</style>