Shades of Violet Red #FE4884
Tints of Violet Red #FE4884
RGB
CMYK
RGB Variations
Color information
#FE4884 (or 0xFE4884) is known color: Violet Red. HEX triplet: FE, 48 and 84. RGB value is (254,72,132). Sum of RGB (Red+Green+Blue) = 254+72+132=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4884 is #01B77B. Grayscale: #858585. Windows color (decimal): -112508 or 8669438. OLE color: 8669438.
HSL color Cylindrical-coordinate representation of color #FE4884: hue angle of 340.22º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4884 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 132 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.00 |
| HSL | 340.22º | 0.99% | 0.64% | - |
| HSV(B) | 340.22º | 0.72% | 1% | - |
| XYZ | 47.36 | 27.37 | 24.62 | - |
| YUV | 133.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 132 | 0 | 0.72 | 0.48 | 0.00 | 340.22 | 0.99 | 0.64 |
| Hex | FE | 48 | 84 | 0 | 48 | 30 | 0 | 154 | 63 | 40 |
| Octal | 376 | 110 | 204 | 0 | 110 | 60 | 0 | 524 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10000100 | 0 | 1001000 | 110000 | 0 | 101010100 | 1100011 | 1000000 |
Color Harmonies of #FE4884
Complementary color
Monochromatic Colors of #FE4884
Black with #FE4884
Text Example
Text Example
White with #FE4884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4884; }
p { color: rgb(254,72,132); }
H1.HeaderClassName
{
color: #FE4884;
}
.AnyTagClassName
{
color: #FE4884;
}
</style>
background-color css
<style>
a { background-color: #FE4884; }
a { background-color: rgb(254,72,132); }
div.DivClassName
{
background-color: #FE4884;
}
.BgClassName
{
background-color: #FE4884;
}
</style>
border-color css
<style>
span { border-color: #FE4884; }
span { border-color: rgb(254,72,132); }
td.TdClassName
{
border-color: #FE4884;
}
.TagClassName
{
border-color: #FE4884;
}
</style>