Shades of Violet Red #FE3482
Tints of Violet Red #FE3482
RGB
CMYK
RGB Variations
Color information
#FE3482 (or 0xFE3482) is known color: Violet Red. HEX triplet: FE, 34 and 82. RGB value is (254,52,130). Sum of RGB (Red+Green+Blue) = 254+52+130=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3482 is #01CB7D. Grayscale: #797979. Windows color (decimal): -117630 or 8533246. OLE color: 8533246.
HSL color Cylindrical-coordinate representation of color #FE3482: hue angle of 336.83º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3482 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 130 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.00 |
| HSL | 336.83º | 0.99% | 0.6% | - |
| HSV(B) | 336.83º | 0.8% | 1% | - |
| XYZ | 46.13 | 25.14 | 23.54 | - |
| YUV | 121.29 | 132.92 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 130 | 0 | 0.80 | 0.49 | 0.00 | 336.83 | 0.99 | 0.6 |
| Hex | FE | 34 | 82 | 0 | 50 | 31 | 0 | 151 | 63 | 3C |
| Octal | 376 | 64 | 202 | 0 | 120 | 61 | 0 | 521 | 143 | 74 |
| Binary | 11111110 | 110100 | 10000010 | 0 | 1010000 | 110001 | 0 | 101010001 | 1100011 | 111100 |
Color Harmonies of #FE3482
Complementary color
Monochromatic Colors of #FE3482
Black with #FE3482
Text Example
Text Example
White with #FE3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3482; }
p { color: rgb(254,52,130); }
H1.HeaderClassName
{
color: #FE3482;
}
.AnyTagClassName
{
color: #FE3482;
}
</style>
background-color css
<style>
a { background-color: #FE3482; }
a { background-color: rgb(254,52,130); }
div.DivClassName
{
background-color: #FE3482;
}
.BgClassName
{
background-color: #FE3482;
}
</style>
border-color css
<style>
span { border-color: #FE3482; }
span { border-color: rgb(254,52,130); }
td.TdClassName
{
border-color: #FE3482;
}
.TagClassName
{
border-color: #FE3482;
}
</style>