Shades of Violet Red #F64089
Tints of Violet Red #F64089
RGB
CMYK
RGB Variations
Color information
#F64089 (or 0xF64089) is known color: Violet Red. HEX triplet: F6, 40 and 89. RGB value is (246,64,137). Sum of RGB (Red+Green+Blue) = 246+64+137=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F64089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64089 is #09BF76. Grayscale: #7E7E7E. Windows color (decimal): -638839 or 8995062. OLE color: 8995062.
HSL color Cylindrical-coordinate representation of color #F64089: hue angle of 335.93º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64089 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 137 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.04 |
| HSL | 335.93º | 0.91% | 0.61% | - |
| HSV(B) | 335.93º | 0.74% | 0.96% | - |
| XYZ | 44.35 | 25.07 | 26.17 | - |
| YUV | 126.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 137 | 0 | 0.74 | 0.44 | 0.04 | 335.93 | 0.91 | 0.61 |
| Hex | F6 | 40 | 89 | 0 | 4A | 2C | 4 | 150 | 5B | 3D |
| Octal | 366 | 100 | 211 | 0 | 112 | 54 | 4 | 520 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10001001 | 0 | 1001010 | 101100 | 100 | 101010000 | 1011011 | 111101 |
Color Harmonies of #F64089
Complementary color
Monochromatic Colors of #F64089
Black with #F64089
Text Example
Text Example
White with #F64089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64089; }
p { color: rgb(246,64,137); }
H1.HeaderClassName
{
color: #F64089;
}
.AnyTagClassName
{
color: #F64089;
}
</style>
background-color css
<style>
a { background-color: #F64089; }
a { background-color: rgb(246,64,137); }
div.DivClassName
{
background-color: #F64089;
}
.BgClassName
{
background-color: #F64089;
}
</style>
border-color css
<style>
span { border-color: #F64089; }
span { border-color: rgb(246,64,137); }
td.TdClassName
{
border-color: #F64089;
}
.TagClassName
{
border-color: #F64089;
}
</style>