Shades of Violet Red #F64477
Tints of Violet Red #F64477
RGB
CMYK
RGB Variations
Color information
#F64477 (or 0xF64477) is known color: Violet Red. HEX triplet: F6, 44 and 77. RGB value is (246,68,119). Sum of RGB (Red+Green+Blue) = 246+68+119=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F64477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64477 is #09BB88. Grayscale: #7F7F7F. Windows color (decimal): -637833 or 7816438. OLE color: 7816438.
HSL color Cylindrical-coordinate representation of color #F64477: hue angle of 342.81º 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 #F64477 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 119 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.04 |
| HSL | 342.81º | 0.91% | 0.62% | - |
| HSV(B) | 342.81º | 0.72% | 0.96% | - |
| XYZ | 43.4 | 25.06 | 20 | - |
| YUV | 127.04 | 123.47 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 119 | 0 | 0.72 | 0.52 | 0.04 | 342.81 | 0.91 | 0.62 |
| Hex | F6 | 44 | 77 | 0 | 48 | 34 | 4 | 157 | 5B | 3E |
| Octal | 366 | 104 | 167 | 0 | 110 | 64 | 4 | 527 | 133 | 76 |
| Binary | 11110110 | 1000100 | 1110111 | 0 | 1001000 | 110100 | 100 | 101010111 | 1011011 | 111110 |
Color Harmonies of #F64477
Complementary color
Monochromatic Colors of #F64477
Black with #F64477
Text Example
Text Example
White with #F64477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64477; }
p { color: rgb(246,68,119); }
H1.HeaderClassName
{
color: #F64477;
}
.AnyTagClassName
{
color: #F64477;
}
</style>
background-color css
<style>
a { background-color: #F64477; }
a { background-color: rgb(246,68,119); }
div.DivClassName
{
background-color: #F64477;
}
.BgClassName
{
background-color: #F64477;
}
</style>
border-color css
<style>
span { border-color: #F64477; }
span { border-color: rgb(246,68,119); }
td.TdClassName
{
border-color: #F64477;
}
.TagClassName
{
border-color: #F64477;
}
</style>