Shades of Violet Red #FE3E83
Tints of Violet Red #FE3E83
RGB
CMYK
RGB Variations
Color information
#FE3E83 (or 0xFE3E83) is known color: Violet Red. HEX triplet: FE, 3E and 83. RGB value is (254,62,131). Sum of RGB (Red+Green+Blue) = 254+62+131=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3E83 is #01C17C. Grayscale: #7F7F7F. Windows color (decimal): -115069 or 8601342. OLE color: 8601342.
HSL color Cylindrical-coordinate representation of color #FE3E83: hue angle of 338.44º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3E83 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 131 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.00 |
| HSL | 338.44º | 0.99% | 0.62% | - |
| HSV(B) | 338.44º | 0.76% | 1% | - |
| XYZ | 46.69 | 26.15 | 24.06 | - |
| YUV | 127.27 | 130.11 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 131 | 0 | 0.76 | 0.48 | 0.00 | 338.44 | 0.99 | 0.62 |
| Hex | FE | 3E | 83 | 0 | 4C | 30 | 0 | 152 | 63 | 3E |
| Octal | 376 | 76 | 203 | 0 | 114 | 60 | 0 | 522 | 143 | 76 |
| Binary | 11111110 | 111110 | 10000011 | 0 | 1001100 | 110000 | 0 | 101010010 | 1100011 | 111110 |
Color Harmonies of #FE3E83
Complementary color
Monochromatic Colors of #FE3E83
Black with #FE3E83
Text Example
Text Example
White with #FE3E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E83; }
p { color: rgb(254,62,131); }
H1.HeaderClassName
{
color: #FE3E83;
}
.AnyTagClassName
{
color: #FE3E83;
}
</style>
background-color css
<style>
a { background-color: #FE3E83; }
a { background-color: rgb(254,62,131); }
div.DivClassName
{
background-color: #FE3E83;
}
.BgClassName
{
background-color: #FE3E83;
}
</style>
border-color css
<style>
span { border-color: #FE3E83; }
span { border-color: rgb(254,62,131); }
td.TdClassName
{
border-color: #FE3E83;
}
.TagClassName
{
border-color: #FE3E83;
}
</style>