Shades of Violet Red #FE3584
Tints of Violet Red #FE3584
RGB
CMYK
RGB Variations
Color information
#FE3584 (or 0xFE3584) is known color: Violet Red. HEX triplet: FE, 35 and 84. RGB value is (254,53,132). Sum of RGB (Red+Green+Blue) = 254+53+132=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3584 is #01CA7B. Grayscale: #797979. Windows color (decimal): -117372 or 8664574. OLE color: 8664574.
HSL color Cylindrical-coordinate representation of color #FE3584: hue angle of 336.42º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3584 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 132 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.00 |
| HSL | 336.42º | 0.99% | 0.6% | - |
| HSV(B) | 336.42º | 0.79% | 1% | - |
| XYZ | 46.31 | 25.28 | 24.27 | - |
| YUV | 122.11 | 133.59 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 132 | 0 | 0.79 | 0.48 | 0.00 | 336.42 | 0.99 | 0.6 |
| Hex | FE | 35 | 84 | 0 | 4F | 30 | 0 | 150 | 63 | 3C |
| Octal | 376 | 65 | 204 | 0 | 117 | 60 | 0 | 520 | 143 | 74 |
| Binary | 11111110 | 110101 | 10000100 | 0 | 1001111 | 110000 | 0 | 101010000 | 1100011 | 111100 |
Color Harmonies of #FE3584
Complementary color
Monochromatic Colors of #FE3584
Black with #FE3584
Text Example
Text Example
White with #FE3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3584; }
p { color: rgb(254,53,132); }
H1.HeaderClassName
{
color: #FE3584;
}
.AnyTagClassName
{
color: #FE3584;
}
</style>
background-color css
<style>
a { background-color: #FE3584; }
a { background-color: rgb(254,53,132); }
div.DivClassName
{
background-color: #FE3584;
}
.BgClassName
{
background-color: #FE3584;
}
</style>
border-color css
<style>
span { border-color: #FE3584; }
span { border-color: rgb(254,53,132); }
td.TdClassName
{
border-color: #FE3584;
}
.TagClassName
{
border-color: #FE3584;
}
</style>