Shades of Deep Pink #FE047D
Tints of Deep Pink #FE047D
RGB
CMYK
RGB Variations
Color information
#FE047D (or 0xFE047D) is known color: Deep Pink. HEX triplet: FE, 04 and 7D. RGB value is (254,4,125). Sum of RGB (Red+Green+Blue) = 254+4+125=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE047D is #01FB82. Grayscale: #5C5C5C. Windows color (decimal): -129923 or 8193278. OLE color: 8193278.
HSL color Cylindrical-coordinate representation of color #FE047D: hue angle of 330.96º 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 #FE047D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.00 |
| HSL | 330.96º | 0.99% | 0.51% | - |
| HSV(B) | 330.96º | 0.98% | 1% | - |
| XYZ | 44.62 | 22.64 | 21.42 | - |
| YUV | 92.54 | 146.33 | 243.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 125 | 0 | 0.98 | 0.51 | 0.00 | 330.96 | 0.99 | 0.51 |
| Hex | FE | 4 | 7D | 0 | 62 | 33 | 0 | 14B | 63 | 33 |
| Octal | 376 | 4 | 175 | 0 | 142 | 63 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 100 | 1111101 | 0 | 1100010 | 110011 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE047D
Complementary color
Monochromatic Colors of #FE047D
Black with #FE047D
Text Example
Text Example
White with #FE047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE047D; }
p { color: rgb(254,4,125); }
H1.HeaderClassName
{
color: #FE047D;
}
.AnyTagClassName
{
color: #FE047D;
}
</style>
background-color css
<style>
a { background-color: #FE047D; }
a { background-color: rgb(254,4,125); }
div.DivClassName
{
background-color: #FE047D;
}
.BgClassName
{
background-color: #FE047D;
}
</style>
border-color css
<style>
span { border-color: #FE047D; }
span { border-color: rgb(254,4,125); }
td.TdClassName
{
border-color: #FE047D;
}
.TagClassName
{
border-color: #FE047D;
}
</style>