Shades of Violet Red #F64580
Tints of Violet Red #F64580
RGB
CMYK
RGB Variations
Color information
#F64580 (or 0xF64580) is known color: Violet Red. HEX triplet: F6, 45 and 80. RGB value is (246,69,128). Sum of RGB (Red+Green+Blue) = 246+69+128=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F64580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64580 is #09BA7F. Grayscale: #808080. Windows color (decimal): -637568 or 8406518. OLE color: 8406518.
HSL color Cylindrical-coordinate representation of color #F64580: hue angle of 340º 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 #F64580 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 128 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.04 |
| HSL | 340º | 0.91% | 0.62% | - |
| HSV(B) | 340º | 0.72% | 0.96% | - |
| XYZ | 44.03 | 25.41 | 23.01 | - |
| YUV | 128.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 128 | 0 | 0.72 | 0.48 | 0.04 | 340 | 0.91 | 0.62 |
| Hex | F6 | 45 | 80 | 0 | 48 | 30 | 4 | 154 | 5B | 3E |
| Octal | 366 | 105 | 200 | 0 | 110 | 60 | 4 | 524 | 133 | 76 |
| Binary | 11110110 | 1000101 | 10000000 | 0 | 1001000 | 110000 | 100 | 101010100 | 1011011 | 111110 |
Color Harmonies of #F64580
Complementary color
Monochromatic Colors of #F64580
Black with #F64580
Text Example
Text Example
White with #F64580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64580; }
p { color: rgb(246,69,128); }
H1.HeaderClassName
{
color: #F64580;
}
.AnyTagClassName
{
color: #F64580;
}
</style>
background-color css
<style>
a { background-color: #F64580; }
a { background-color: rgb(246,69,128); }
div.DivClassName
{
background-color: #F64580;
}
.BgClassName
{
background-color: #F64580;
}
</style>
border-color css
<style>
span { border-color: #F64580; }
span { border-color: rgb(246,69,128); }
td.TdClassName
{
border-color: #F64580;
}
.TagClassName
{
border-color: #F64580;
}
</style>