Shades of Violet Red #FE4584
Tints of Violet Red #FE4584
RGB
CMYK
RGB Variations
Color information
#FE4584 (or 0xFE4584) is known color: Violet Red. HEX triplet: FE, 45 and 84. RGB value is (254,69,132). Sum of RGB (Red+Green+Blue) = 254+69+132=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4584 is #01BA7B. Grayscale: #838383. Windows color (decimal): -113276 or 8668670. OLE color: 8668670.
HSL color Cylindrical-coordinate representation of color #FE4584: hue angle of 339.57º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4584 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 132 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.00 |
| HSL | 339.57º | 0.99% | 0.63% | - |
| HSV(B) | 339.57º | 0.73% | 1% | - |
| XYZ | 47.17 | 26.99 | 24.55 | - |
| YUV | 131.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 132 | 0 | 0.73 | 0.48 | 0.00 | 339.57 | 0.99 | 0.63 |
| Hex | FE | 45 | 84 | 0 | 49 | 30 | 0 | 154 | 63 | 3F |
| Octal | 376 | 105 | 204 | 0 | 111 | 60 | 0 | 524 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10000100 | 0 | 1001001 | 110000 | 0 | 101010100 | 1100011 | 111111 |
Color Harmonies of #FE4584
Complementary color
Monochromatic Colors of #FE4584
Black with #FE4584
Text Example
Text Example
White with #FE4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4584; }
p { color: rgb(254,69,132); }
H1.HeaderClassName
{
color: #FE4584;
}
.AnyTagClassName
{
color: #FE4584;
}
</style>
background-color css
<style>
a { background-color: #FE4584; }
a { background-color: rgb(254,69,132); }
div.DivClassName
{
background-color: #FE4584;
}
.BgClassName
{
background-color: #FE4584;
}
</style>
border-color css
<style>
span { border-color: #FE4584; }
span { border-color: rgb(254,69,132); }
td.TdClassName
{
border-color: #FE4584;
}
.TagClassName
{
border-color: #FE4584;
}
</style>