Shades of Deep Pink #FE047B
Tints of Deep Pink #FE047B
RGB
CMYK
RGB Variations
Color information
#FE047B (or 0xFE047B) is known color: Deep Pink. HEX triplet: FE, 04 and 7B. RGB value is (254,4,123). Sum of RGB (Red+Green+Blue) = 254+4+123=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE047B is #01FB84. Grayscale: #5C5C5C. Windows color (decimal): -129925 or 8062206. OLE color: 8062206.
HSL color Cylindrical-coordinate representation of color #FE047B: hue angle of 331.44º 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 #FE047B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.00 |
| HSL | 331.44º | 0.99% | 0.51% | - |
| HSV(B) | 331.44º | 0.98% | 1% | - |
| XYZ | 44.49 | 22.59 | 20.75 | - |
| YUV | 92.32 | 145.33 | 243.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 123 | 0 | 0.98 | 0.52 | 0.00 | 331.44 | 0.99 | 0.51 |
| Hex | FE | 4 | 7B | 0 | 62 | 34 | 0 | 14B | 63 | 33 |
| Octal | 376 | 4 | 173 | 0 | 142 | 64 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 100 | 1111011 | 0 | 1100010 | 110100 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE047B
Complementary color
Monochromatic Colors of #FE047B
Black with #FE047B
Text Example
Text Example
White with #FE047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE047B; }
p { color: rgb(254,4,123); }
H1.HeaderClassName
{
color: #FE047B;
}
.AnyTagClassName
{
color: #FE047B;
}
</style>
background-color css
<style>
a { background-color: #FE047B; }
a { background-color: rgb(254,4,123); }
div.DivClassName
{
background-color: #FE047B;
}
.BgClassName
{
background-color: #FE047B;
}
</style>
border-color css
<style>
span { border-color: #FE047B; }
span { border-color: rgb(254,4,123); }
td.TdClassName
{
border-color: #FE047B;
}
.TagClassName
{
border-color: #FE047B;
}
</style>