Shades of Violet Red #FE4991
Tints of Violet Red #FE4991
RGB
CMYK
RGB Variations
Color information
#FE4991 (or 0xFE4991) is known color: Violet Red. HEX triplet: FE, 49 and 91. RGB value is (254,73,145). Sum of RGB (Red+Green+Blue) = 254+73+145=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4991 is #01B66E. Grayscale: #878787. Windows color (decimal): -112239 or 9521662. OLE color: 9521662.
HSL color Cylindrical-coordinate representation of color #FE4991: hue angle of 336.13º 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 #FE4991 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 145 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.00 |
| HSL | 336.13º | 0.99% | 0.64% | - |
| HSV(B) | 336.13º | 0.71% | 1% | - |
| XYZ | 48.37 | 27.88 | 29.62 | - |
| YUV | 135.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 145 | 0 | 0.71 | 0.43 | 0.00 | 336.13 | 0.99 | 0.64 |
| Hex | FE | 49 | 91 | 0 | 47 | 2B | 0 | 150 | 63 | 40 |
| Octal | 376 | 111 | 221 | 0 | 107 | 53 | 0 | 520 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10010001 | 0 | 1000111 | 101011 | 0 | 101010000 | 1100011 | 1000000 |
Color Harmonies of #FE4991
Complementary color
Monochromatic Colors of #FE4991
Black with #FE4991
Text Example
Text Example
White with #FE4991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4991; }
p { color: rgb(254,73,145); }
H1.HeaderClassName
{
color: #FE4991;
}
.AnyTagClassName
{
color: #FE4991;
}
</style>
background-color css
<style>
a { background-color: #FE4991; }
a { background-color: rgb(254,73,145); }
div.DivClassName
{
background-color: #FE4991;
}
.BgClassName
{
background-color: #FE4991;
}
</style>
border-color css
<style>
span { border-color: #FE4991; }
span { border-color: rgb(254,73,145); }
td.TdClassName
{
border-color: #FE4991;
}
.TagClassName
{
border-color: #FE4991;
}
</style>