Shades of Violet Red #FE4995
Tints of Violet Red #FE4995
RGB
CMYK
RGB Variations
Color information
#FE4995 (or 0xFE4995) is known color: Violet Red. HEX triplet: FE, 49 and 95. RGB value is (254,73,149). Sum of RGB (Red+Green+Blue) = 254+73+149=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4995 is #01B66A. Grayscale: #878787. Windows color (decimal): -112235 or 9783806. OLE color: 9783806.
HSL color Cylindrical-coordinate representation of color #FE4995: hue angle of 334.81º 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 #FE4995 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 149 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.00 |
| HSL | 334.81º | 0.99% | 0.64% | - |
| HSV(B) | 334.81º | 0.71% | 1% | - |
| XYZ | 48.68 | 28.01 | 31.27 | - |
| YUV | 135.78 | 135.47 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 149 | 0 | 0.71 | 0.41 | 0.00 | 334.81 | 0.99 | 0.64 |
| Hex | FE | 49 | 95 | 0 | 47 | 29 | 0 | 14F | 63 | 40 |
| Octal | 376 | 111 | 225 | 0 | 107 | 51 | 0 | 517 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10010101 | 0 | 1000111 | 101001 | 0 | 101001111 | 1100011 | 1000000 |
Color Harmonies of #FE4995
Complementary color
Monochromatic Colors of #FE4995
Black with #FE4995
Text Example
Text Example
White with #FE4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4995; }
p { color: rgb(254,73,149); }
H1.HeaderClassName
{
color: #FE4995;
}
.AnyTagClassName
{
color: #FE4995;
}
</style>
background-color css
<style>
a { background-color: #FE4995; }
a { background-color: rgb(254,73,149); }
div.DivClassName
{
background-color: #FE4995;
}
.BgClassName
{
background-color: #FE4995;
}
</style>
border-color css
<style>
span { border-color: #FE4995; }
span { border-color: rgb(254,73,149); }
td.TdClassName
{
border-color: #FE4995;
}
.TagClassName
{
border-color: #FE4995;
}
</style>