Shades of Violet Red #FE357C
Tints of Violet Red #FE357C
RGB
CMYK
RGB Variations
Color information
#FE357C (or 0xFE357C) is known color: Violet Red. HEX triplet: FE, 35 and 7C. RGB value is (254,53,124). Sum of RGB (Red+Green+Blue) = 254+53+124=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE357C is #01CA83. Grayscale: #797979. Windows color (decimal): -117380 or 8140286. OLE color: 8140286.
HSL color Cylindrical-coordinate representation of color #FE357C: hue angle of 338.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE357C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 124 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.00 |
| HSL | 338.81º | 0.99% | 0.6% | - |
| HSV(B) | 338.81º | 0.79% | 1% | - |
| XYZ | 45.78 | 25.07 | 21.5 | - |
| YUV | 121.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 124 | 0 | 0.79 | 0.51 | 0.00 | 338.81 | 0.99 | 0.6 |
| Hex | FE | 35 | 7C | 0 | 4F | 33 | 0 | 153 | 63 | 3C |
| Octal | 376 | 65 | 174 | 0 | 117 | 63 | 0 | 523 | 143 | 74 |
| Binary | 11111110 | 110101 | 1111100 | 0 | 1001111 | 110011 | 0 | 101010011 | 1100011 | 111100 |
Color Harmonies of #FE357C
Complementary color
Monochromatic Colors of #FE357C
Black with #FE357C
Text Example
Text Example
White with #FE357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE357C; }
p { color: rgb(254,53,124); }
H1.HeaderClassName
{
color: #FE357C;
}
.AnyTagClassName
{
color: #FE357C;
}
</style>
background-color css
<style>
a { background-color: #FE357C; }
a { background-color: rgb(254,53,124); }
div.DivClassName
{
background-color: #FE357C;
}
.BgClassName
{
background-color: #FE357C;
}
</style>
border-color css
<style>
span { border-color: #FE357C; }
span { border-color: rgb(254,53,124); }
td.TdClassName
{
border-color: #FE357C;
}
.TagClassName
{
border-color: #FE357C;
}
</style>