Shades of Violet Red #FE4089
Tints of Violet Red #FE4089
RGB
CMYK
RGB Variations
Color information
#FE4089 (or 0xFE4089) is known color: Violet Red. HEX triplet: FE, 40 and 89. RGB value is (254,64,137). Sum of RGB (Red+Green+Blue) = 254+64+137=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4089 is #01BF76. Grayscale: #818181. Windows color (decimal): -114551 or 8995070. OLE color: 8995070.
HSL color Cylindrical-coordinate representation of color #FE4089: hue angle of 336.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4089 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 137 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.00 |
| HSL | 336.95º | 0.99% | 0.62% | - |
| HSV(B) | 336.95º | 0.75% | 1% | - |
| XYZ | 47.22 | 26.54 | 26.3 | - |
| YUV | 129.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 137 | 0 | 0.75 | 0.46 | 0.00 | 336.95 | 0.99 | 0.62 |
| Hex | FE | 40 | 89 | 0 | 4B | 2E | 0 | 151 | 63 | 3E |
| Octal | 376 | 100 | 211 | 0 | 113 | 56 | 0 | 521 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10001001 | 0 | 1001011 | 101110 | 0 | 101010001 | 1100011 | 111110 |
Color Harmonies of #FE4089
Complementary color
Monochromatic Colors of #FE4089
Black with #FE4089
Text Example
Text Example
White with #FE4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4089; }
p { color: rgb(254,64,137); }
H1.HeaderClassName
{
color: #FE4089;
}
.AnyTagClassName
{
color: #FE4089;
}
</style>
background-color css
<style>
a { background-color: #FE4089; }
a { background-color: rgb(254,64,137); }
div.DivClassName
{
background-color: #FE4089;
}
.BgClassName
{
background-color: #FE4089;
}
</style>
border-color css
<style>
span { border-color: #FE4089; }
span { border-color: rgb(254,64,137); }
td.TdClassName
{
border-color: #FE4089;
}
.TagClassName
{
border-color: #FE4089;
}
</style>