Shades of Violet Red #FE357A
Tints of Violet Red #FE357A
RGB
CMYK
RGB Variations
Color information
#FE357A (or 0xFE357A) is known color: Violet Red. HEX triplet: FE, 35 and 7A. RGB value is (254,53,122). Sum of RGB (Red+Green+Blue) = 254+53+122=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE357A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE357A is #01CA85. Grayscale: #787878. Windows color (decimal): -117382 or 8009214. OLE color: 8009214.
HSL color Cylindrical-coordinate representation of color #FE357A: hue angle of 339.4º 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 #FE357A is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 122 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.00 |
| HSL | 339.4º | 0.99% | 0.6% | - |
| HSV(B) | 339.4º | 0.79% | 1% | - |
| XYZ | 45.66 | 25.02 | 20.84 | - |
| YUV | 120.97 | 128.59 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 122 | 0 | 0.79 | 0.52 | 0.00 | 339.4 | 0.99 | 0.6 |
| Hex | FE | 35 | 7A | 0 | 4F | 34 | 0 | 153 | 63 | 3C |
| Octal | 376 | 65 | 172 | 0 | 117 | 64 | 0 | 523 | 143 | 74 |
| Binary | 11111110 | 110101 | 1111010 | 0 | 1001111 | 110100 | 0 | 101010011 | 1100011 | 111100 |
Color Harmonies of #FE357A
Complementary color
Monochromatic Colors of #FE357A
Black with #FE357A
Text Example
Text Example
White with #FE357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE357A; }
p { color: rgb(254,53,122); }
H1.HeaderClassName
{
color: #FE357A;
}
.AnyTagClassName
{
color: #FE357A;
}
</style>
background-color css
<style>
a { background-color: #FE357A; }
a { background-color: rgb(254,53,122); }
div.DivClassName
{
background-color: #FE357A;
}
.BgClassName
{
background-color: #FE357A;
}
</style>
border-color css
<style>
span { border-color: #FE357A; }
span { border-color: rgb(254,53,122); }
td.TdClassName
{
border-color: #FE357A;
}
.TagClassName
{
border-color: #FE357A;
}
</style>