Shades of Violet Red #F6467A
Tints of Violet Red #F6467A
RGB
CMYK
RGB Variations
Color information
#F6467A (or 0xF6467A) is known color: Violet Red. HEX triplet: F6, 46 and 7A. RGB value is (246,70,122). Sum of RGB (Red+Green+Blue) = 246+70+122=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6467A is #09B985. Grayscale: #808080. Windows color (decimal): -637318 or 8013558. OLE color: 8013558.
HSL color Cylindrical-coordinate representation of color #F6467A: hue angle of 342.27º 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 #F6467A is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 122 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.04 |
| HSL | 342.27º | 0.91% | 0.62% | - |
| HSV(B) | 342.27º | 0.72% | 0.96% | - |
| XYZ | 43.71 | 25.38 | 21.01 | - |
| YUV | 128.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 122 | 0 | 0.72 | 0.50 | 0.04 | 342.27 | 0.91 | 0.62 |
| Hex | F6 | 46 | 7A | 0 | 48 | 32 | 4 | 156 | 5B | 3E |
| Octal | 366 | 106 | 172 | 0 | 110 | 62 | 4 | 526 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1111010 | 0 | 1001000 | 110010 | 100 | 101010110 | 1011011 | 111110 |
Color Harmonies of #F6467A
Complementary color
Monochromatic Colors of #F6467A
Black with #F6467A
Text Example
Text Example
White with #F6467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6467A; }
p { color: rgb(246,70,122); }
H1.HeaderClassName
{
color: #F6467A;
}
.AnyTagClassName
{
color: #F6467A;
}
</style>
background-color css
<style>
a { background-color: #F6467A; }
a { background-color: rgb(246,70,122); }
div.DivClassName
{
background-color: #F6467A;
}
.BgClassName
{
background-color: #F6467A;
}
</style>
border-color css
<style>
span { border-color: #F6467A; }
span { border-color: rgb(246,70,122); }
td.TdClassName
{
border-color: #F6467A;
}
.TagClassName
{
border-color: #F6467A;
}
</style>