Shades of Violet Red #F64375
Tints of Violet Red #F64375
RGB
CMYK
RGB Variations
Color information
#F64375 (or 0xF64375) is known color: Violet Red. HEX triplet: F6, 43 and 75. RGB value is (246,67,117). Sum of RGB (Red+Green+Blue) = 246+67+117=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F64375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64375 is #09BC8A. Grayscale: #7E7E7E. Windows color (decimal): -638091 or 7685110. OLE color: 7685110.
HSL color Cylindrical-coordinate representation of color #F64375: hue angle of 343.24º 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 #F64375 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 117 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.04 |
| HSL | 343.24º | 0.91% | 0.61% | - |
| HSV(B) | 343.24º | 0.73% | 0.96% | - |
| XYZ | 43.22 | 24.89 | 19.36 | - |
| YUV | 126.22 | 122.8 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 117 | 0 | 0.73 | 0.52 | 0.04 | 343.24 | 0.91 | 0.61 |
| Hex | F6 | 43 | 75 | 0 | 49 | 34 | 4 | 157 | 5B | 3D |
| Octal | 366 | 103 | 165 | 0 | 111 | 64 | 4 | 527 | 133 | 75 |
| Binary | 11110110 | 1000011 | 1110101 | 0 | 1001001 | 110100 | 100 | 101010111 | 1011011 | 111101 |
Color Harmonies of #F64375
Complementary color
Monochromatic Colors of #F64375
Black with #F64375
Text Example
Text Example
White with #F64375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64375; }
p { color: rgb(246,67,117); }
H1.HeaderClassName
{
color: #F64375;
}
.AnyTagClassName
{
color: #F64375;
}
</style>
background-color css
<style>
a { background-color: #F64375; }
a { background-color: rgb(246,67,117); }
div.DivClassName
{
background-color: #F64375;
}
.BgClassName
{
background-color: #F64375;
}
</style>
border-color css
<style>
span { border-color: #F64375; }
span { border-color: rgb(246,67,117); }
td.TdClassName
{
border-color: #F64375;
}
.TagClassName
{
border-color: #F64375;
}
</style>