Shades of Violet Red #FE4796
Tints of Violet Red #FE4796
RGB
CMYK
RGB Variations
Color information
#FE4796 (or 0xFE4796) is known color: Violet Red. HEX triplet: FE, 47 and 96. RGB value is (254,71,150). Sum of RGB (Red+Green+Blue) = 254+71+150=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4796 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4796 is #01B869. Grayscale: #868686. Windows color (decimal): -112746 or 9848830. OLE color: 9848830.
HSL color Cylindrical-coordinate representation of color #FE4796: hue angle of 334.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4796 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 150 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.00 |
| HSL | 334.1º | 0.99% | 0.64% | - |
| HSV(B) | 334.1º | 0.72% | 1% | - |
| XYZ | 48.63 | 27.78 | 31.65 | - |
| YUV | 134.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 150 | 0 | 0.72 | 0.41 | 0.00 | 334.1 | 0.99 | 0.64 |
| Hex | FE | 47 | 96 | 0 | 48 | 29 | 0 | 14E | 63 | 40 |
| Octal | 376 | 107 | 226 | 0 | 110 | 51 | 0 | 516 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10010110 | 0 | 1001000 | 101001 | 0 | 101001110 | 1100011 | 1000000 |
Color Harmonies of #FE4796
Complementary color
Monochromatic Colors of #FE4796
Black with #FE4796
Text Example
Text Example
White with #FE4796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4796; }
p { color: rgb(254,71,150); }
H1.HeaderClassName
{
color: #FE4796;
}
.AnyTagClassName
{
color: #FE4796;
}
</style>
background-color css
<style>
a { background-color: #FE4796; }
a { background-color: rgb(254,71,150); }
div.DivClassName
{
background-color: #FE4796;
}
.BgClassName
{
background-color: #FE4796;
}
</style>
border-color css
<style>
span { border-color: #FE4796; }
span { border-color: rgb(254,71,150); }
td.TdClassName
{
border-color: #FE4796;
}
.TagClassName
{
border-color: #FE4796;
}
</style>