Shades of Violet Red #F6408F
Tints of Violet Red #F6408F
RGB
CMYK
RGB Variations
Color information
#F6408F (or 0xF6408F) is known color: Violet Red. HEX triplet: F6, 40 and 8F. RGB value is (246,64,143). Sum of RGB (Red+Green+Blue) = 246+64+143=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6408F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6408F is #09BF70. Grayscale: #7F7F7F. Windows color (decimal): -638833 or 9388278. OLE color: 9388278.
HSL color Cylindrical-coordinate representation of color #F6408F: hue angle of 333.96º degrees, saturation: 0.91, 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 #F6408F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 143 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.04 |
| HSL | 333.96º | 0.91% | 0.61% | - |
| HSV(B) | 333.96º | 0.74% | 0.96% | - |
| XYZ | 44.8 | 25.24 | 28.5 | - |
| YUV | 127.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 143 | 0 | 0.74 | 0.42 | 0.04 | 333.96 | 0.91 | 0.61 |
| Hex | F6 | 40 | 8F | 0 | 4A | 2A | 4 | 14E | 5B | 3D |
| Octal | 366 | 100 | 217 | 0 | 112 | 52 | 4 | 516 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10001111 | 0 | 1001010 | 101010 | 100 | 101001110 | 1011011 | 111101 |
Color Harmonies of #F6408F
Complementary color
Monochromatic Colors of #F6408F
Black with #F6408F
Text Example
Text Example
White with #F6408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6408F; }
p { color: rgb(246,64,143); }
H1.HeaderClassName
{
color: #F6408F;
}
.AnyTagClassName
{
color: #F6408F;
}
</style>
background-color css
<style>
a { background-color: #F6408F; }
a { background-color: rgb(246,64,143); }
div.DivClassName
{
background-color: #F6408F;
}
.BgClassName
{
background-color: #F6408F;
}
</style>
border-color css
<style>
span { border-color: #F6408F; }
span { border-color: rgb(246,64,143); }
td.TdClassName
{
border-color: #F6408F;
}
.TagClassName
{
border-color: #F6408F;
}
</style>