Shades of Violet Red #F6467D
Tints of Violet Red #F6467D
RGB
CMYK
RGB Variations
Color information
#F6467D (or 0xF6467D) is known color: Violet Red. HEX triplet: F6, 46 and 7D. RGB value is (246,70,125). Sum of RGB (Red+Green+Blue) = 246+70+125=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6467D is #09B982. Grayscale: #808080. Windows color (decimal): -637315 or 8210166. OLE color: 8210166.
HSL color Cylindrical-coordinate representation of color #F6467D: hue angle of 341.25º 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 #F6467D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 125 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.04 |
| HSL | 341.25º | 0.91% | 0.62% | - |
| HSV(B) | 341.25º | 0.72% | 0.96% | - |
| XYZ | 43.9 | 25.45 | 22 | - |
| YUV | 128.89 | 125.81 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 125 | 0 | 0.72 | 0.49 | 0.04 | 341.25 | 0.91 | 0.62 |
| Hex | F6 | 46 | 7D | 0 | 48 | 31 | 4 | 155 | 5B | 3E |
| Octal | 366 | 106 | 175 | 0 | 110 | 61 | 4 | 525 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1111101 | 0 | 1001000 | 110001 | 100 | 101010101 | 1011011 | 111110 |
Color Harmonies of #F6467D
Complementary color
Monochromatic Colors of #F6467D
Black with #F6467D
Text Example
Text Example
White with #F6467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6467D; }
p { color: rgb(246,70,125); }
H1.HeaderClassName
{
color: #F6467D;
}
.AnyTagClassName
{
color: #F6467D;
}
</style>
background-color css
<style>
a { background-color: #F6467D; }
a { background-color: rgb(246,70,125); }
div.DivClassName
{
background-color: #F6467D;
}
.BgClassName
{
background-color: #F6467D;
}
</style>
border-color css
<style>
span { border-color: #F6467D; }
span { border-color: rgb(246,70,125); }
td.TdClassName
{
border-color: #F6467D;
}
.TagClassName
{
border-color: #F6467D;
}
</style>