Shades of Violet Red #FE337E
Tints of Violet Red #FE337E
RGB
CMYK
RGB Variations
Color information
#FE337E (or 0xFE337E) is known color: Violet Red. HEX triplet: FE, 33 and 7E. RGB value is (254,51,126). Sum of RGB (Red+Green+Blue) = 254+51+126=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE337E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE337E is #01CC81. Grayscale: #787878. Windows color (decimal): -117890 or 8270846. OLE color: 8270846.
HSL color Cylindrical-coordinate representation of color #FE337E: hue angle of 337.83º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE337E is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 126 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.00 |
| HSL | 337.83º | 0.99% | 0.6% | - |
| HSV(B) | 337.83º | 0.8% | 1% | - |
| XYZ | 45.82 | 24.94 | 22.14 | - |
| YUV | 120.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 126 | 0 | 0.80 | 0.50 | 0.00 | 337.83 | 0.99 | 0.6 |
| Hex | FE | 33 | 7E | 0 | 50 | 32 | 0 | 152 | 63 | 3C |
| Octal | 376 | 63 | 176 | 0 | 120 | 62 | 0 | 522 | 143 | 74 |
| Binary | 11111110 | 110011 | 1111110 | 0 | 1010000 | 110010 | 0 | 101010010 | 1100011 | 111100 |
Color Harmonies of #FE337E
Complementary color
Monochromatic Colors of #FE337E
Black with #FE337E
Text Example
Text Example
White with #FE337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE337E; }
p { color: rgb(254,51,126); }
H1.HeaderClassName
{
color: #FE337E;
}
.AnyTagClassName
{
color: #FE337E;
}
</style>
background-color css
<style>
a { background-color: #FE337E; }
a { background-color: rgb(254,51,126); }
div.DivClassName
{
background-color: #FE337E;
}
.BgClassName
{
background-color: #FE337E;
}
</style>
border-color css
<style>
span { border-color: #FE337E; }
span { border-color: rgb(254,51,126); }
td.TdClassName
{
border-color: #FE337E;
}
.TagClassName
{
border-color: #FE337E;
}
</style>