Shades of Violet Red #FE408D
Tints of Violet Red #FE408D
RGB
CMYK
RGB Variations
Color information
#FE408D (or 0xFE408D) is known color: Violet Red. HEX triplet: FE, 40 and 8D. RGB value is (254,64,141). Sum of RGB (Red+Green+Blue) = 254+64+141=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE408D is #01BF72. Grayscale: #818181. Windows color (decimal): -114547 or 9257214. OLE color: 9257214.
HSL color Cylindrical-coordinate representation of color #FE408D: hue angle of 335.68º 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 #FE408D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 141 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.00 |
| HSL | 335.68º | 0.99% | 0.62% | - |
| HSV(B) | 335.68º | 0.75% | 1% | - |
| XYZ | 47.51 | 26.66 | 27.84 | - |
| YUV | 129.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 141 | 0 | 0.75 | 0.44 | 0.00 | 335.68 | 0.99 | 0.62 |
| Hex | FE | 40 | 8D | 0 | 4B | 2C | 0 | 150 | 63 | 3E |
| Octal | 376 | 100 | 215 | 0 | 113 | 54 | 0 | 520 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10001101 | 0 | 1001011 | 101100 | 0 | 101010000 | 1100011 | 111110 |
Color Harmonies of #FE408D
Complementary color
Monochromatic Colors of #FE408D
Black with #FE408D
Text Example
Text Example
White with #FE408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE408D; }
p { color: rgb(254,64,141); }
H1.HeaderClassName
{
color: #FE408D;
}
.AnyTagClassName
{
color: #FE408D;
}
</style>
background-color css
<style>
a { background-color: #FE408D; }
a { background-color: rgb(254,64,141); }
div.DivClassName
{
background-color: #FE408D;
}
.BgClassName
{
background-color: #FE408D;
}
</style>
border-color css
<style>
span { border-color: #FE408D; }
span { border-color: rgb(254,64,141); }
td.TdClassName
{
border-color: #FE408D;
}
.TagClassName
{
border-color: #FE408D;
}
</style>