Shades of Violet Red #FE4088
Tints of Violet Red #FE4088
RGB
CMYK
RGB Variations
Color information
#FE4088 (or 0xFE4088) is known color: Violet Red. HEX triplet: FE, 40 and 88. RGB value is (254,64,136). Sum of RGB (Red+Green+Blue) = 254+64+136=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4088 is #01BF77. Grayscale: #808080. Windows color (decimal): -114552 or 8929534. OLE color: 8929534.
HSL color Cylindrical-coordinate representation of color #FE4088: hue angle of 337.26º 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 #FE4088 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 136 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.00 |
| HSL | 337.26º | 0.99% | 0.62% | - |
| HSV(B) | 337.26º | 0.75% | 1% | - |
| XYZ | 47.15 | 26.52 | 25.93 | - |
| YUV | 129.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 136 | 0 | 0.75 | 0.46 | 0.00 | 337.26 | 0.99 | 0.62 |
| Hex | FE | 40 | 88 | 0 | 4B | 2E | 0 | 151 | 63 | 3E |
| Octal | 376 | 100 | 210 | 0 | 113 | 56 | 0 | 521 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10001000 | 0 | 1001011 | 101110 | 0 | 101010001 | 1100011 | 111110 |
Color Harmonies of #FE4088
Complementary color
Monochromatic Colors of #FE4088
Black with #FE4088
Text Example
Text Example
White with #FE4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4088; }
p { color: rgb(254,64,136); }
H1.HeaderClassName
{
color: #FE4088;
}
.AnyTagClassName
{
color: #FE4088;
}
</style>
background-color css
<style>
a { background-color: #FE4088; }
a { background-color: rgb(254,64,136); }
div.DivClassName
{
background-color: #FE4088;
}
.BgClassName
{
background-color: #FE4088;
}
</style>
border-color css
<style>
span { border-color: #FE4088; }
span { border-color: rgb(254,64,136); }
td.TdClassName
{
border-color: #FE4088;
}
.TagClassName
{
border-color: #FE4088;
}
</style>