Shades of Violet Red #F64682
Tints of Violet Red #F64682
RGB
CMYK
RGB Variations
Color information
#F64682 (or 0xF64682) is known color: Violet Red. HEX triplet: F6, 46 and 82. RGB value is (246,70,130). Sum of RGB (Red+Green+Blue) = 246+70+130=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F64682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64682 is #09B97D. Grayscale: #818181. Windows color (decimal): -637310 or 8537846. OLE color: 8537846.
HSL color Cylindrical-coordinate representation of color #F64682: hue angle of 339.55º 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 #F64682 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 130 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.04 |
| HSL | 339.55º | 0.91% | 0.62% | - |
| HSV(B) | 339.55º | 0.72% | 0.96% | - |
| XYZ | 44.23 | 25.58 | 23.73 | - |
| YUV | 129.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 130 | 0 | 0.72 | 0.47 | 0.04 | 339.55 | 0.91 | 0.62 |
| Hex | F6 | 46 | 82 | 0 | 48 | 2F | 4 | 154 | 5B | 3E |
| Octal | 366 | 106 | 202 | 0 | 110 | 57 | 4 | 524 | 133 | 76 |
| Binary | 11110110 | 1000110 | 10000010 | 0 | 1001000 | 101111 | 100 | 101010100 | 1011011 | 111110 |
Color Harmonies of #F64682
Complementary color
Monochromatic Colors of #F64682
Black with #F64682
Text Example
Text Example
White with #F64682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64682; }
p { color: rgb(246,70,130); }
H1.HeaderClassName
{
color: #F64682;
}
.AnyTagClassName
{
color: #F64682;
}
</style>
background-color css
<style>
a { background-color: #F64682; }
a { background-color: rgb(246,70,130); }
div.DivClassName
{
background-color: #F64682;
}
.BgClassName
{
background-color: #F64682;
}
</style>
border-color css
<style>
span { border-color: #F64682; }
span { border-color: rgb(246,70,130); }
td.TdClassName
{
border-color: #F64682;
}
.TagClassName
{
border-color: #F64682;
}
</style>