Shades of Violet Red #FE3082
Tints of Violet Red #FE3082
RGB
CMYK
RGB Variations
Color information
#FE3082 (or 0xFE3082) is known color: Violet Red. HEX triplet: FE, 30 and 82. RGB value is (254,48,130). Sum of RGB (Red+Green+Blue) = 254+48+130=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3082 is #01CF7D. Grayscale: #767676. Windows color (decimal): -118654 or 8532222. OLE color: 8532222.
HSL color Cylindrical-coordinate representation of color #FE3082: hue angle of 336.12º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3082 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 130 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.00 |
| HSL | 336.12º | 0.99% | 0.59% | - |
| HSV(B) | 336.12º | 0.81% | 1% | - |
| XYZ | 45.96 | 24.8 | 23.48 | - |
| YUV | 118.94 | 134.25 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 130 | 0 | 0.81 | 0.49 | 0.00 | 336.12 | 0.99 | 0.59 |
| Hex | FE | 30 | 82 | 0 | 51 | 31 | 0 | 150 | 63 | 3B |
| Octal | 376 | 60 | 202 | 0 | 121 | 61 | 0 | 520 | 143 | 73 |
| Binary | 11111110 | 110000 | 10000010 | 0 | 1010001 | 110001 | 0 | 101010000 | 1100011 | 111011 |
Color Harmonies of #FE3082
Complementary color
Monochromatic Colors of #FE3082
Black with #FE3082
Text Example
Text Example
White with #FE3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3082; }
p { color: rgb(254,48,130); }
H1.HeaderClassName
{
color: #FE3082;
}
.AnyTagClassName
{
color: #FE3082;
}
</style>
background-color css
<style>
a { background-color: #FE3082; }
a { background-color: rgb(254,48,130); }
div.DivClassName
{
background-color: #FE3082;
}
.BgClassName
{
background-color: #FE3082;
}
</style>
border-color css
<style>
span { border-color: #FE3082; }
span { border-color: rgb(254,48,130); }
td.TdClassName
{
border-color: #FE3082;
}
.TagClassName
{
border-color: #FE3082;
}
</style>