Shades of Violet Red #F6467C
Tints of Violet Red #F6467C
RGB
CMYK
RGB Variations
Color information
#F6467C (or 0xF6467C) is known color: Violet Red. HEX triplet: F6, 46 and 7C. RGB value is (246,70,124). Sum of RGB (Red+Green+Blue) = 246+70+124=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6467C is #09B983. Grayscale: #808080. Windows color (decimal): -637316 or 8144630. OLE color: 8144630.
HSL color Cylindrical-coordinate representation of color #F6467C: hue angle of 341.59º 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 #F6467C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 124 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.04 |
| HSL | 341.59º | 0.91% | 0.62% | - |
| HSV(B) | 341.59º | 0.72% | 0.96% | - |
| XYZ | 43.83 | 25.43 | 21.67 | - |
| YUV | 128.78 | 125.31 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 124 | 0 | 0.72 | 0.50 | 0.04 | 341.59 | 0.91 | 0.62 |
| Hex | F6 | 46 | 7C | 0 | 48 | 32 | 4 | 156 | 5B | 3E |
| Octal | 366 | 106 | 174 | 0 | 110 | 62 | 4 | 526 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1111100 | 0 | 1001000 | 110010 | 100 | 101010110 | 1011011 | 111110 |
Color Harmonies of #F6467C
Complementary color
Monochromatic Colors of #F6467C
Black with #F6467C
Text Example
Text Example
White with #F6467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6467C; }
p { color: rgb(246,70,124); }
H1.HeaderClassName
{
color: #F6467C;
}
.AnyTagClassName
{
color: #F6467C;
}
</style>
background-color css
<style>
a { background-color: #F6467C; }
a { background-color: rgb(246,70,124); }
div.DivClassName
{
background-color: #F6467C;
}
.BgClassName
{
background-color: #F6467C;
}
</style>
border-color css
<style>
span { border-color: #F6467C; }
span { border-color: rgb(246,70,124); }
td.TdClassName
{
border-color: #F6467C;
}
.TagClassName
{
border-color: #F6467C;
}
</style>