Shades of Violet Red #F0408F
Tints of Violet Red #F0408F
RGB
CMYK
RGB Variations
Color information
#F0408F (or 0xF0408F) is known color: Violet Red. HEX triplet: F0, 40 and 8F. RGB value is (240,64,143). Sum of RGB (Red+Green+Blue) = 240+64+143=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0408F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0408F is #0FBF70. Grayscale: #7D7D7D. Windows color (decimal): -1032049 or 9388272. OLE color: 9388272.
HSL color Cylindrical-coordinate representation of color #F0408F: hue angle of 333.07º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0408F is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 143 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.06 |
| HSL | 333.07º | 0.85% | 0.6% | - |
| HSV(B) | 333.07º | 0.73% | 0.94% | - |
| XYZ | 42.73 | 24.18 | 28.4 | - |
| YUV | 125.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 143 | 0 | 0.73 | 0.40 | 0.06 | 333.07 | 0.85 | 0.6 |
| Hex | F0 | 40 | 8F | 0 | 49 | 28 | 6 | 14D | 55 | 3C |
| Octal | 360 | 100 | 217 | 0 | 111 | 50 | 6 | 515 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10001111 | 0 | 1001001 | 101000 | 110 | 101001101 | 1010101 | 111100 |
Color Harmonies of #F0408F
Complementary color
Monochromatic Colors of #F0408F
Black with #F0408F
Text Example
Text Example
White with #F0408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0408F; }
p { color: rgb(240,64,143); }
H1.HeaderClassName
{
color: #F0408F;
}
.AnyTagClassName
{
color: #F0408F;
}
</style>
background-color css
<style>
a { background-color: #F0408F; }
a { background-color: rgb(240,64,143); }
div.DivClassName
{
background-color: #F0408F;
}
.BgClassName
{
background-color: #F0408F;
}
</style>
border-color css
<style>
span { border-color: #F0408F; }
span { border-color: rgb(240,64,143); }
td.TdClassName
{
border-color: #F0408F;
}
.TagClassName
{
border-color: #F0408F;
}
</style>