Shades of Violet Red #F64479
Tints of Violet Red #F64479
RGB
CMYK
RGB Variations
Color information
#F64479 (or 0xF64479) is known color: Violet Red. HEX triplet: F6, 44 and 79. RGB value is (246,68,121). Sum of RGB (Red+Green+Blue) = 246+68+121=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F64479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64479 is #09BB86. Grayscale: #7F7F7F. Windows color (decimal): -637831 or 7947510. OLE color: 7947510.
HSL color Cylindrical-coordinate representation of color #F64479: hue angle of 342.13º 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 #F64479 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 121 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.04 |
| HSL | 342.13º | 0.91% | 0.62% | - |
| HSV(B) | 342.13º | 0.72% | 0.96% | - |
| XYZ | 43.52 | 25.11 | 20.64 | - |
| YUV | 127.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 121 | 0 | 0.72 | 0.51 | 0.04 | 342.13 | 0.91 | 0.62 |
| Hex | F6 | 44 | 79 | 0 | 48 | 33 | 4 | 156 | 5B | 3E |
| Octal | 366 | 104 | 171 | 0 | 110 | 63 | 4 | 526 | 133 | 76 |
| Binary | 11110110 | 1000100 | 1111001 | 0 | 1001000 | 110011 | 100 | 101010110 | 1011011 | 111110 |
Color Harmonies of #F64479
Complementary color
Monochromatic Colors of #F64479
Black with #F64479
Text Example
Text Example
White with #F64479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64479; }
p { color: rgb(246,68,121); }
H1.HeaderClassName
{
color: #F64479;
}
.AnyTagClassName
{
color: #F64479;
}
</style>
background-color css
<style>
a { background-color: #F64479; }
a { background-color: rgb(246,68,121); }
div.DivClassName
{
background-color: #F64479;
}
.BgClassName
{
background-color: #F64479;
}
</style>
border-color css
<style>
span { border-color: #F64479; }
span { border-color: rgb(246,68,121); }
td.TdClassName
{
border-color: #F64479;
}
.TagClassName
{
border-color: #F64479;
}
</style>