Shades of Violet Red #F64079
Tints of Violet Red #F64079
RGB
CMYK
RGB Variations
Color information
#F64079 (or 0xF64079) is known color: Violet Red. HEX triplet: F6, 40 and 79. RGB value is (246,64,121). Sum of RGB (Red+Green+Blue) = 246+64+121=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F64079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64079 is #09BF86. Grayscale: #7C7C7C. Windows color (decimal): -638855 or 7946486. OLE color: 7946486.
HSL color Cylindrical-coordinate representation of color #F64079: hue angle of 341.21º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64079 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 121 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.04 |
| HSL | 341.21º | 0.91% | 0.61% | - |
| HSV(B) | 341.21º | 0.74% | 0.96% | - |
| XYZ | 43.29 | 24.64 | 20.56 | - |
| YUV | 124.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 121 | 0 | 0.74 | 0.51 | 0.04 | 341.21 | 0.91 | 0.61 |
| Hex | F6 | 40 | 79 | 0 | 4A | 33 | 4 | 155 | 5B | 3D |
| Octal | 366 | 100 | 171 | 0 | 112 | 63 | 4 | 525 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1111001 | 0 | 1001010 | 110011 | 100 | 101010101 | 1011011 | 111101 |
Color Harmonies of #F64079
Complementary color
Monochromatic Colors of #F64079
Black with #F64079
Text Example
Text Example
White with #F64079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64079; }
p { color: rgb(246,64,121); }
H1.HeaderClassName
{
color: #F64079;
}
.AnyTagClassName
{
color: #F64079;
}
</style>
background-color css
<style>
a { background-color: #F64079; }
a { background-color: rgb(246,64,121); }
div.DivClassName
{
background-color: #F64079;
}
.BgClassName
{
background-color: #F64079;
}
</style>
border-color css
<style>
span { border-color: #F64079; }
span { border-color: rgb(246,64,121); }
td.TdClassName
{
border-color: #F64079;
}
.TagClassName
{
border-color: #F64079;
}
</style>