Shades of Violet Red #FE337D
Tints of Violet Red #FE337D
RGB
CMYK
RGB Variations
Color information
#FE337D (or 0xFE337D) is known color: Violet Red. HEX triplet: FE, 33 and 7D. RGB value is (254,51,125). Sum of RGB (Red+Green+Blue) = 254+51+125=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE337D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE337D is #01CC82. Grayscale: #787878. Windows color (decimal): -117891 or 8205310. OLE color: 8205310.
HSL color Cylindrical-coordinate representation of color #FE337D: hue angle of 338.13º 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 #FE337D is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 125 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.00 |
| HSL | 338.13º | 0.99% | 0.6% | - |
| HSV(B) | 338.13º | 0.8% | 1% | - |
| XYZ | 45.76 | 24.92 | 21.8 | - |
| YUV | 120.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 125 | 0 | 0.80 | 0.51 | 0.00 | 338.13 | 0.99 | 0.6 |
| Hex | FE | 33 | 7D | 0 | 50 | 33 | 0 | 152 | 63 | 3C |
| Octal | 376 | 63 | 175 | 0 | 120 | 63 | 0 | 522 | 143 | 74 |
| Binary | 11111110 | 110011 | 1111101 | 0 | 1010000 | 110011 | 0 | 101010010 | 1100011 | 111100 |
Color Harmonies of #FE337D
Complementary color
Monochromatic Colors of #FE337D
Black with #FE337D
Text Example
Text Example
White with #FE337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE337D; }
p { color: rgb(254,51,125); }
H1.HeaderClassName
{
color: #FE337D;
}
.AnyTagClassName
{
color: #FE337D;
}
</style>
background-color css
<style>
a { background-color: #FE337D; }
a { background-color: rgb(254,51,125); }
div.DivClassName
{
background-color: #FE337D;
}
.BgClassName
{
background-color: #FE337D;
}
</style>
border-color css
<style>
span { border-color: #FE337D; }
span { border-color: rgb(254,51,125); }
td.TdClassName
{
border-color: #FE337D;
}
.TagClassName
{
border-color: #FE337D;
}
</style>