Shades of Violet Red #F64372
Tints of Violet Red #F64372
RGB
CMYK
RGB Variations
Color information
#F64372 (or 0xF64372) is known color: Violet Red. HEX triplet: F6, 43 and 72. RGB value is (246,67,114). Sum of RGB (Red+Green+Blue) = 246+67+114=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F64372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64372 is #09BC8D. Grayscale: #7D7D7D. Windows color (decimal): -638094 or 7488502. OLE color: 7488502.
HSL color Cylindrical-coordinate representation of color #F64372: hue angle of 344.25º 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 #F64372 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 114 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.04 |
| HSL | 344.25º | 0.91% | 0.61% | - |
| HSV(B) | 344.25º | 0.73% | 0.96% | - |
| XYZ | 43.05 | 24.82 | 18.44 | - |
| YUV | 125.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 114 | 0 | 0.73 | 0.54 | 0.04 | 344.25 | 0.91 | 0.61 |
| Hex | F6 | 43 | 72 | 0 | 49 | 36 | 4 | 158 | 5B | 3D |
| Octal | 366 | 103 | 162 | 0 | 111 | 66 | 4 | 530 | 133 | 75 |
| Binary | 11110110 | 1000011 | 1110010 | 0 | 1001001 | 110110 | 100 | 101011000 | 1011011 | 111101 |
Color Harmonies of #F64372
Complementary color
Monochromatic Colors of #F64372
Black with #F64372
Text Example
Text Example
White with #F64372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64372; }
p { color: rgb(246,67,114); }
H1.HeaderClassName
{
color: #F64372;
}
.AnyTagClassName
{
color: #F64372;
}
</style>
background-color css
<style>
a { background-color: #F64372; }
a { background-color: rgb(246,67,114); }
div.DivClassName
{
background-color: #F64372;
}
.BgClassName
{
background-color: #F64372;
}
</style>
border-color css
<style>
span { border-color: #F64372; }
span { border-color: rgb(246,67,114); }
td.TdClassName
{
border-color: #F64372;
}
.TagClassName
{
border-color: #F64372;
}
</style>