Shades of Deep Pink #FE047E
Tints of Deep Pink #FE047E
RGB
CMYK
RGB Variations
Color information
#FE047E (or 0xFE047E) is known color: Deep Pink. HEX triplet: FE, 04 and 7E. RGB value is (254,4,126). Sum of RGB (Red+Green+Blue) = 254+4+126=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE047E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE047E is #01FB81. Grayscale: #5C5C5C. Windows color (decimal): -129922 or 8258814. OLE color: 8258814.
HSL color Cylindrical-coordinate representation of color #FE047E: hue angle of 330.72º 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 #FE047E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.00 |
| HSL | 330.72º | 0.99% | 0.51% | - |
| HSV(B) | 330.72º | 0.98% | 1% | - |
| XYZ | 44.68 | 22.66 | 21.76 | - |
| YUV | 92.66 | 146.83 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 126 | 0 | 0.98 | 0.50 | 0.00 | 330.72 | 0.99 | 0.51 |
| Hex | FE | 4 | 7E | 0 | 62 | 32 | 0 | 14B | 63 | 33 |
| Octal | 376 | 4 | 176 | 0 | 142 | 62 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 100 | 1111110 | 0 | 1100010 | 110010 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE047E
Complementary color
Monochromatic Colors of #FE047E
Black with #FE047E
Text Example
Text Example
White with #FE047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE047E; }
p { color: rgb(254,4,126); }
H1.HeaderClassName
{
color: #FE047E;
}
.AnyTagClassName
{
color: #FE047E;
}
</style>
background-color css
<style>
a { background-color: #FE047E; }
a { background-color: rgb(254,4,126); }
div.DivClassName
{
background-color: #FE047E;
}
.BgClassName
{
background-color: #FE047E;
}
</style>
border-color css
<style>
span { border-color: #FE047E; }
span { border-color: rgb(254,4,126); }
td.TdClassName
{
border-color: #FE047E;
}
.TagClassName
{
border-color: #FE047E;
}
</style>