Shades of Violet Red #FE4482
Tints of Violet Red #FE4482
RGB
CMYK
RGB Variations
Color information
#FE4482 (or 0xFE4482) is known color: Violet Red. HEX triplet: FE, 44 and 82. RGB value is (254,68,130). Sum of RGB (Red+Green+Blue) = 254+68+130=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4482 is #01BB7D. Grayscale: #828282. Windows color (decimal): -113534 or 8537342. OLE color: 8537342.
HSL color Cylindrical-coordinate representation of color #FE4482: hue angle of 340º 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 #FE4482 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 130 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.00 |
| HSL | 340º | 0.99% | 0.63% | - |
| HSV(B) | 340º | 0.73% | 1% | - |
| XYZ | 46.97 | 26.82 | 23.82 | - |
| YUV | 130.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 130 | 0 | 0.73 | 0.49 | 0.00 | 340 | 0.99 | 0.63 |
| Hex | FE | 44 | 82 | 0 | 49 | 31 | 0 | 154 | 63 | 3F |
| Octal | 376 | 104 | 202 | 0 | 111 | 61 | 0 | 524 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10000010 | 0 | 1001001 | 110001 | 0 | 101010100 | 1100011 | 111111 |
Color Harmonies of #FE4482
Complementary color
Monochromatic Colors of #FE4482
Black with #FE4482
Text Example
Text Example
White with #FE4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4482; }
p { color: rgb(254,68,130); }
H1.HeaderClassName
{
color: #FE4482;
}
.AnyTagClassName
{
color: #FE4482;
}
</style>
background-color css
<style>
a { background-color: #FE4482; }
a { background-color: rgb(254,68,130); }
div.DivClassName
{
background-color: #FE4482;
}
.BgClassName
{
background-color: #FE4482;
}
</style>
border-color css
<style>
span { border-color: #FE4482; }
span { border-color: rgb(254,68,130); }
td.TdClassName
{
border-color: #FE4482;
}
.TagClassName
{
border-color: #FE4482;
}
</style>