Shades of Violet Red #FE3982
Tints of Violet Red #FE3982
RGB
CMYK
RGB Variations
Color information
#FE3982 (or 0xFE3982) is known color: Violet Red. HEX triplet: FE, 39 and 82. RGB value is (254,57,130). Sum of RGB (Red+Green+Blue) = 254+57+130=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3982 is #01C67D. Grayscale: #7C7C7C. Windows color (decimal): -116350 or 8534526. OLE color: 8534526.
HSL color Cylindrical-coordinate representation of color #FE3982: hue angle of 337.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3982 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 130 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.00 |
| HSL | 337.77º | 0.99% | 0.61% | - |
| HSV(B) | 337.77º | 0.78% | 1% | - |
| XYZ | 46.37 | 25.61 | 23.62 | - |
| YUV | 124.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 130 | 0 | 0.78 | 0.49 | 0.00 | 337.77 | 0.99 | 0.61 |
| Hex | FE | 39 | 82 | 0 | 4E | 31 | 0 | 152 | 63 | 3D |
| Octal | 376 | 71 | 202 | 0 | 116 | 61 | 0 | 522 | 143 | 75 |
| Binary | 11111110 | 111001 | 10000010 | 0 | 1001110 | 110001 | 0 | 101010010 | 1100011 | 111101 |
Color Harmonies of #FE3982
Complementary color
Monochromatic Colors of #FE3982
Black with #FE3982
Text Example
Text Example
White with #FE3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3982; }
p { color: rgb(254,57,130); }
H1.HeaderClassName
{
color: #FE3982;
}
.AnyTagClassName
{
color: #FE3982;
}
</style>
background-color css
<style>
a { background-color: #FE3982; }
a { background-color: rgb(254,57,130); }
div.DivClassName
{
background-color: #FE3982;
}
.BgClassName
{
background-color: #FE3982;
}
</style>
border-color css
<style>
span { border-color: #FE3982; }
span { border-color: rgb(254,57,130); }
td.TdClassName
{
border-color: #FE3982;
}
.TagClassName
{
border-color: #FE3982;
}
</style>