Shades of Violet Red #FE3E77
Tints of Violet Red #FE3E77
RGB
CMYK
RGB Variations
Color information
#FE3E77 (or 0xFE3E77) is known color: Violet Red. HEX triplet: FE, 3E and 77. RGB value is (254,62,119). Sum of RGB (Red+Green+Blue) = 254+62+119=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3E77 is #01C188. Grayscale: #7D7D7D. Windows color (decimal): -115081 or 7814910. OLE color: 7814910.
HSL color Cylindrical-coordinate representation of color #FE3E77: hue angle of 342.19º 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 #FE3E77 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 119 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.00 |
| HSL | 342.19º | 0.99% | 0.62% | - |
| HSV(B) | 342.19º | 0.76% | 1% | - |
| XYZ | 45.93 | 25.85 | 20.02 | - |
| YUV | 125.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 119 | 0 | 0.76 | 0.53 | 0.00 | 342.19 | 0.99 | 0.62 |
| Hex | FE | 3E | 77 | 0 | 4C | 35 | 0 | 156 | 63 | 3E |
| Octal | 376 | 76 | 167 | 0 | 114 | 65 | 0 | 526 | 143 | 76 |
| Binary | 11111110 | 111110 | 1110111 | 0 | 1001100 | 110101 | 0 | 101010110 | 1100011 | 111110 |
Color Harmonies of #FE3E77
Complementary color
Monochromatic Colors of #FE3E77
Black with #FE3E77
Text Example
Text Example
White with #FE3E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E77; }
p { color: rgb(254,62,119); }
H1.HeaderClassName
{
color: #FE3E77;
}
.AnyTagClassName
{
color: #FE3E77;
}
</style>
background-color css
<style>
a { background-color: #FE3E77; }
a { background-color: rgb(254,62,119); }
div.DivClassName
{
background-color: #FE3E77;
}
.BgClassName
{
background-color: #FE3E77;
}
</style>
border-color css
<style>
span { border-color: #FE3E77; }
span { border-color: rgb(254,62,119); }
td.TdClassName
{
border-color: #FE3E77;
}
.TagClassName
{
border-color: #FE3E77;
}
</style>