Shades of Violet Red #F5408D
Tints of Violet Red #F5408D
RGB
CMYK
RGB Variations
Color information
#F5408D (or 0xF5408D) is known color: Violet Red. HEX triplet: F5, 40 and 8D. RGB value is (245,64,141). Sum of RGB (Red+Green+Blue) = 245+64+141=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5408D is #0ABF72. Grayscale: #7E7E7E. Windows color (decimal): -704371 or 9257205. OLE color: 9257205.
HSL color Cylindrical-coordinate representation of color #F5408D: hue angle of 334.48º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5408D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 141 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.04 |
| HSL | 334.48º | 0.9% | 0.61% | - |
| HSV(B) | 334.48º | 0.74% | 0.96% | - |
| XYZ | 44.3 | 25 | 27.69 | - |
| YUV | 126.9 | 135.97 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 141 | 0 | 0.74 | 0.42 | 0.04 | 334.48 | 0.9 | 0.61 |
| Hex | F5 | 40 | 8D | 0 | 4A | 2A | 4 | 14E | 5A | 3D |
| Octal | 365 | 100 | 215 | 0 | 112 | 52 | 4 | 516 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10001101 | 0 | 1001010 | 101010 | 100 | 101001110 | 1011010 | 111101 |
Color Harmonies of #F5408D
Complementary color
Monochromatic Colors of #F5408D
Black with #F5408D
Text Example
Text Example
White with #F5408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5408D; }
p { color: rgb(245,64,141); }
H1.HeaderClassName
{
color: #F5408D;
}
.AnyTagClassName
{
color: #F5408D;
}
</style>
background-color css
<style>
a { background-color: #F5408D; }
a { background-color: rgb(245,64,141); }
div.DivClassName
{
background-color: #F5408D;
}
.BgClassName
{
background-color: #F5408D;
}
</style>
border-color css
<style>
span { border-color: #F5408D; }
span { border-color: rgb(245,64,141); }
td.TdClassName
{
border-color: #F5408D;
}
.TagClassName
{
border-color: #F5408D;
}
</style>