Shades of Violet Red #FF408D
Tints of Violet Red #FF408D
RGB
CMYK
RGB Variations
Color information
#FF408D (or 0xFF408D) is known color: Violet Red. HEX triplet: FF, 40 and 8D. RGB value is (255,64,141). Sum of RGB (Red+Green+Blue) = 255+64+141=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF408D is #00BF72. Grayscale: #818181. Windows color (decimal): -49011 or 9257215. OLE color: 9257215.
HSL color Cylindrical-coordinate representation of color #FF408D: hue angle of 335.81º 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 #FF408D is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 141 | - |
| CMYK | 0 | 0.75 | 0.45 | 0 |
| HSL | 335.81º | 1% | 0.63% | - |
| HSV(B) | 335.81º | 0.75% | 1% | - |
| XYZ | 47.88 | 26.85 | 27.86 | - |
| YUV | 129.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 141 | 0 | 0.75 | 0.45 | 0 | 335.81 | 1 | 0.63 |
| Hex | FF | 40 | 8D | 0 | 4B | 2D | 0 | 150 | 64 | 3F |
| Octal | 377 | 100 | 215 | 0 | 113 | 55 | 0 | 520 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10001101 | 0 | 1001011 | 101101 | 0 | 101010000 | 1100100 | 111111 |
Color Harmonies of #FF408D
Complementary color
Monochromatic Colors of #FF408D
Black with #FF408D
Text Example
Text Example
White with #FF408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF408D; }
p { color: rgb(255,64,141); }
H1.HeaderClassName
{
color: #FF408D;
}
.AnyTagClassName
{
color: #FF408D;
}
</style>
background-color css
<style>
a { background-color: #FF408D; }
a { background-color: rgb(255,64,141); }
div.DivClassName
{
background-color: #FF408D;
}
.BgClassName
{
background-color: #FF408D;
}
</style>
border-color css
<style>
span { border-color: #FF408D; }
span { border-color: rgb(255,64,141); }
td.TdClassName
{
border-color: #FF408D;
}
.TagClassName
{
border-color: #FF408D;
}
</style>