Shades of Violet Red #F6408C
Tints of Violet Red #F6408C
RGB
CMYK
RGB Variations
Color information
#F6408C (or 0xF6408C) is known color: Violet Red. HEX triplet: F6, 40 and 8C. RGB value is (246,64,140). Sum of RGB (Red+Green+Blue) = 246+64+140=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6408C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6408C is #09BF73. Grayscale: #7E7E7E. Windows color (decimal): -638836 or 9191670. OLE color: 9191670.
HSL color Cylindrical-coordinate representation of color #F6408C: hue angle of 334.95º 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 #F6408C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 140 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.04 |
| HSL | 334.95º | 0.91% | 0.61% | - |
| HSV(B) | 334.95º | 0.74% | 0.96% | - |
| XYZ | 44.57 | 25.15 | 27.32 | - |
| YUV | 127.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 140 | 0 | 0.74 | 0.43 | 0.04 | 334.95 | 0.91 | 0.61 |
| Hex | F6 | 40 | 8C | 0 | 4A | 2B | 4 | 14F | 5B | 3D |
| Octal | 366 | 100 | 214 | 0 | 112 | 53 | 4 | 517 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10001100 | 0 | 1001010 | 101011 | 100 | 101001111 | 1011011 | 111101 |
Color Harmonies of #F6408C
Complementary color
Monochromatic Colors of #F6408C
Black with #F6408C
Text Example
Text Example
White with #F6408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6408C; }
p { color: rgb(246,64,140); }
H1.HeaderClassName
{
color: #F6408C;
}
.AnyTagClassName
{
color: #F6408C;
}
</style>
background-color css
<style>
a { background-color: #F6408C; }
a { background-color: rgb(246,64,140); }
div.DivClassName
{
background-color: #F6408C;
}
.BgClassName
{
background-color: #F6408C;
}
</style>
border-color css
<style>
span { border-color: #F6408C; }
span { border-color: rgb(246,64,140); }
td.TdClassName
{
border-color: #F6408C;
}
.TagClassName
{
border-color: #F6408C;
}
</style>