Shades of Violet Red #F64694
Tints of Violet Red #F64694
RGB
CMYK
RGB Variations
Color information
#F64694 (or 0xF64694) is known color: Violet Red. HEX triplet: F6, 46 and 94. RGB value is (246,70,148). Sum of RGB (Red+Green+Blue) = 246+70+148=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F64694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64694 is #09B96B. Grayscale: #838383. Windows color (decimal): -637292 or 9717494. OLE color: 9717494.
HSL color Cylindrical-coordinate representation of color #F64694: hue angle of 333.41º 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 #F64694 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 148 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.04 |
| HSL | 333.41º | 0.91% | 0.62% | - |
| HSV(B) | 333.41º | 0.72% | 0.96% | - |
| XYZ | 45.54 | 26.11 | 30.66 | - |
| YUV | 131.52 | 137.31 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 148 | 0 | 0.72 | 0.40 | 0.04 | 333.41 | 0.91 | 0.62 |
| Hex | F6 | 46 | 94 | 0 | 48 | 28 | 4 | 14D | 5B | 3E |
| Octal | 366 | 106 | 224 | 0 | 110 | 50 | 4 | 515 | 133 | 76 |
| Binary | 11110110 | 1000110 | 10010100 | 0 | 1001000 | 101000 | 100 | 101001101 | 1011011 | 111110 |
Color Harmonies of #F64694
Complementary color
Monochromatic Colors of #F64694
Black with #F64694
Text Example
Text Example
White with #F64694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64694; }
p { color: rgb(246,70,148); }
H1.HeaderClassName
{
color: #F64694;
}
.AnyTagClassName
{
color: #F64694;
}
</style>
background-color css
<style>
a { background-color: #F64694; }
a { background-color: rgb(246,70,148); }
div.DivClassName
{
background-color: #F64694;
}
.BgClassName
{
background-color: #F64694;
}
</style>
border-color css
<style>
span { border-color: #F64694; }
span { border-color: rgb(246,70,148); }
td.TdClassName
{
border-color: #F64694;
}
.TagClassName
{
border-color: #F64694;
}
</style>