Shades of Violet Red #FE4996
Tints of Violet Red #FE4996
RGB
CMYK
RGB Variations
Color information
#FE4996 (or 0xFE4996) is known color: Violet Red. HEX triplet: FE, 49 and 96. RGB value is (254,73,150). Sum of RGB (Red+Green+Blue) = 254+73+150=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4996 is #01B669. Grayscale: #878787. Windows color (decimal): -112234 or 9849342. OLE color: 9849342.
HSL color Cylindrical-coordinate representation of color #FE4996: hue angle of 334.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4996 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 150 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.00 |
| HSL | 334.48º | 0.99% | 0.64% | - |
| HSV(B) | 334.48º | 0.71% | 1% | - |
| XYZ | 48.76 | 28.04 | 31.7 | - |
| YUV | 135.9 | 135.97 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 150 | 0 | 0.71 | 0.41 | 0.00 | 334.48 | 0.99 | 0.64 |
| Hex | FE | 49 | 96 | 0 | 47 | 29 | 0 | 14E | 63 | 40 |
| Octal | 376 | 111 | 226 | 0 | 107 | 51 | 0 | 516 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10010110 | 0 | 1000111 | 101001 | 0 | 101001110 | 1100011 | 1000000 |
Color Harmonies of #FE4996
Complementary color
Monochromatic Colors of #FE4996
Black with #FE4996
Text Example
Text Example
White with #FE4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4996; }
p { color: rgb(254,73,150); }
H1.HeaderClassName
{
color: #FE4996;
}
.AnyTagClassName
{
color: #FE4996;
}
</style>
background-color css
<style>
a { background-color: #FE4996; }
a { background-color: rgb(254,73,150); }
div.DivClassName
{
background-color: #FE4996;
}
.BgClassName
{
background-color: #FE4996;
}
</style>
border-color css
<style>
span { border-color: #FE4996; }
span { border-color: rgb(254,73,150); }
td.TdClassName
{
border-color: #FE4996;
}
.TagClassName
{
border-color: #FE4996;
}
</style>