Shades of Violet Red #FE4189
Tints of Violet Red #FE4189
RGB
CMYK
RGB Variations
Color information
#FE4189 (or 0xFE4189) is known color: Violet Red. HEX triplet: FE, 41 and 89. RGB value is (254,65,137). Sum of RGB (Red+Green+Blue) = 254+65+137=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4189 is #01BE76. Grayscale: #818181. Windows color (decimal): -114295 or 8995326. OLE color: 8995326.
HSL color Cylindrical-coordinate representation of color #FE4189: hue angle of 337.14º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4189 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 137 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.00 |
| HSL | 337.14º | 0.99% | 0.63% | - |
| HSV(B) | 337.14º | 0.74% | 1% | - |
| XYZ | 47.28 | 26.66 | 26.32 | - |
| YUV | 129.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 137 | 0 | 0.74 | 0.46 | 0.00 | 337.14 | 0.99 | 0.63 |
| Hex | FE | 41 | 89 | 0 | 4A | 2E | 0 | 151 | 63 | 3F |
| Octal | 376 | 101 | 211 | 0 | 112 | 56 | 0 | 521 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10001001 | 0 | 1001010 | 101110 | 0 | 101010001 | 1100011 | 111111 |
Color Harmonies of #FE4189
Complementary color
Monochromatic Colors of #FE4189
Black with #FE4189
Text Example
Text Example
White with #FE4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4189; }
p { color: rgb(254,65,137); }
H1.HeaderClassName
{
color: #FE4189;
}
.AnyTagClassName
{
color: #FE4189;
}
</style>
background-color css
<style>
a { background-color: #FE4189; }
a { background-color: rgb(254,65,137); }
div.DivClassName
{
background-color: #FE4189;
}
.BgClassName
{
background-color: #FE4189;
}
</style>
border-color css
<style>
span { border-color: #FE4189; }
span { border-color: rgb(254,65,137); }
td.TdClassName
{
border-color: #FE4189;
}
.TagClassName
{
border-color: #FE4189;
}
</style>