Shades of Violet Red #F64377
Tints of Violet Red #F64377
RGB
CMYK
RGB Variations
Color information
#F64377 (or 0xF64377) is known color: Violet Red. HEX triplet: F6, 43 and 77. RGB value is (246,67,119). Sum of RGB (Red+Green+Blue) = 246+67+119=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F64377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64377 is #09BC88. Grayscale: #7E7E7E. Windows color (decimal): -638089 or 7816182. OLE color: 7816182.
HSL color Cylindrical-coordinate representation of color #F64377: hue angle of 342.57º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F64377 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 119 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.04 |
| HSL | 342.57º | 0.91% | 0.61% | - |
| HSV(B) | 342.57º | 0.73% | 0.96% | - |
| XYZ | 43.34 | 24.94 | 19.98 | - |
| YUV | 126.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 119 | 0 | 0.73 | 0.52 | 0.04 | 342.57 | 0.91 | 0.61 |
| Hex | F6 | 43 | 77 | 0 | 49 | 34 | 4 | 157 | 5B | 3D |
| Octal | 366 | 103 | 167 | 0 | 111 | 64 | 4 | 527 | 133 | 75 |
| Binary | 11110110 | 1000011 | 1110111 | 0 | 1001001 | 110100 | 100 | 101010111 | 1011011 | 111101 |
Color Harmonies of #F64377
Complementary color
Monochromatic Colors of #F64377
Black with #F64377
Text Example
Text Example
White with #F64377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64377; }
p { color: rgb(246,67,119); }
H1.HeaderClassName
{
color: #F64377;
}
.AnyTagClassName
{
color: #F64377;
}
</style>
background-color css
<style>
a { background-color: #F64377; }
a { background-color: rgb(246,67,119); }
div.DivClassName
{
background-color: #F64377;
}
.BgClassName
{
background-color: #F64377;
}
</style>
border-color css
<style>
span { border-color: #F64377; }
span { border-color: rgb(246,67,119); }
td.TdClassName
{
border-color: #F64377;
}
.TagClassName
{
border-color: #F64377;
}
</style>