Shades of Violet Red #F64577
Tints of Violet Red #F64577
RGB
CMYK
RGB Variations
Color information
#F64577 (or 0xF64577) is known color: Violet Red. HEX triplet: F6, 45 and 77. RGB value is (246,69,119). Sum of RGB (Red+Green+Blue) = 246+69+119=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F64577 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64577 is #09BA88. Grayscale: #7F7F7F. Windows color (decimal): -637577 or 7816694. OLE color: 7816694.
HSL color Cylindrical-coordinate representation of color #F64577: hue angle of 343.05º 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 #F64577 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 119 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.04 |
| HSL | 343.05º | 0.91% | 0.62% | - |
| HSV(B) | 343.05º | 0.72% | 0.96% | - |
| XYZ | 43.46 | 25.18 | 20.02 | - |
| YUV | 127.62 | 123.14 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 119 | 0 | 0.72 | 0.52 | 0.04 | 343.05 | 0.91 | 0.62 |
| Hex | F6 | 45 | 77 | 0 | 48 | 34 | 4 | 157 | 5B | 3E |
| Octal | 366 | 105 | 167 | 0 | 110 | 64 | 4 | 527 | 133 | 76 |
| Binary | 11110110 | 1000101 | 1110111 | 0 | 1001000 | 110100 | 100 | 101010111 | 1011011 | 111110 |
Color Harmonies of #F64577
Complementary color
Monochromatic Colors of #F64577
Black with #F64577
Text Example
Text Example
White with #F64577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64577; }
p { color: rgb(246,69,119); }
H1.HeaderClassName
{
color: #F64577;
}
.AnyTagClassName
{
color: #F64577;
}
</style>
background-color css
<style>
a { background-color: #F64577; }
a { background-color: rgb(246,69,119); }
div.DivClassName
{
background-color: #F64577;
}
.BgClassName
{
background-color: #F64577;
}
</style>
border-color css
<style>
span { border-color: #F64577; }
span { border-color: rgb(246,69,119); }
td.TdClassName
{
border-color: #F64577;
}
.TagClassName
{
border-color: #F64577;
}
</style>