Shades of Violet Red #F64179
Tints of Violet Red #F64179
RGB
CMYK
RGB Variations
Color information
#F64179 (or 0xF64179) is known color: Violet Red. HEX triplet: F6, 41 and 79. RGB value is (246,65,121). Sum of RGB (Red+Green+Blue) = 246+65+121=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F64179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64179 is #09BE86. Grayscale: #7D7D7D. Windows color (decimal): -638599 or 7946742. OLE color: 7946742.
HSL color Cylindrical-coordinate representation of color #F64179: hue angle of 341.44º 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 #F64179 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 121 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.04 |
| HSL | 341.44º | 0.91% | 0.61% | - |
| HSV(B) | 341.44º | 0.74% | 0.96% | - |
| XYZ | 43.35 | 24.75 | 20.58 | - |
| YUV | 125.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 121 | 0 | 0.74 | 0.51 | 0.04 | 341.44 | 0.91 | 0.61 |
| Hex | F6 | 41 | 79 | 0 | 4A | 33 | 4 | 155 | 5B | 3D |
| Octal | 366 | 101 | 171 | 0 | 112 | 63 | 4 | 525 | 133 | 75 |
| Binary | 11110110 | 1000001 | 1111001 | 0 | 1001010 | 110011 | 100 | 101010101 | 1011011 | 111101 |
Color Harmonies of #F64179
Complementary color
Monochromatic Colors of #F64179
Black with #F64179
Text Example
Text Example
White with #F64179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64179; }
p { color: rgb(246,65,121); }
H1.HeaderClassName
{
color: #F64179;
}
.AnyTagClassName
{
color: #F64179;
}
</style>
background-color css
<style>
a { background-color: #F64179; }
a { background-color: rgb(246,65,121); }
div.DivClassName
{
background-color: #F64179;
}
.BgClassName
{
background-color: #F64179;
}
</style>
border-color css
<style>
span { border-color: #F64179; }
span { border-color: rgb(246,65,121); }
td.TdClassName
{
border-color: #F64179;
}
.TagClassName
{
border-color: #F64179;
}
</style>