Shades of Violet Red #F6467B
Tints of Violet Red #F6467B
RGB
CMYK
RGB Variations
Color information
#F6467B (or 0xF6467B) is known color: Violet Red. HEX triplet: F6, 46 and 7B. RGB value is (246,70,123). Sum of RGB (Red+Green+Blue) = 246+70+123=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F6467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6467B is #09B984. Grayscale: #808080. Windows color (decimal): -637317 or 8079094. OLE color: 8079094.
HSL color Cylindrical-coordinate representation of color #F6467B: hue angle of 341.93º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6467B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 123 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.04 |
| HSL | 341.93º | 0.91% | 0.62% | - |
| HSV(B) | 341.93º | 0.72% | 0.96% | - |
| XYZ | 43.77 | 25.4 | 21.34 | - |
| YUV | 128.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 123 | 0 | 0.72 | 0.50 | 0.04 | 341.93 | 0.91 | 0.62 |
| Hex | F6 | 46 | 7B | 0 | 48 | 32 | 4 | 156 | 5B | 3E |
| Octal | 366 | 106 | 173 | 0 | 110 | 62 | 4 | 526 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1111011 | 0 | 1001000 | 110010 | 100 | 101010110 | 1011011 | 111110 |
Color Harmonies of #F6467B
Complementary color
Monochromatic Colors of #F6467B
Black with #F6467B
Text Example
Text Example
White with #F6467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6467B; }
p { color: rgb(246,70,123); }
H1.HeaderClassName
{
color: #F6467B;
}
.AnyTagClassName
{
color: #F6467B;
}
</style>
background-color css
<style>
a { background-color: #F6467B; }
a { background-color: rgb(246,70,123); }
div.DivClassName
{
background-color: #F6467B;
}
.BgClassName
{
background-color: #F6467B;
}
</style>
border-color css
<style>
span { border-color: #F6467B; }
span { border-color: rgb(246,70,123); }
td.TdClassName
{
border-color: #F6467B;
}
.TagClassName
{
border-color: #F6467B;
}
</style>