Shades of Violet Red #FF408E
Tints of Violet Red #FF408E
RGB
CMYK
RGB Variations
Color information
#FF408E (or 0xFF408E) is known color: Violet Red. HEX triplet: FF, 40 and 8E. RGB value is (255,64,142). Sum of RGB (Red+Green+Blue) = 255+64+142=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF408E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF408E is #00BF71. Grayscale: #818181. Windows color (decimal): -49010 or 9322751. OLE color: 9322751.
HSL color Cylindrical-coordinate representation of color #FF408E: hue angle of 335.5º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF408E is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 142 | - |
| CMYK | 0 | 0.75 | 0.44 | 0 |
| HSL | 335.5º | 1% | 0.63% | - |
| HSV(B) | 335.5º | 0.75% | 1% | - |
| XYZ | 47.96 | 26.88 | 28.25 | - |
| YUV | 130 | 134.78 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 142 | 0 | 0.75 | 0.44 | 0 | 335.5 | 1 | 0.63 |
| Hex | FF | 40 | 8E | 0 | 4B | 2C | 0 | 14F | 64 | 3F |
| Octal | 377 | 100 | 216 | 0 | 113 | 54 | 0 | 517 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10001110 | 0 | 1001011 | 101100 | 0 | 101001111 | 1100100 | 111111 |
Color Harmonies of #FF408E
Complementary color
Monochromatic Colors of #FF408E
Black with #FF408E
Text Example
Text Example
White with #FF408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF408E; }
p { color: rgb(255,64,142); }
H1.HeaderClassName
{
color: #FF408E;
}
.AnyTagClassName
{
color: #FF408E;
}
</style>
background-color css
<style>
a { background-color: #FF408E; }
a { background-color: rgb(255,64,142); }
div.DivClassName
{
background-color: #FF408E;
}
.BgClassName
{
background-color: #FF408E;
}
</style>
border-color css
<style>
span { border-color: #FF408E; }
span { border-color: rgb(255,64,142); }
td.TdClassName
{
border-color: #FF408E;
}
.TagClassName
{
border-color: #FF408E;
}
</style>