Shades of Violet Red #F64189
Tints of Violet Red #F64189
RGB
CMYK
RGB Variations
Color information
#F64189 (or 0xF64189) is known color: Violet Red. HEX triplet: F6, 41 and 89. RGB value is (246,65,137). Sum of RGB (Red+Green+Blue) = 246+65+137=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F64189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64189 is #09BE76. Grayscale: #7F7F7F. Windows color (decimal): -638583 or 8995318. OLE color: 8995318.
HSL color Cylindrical-coordinate representation of color #F64189: hue angle of 336.13º 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 #F64189 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 137 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.04 |
| HSL | 336.13º | 0.91% | 0.61% | - |
| HSV(B) | 336.13º | 0.74% | 0.96% | - |
| XYZ | 44.41 | 25.18 | 26.19 | - |
| YUV | 127.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 137 | 0 | 0.74 | 0.44 | 0.04 | 336.13 | 0.91 | 0.61 |
| Hex | F6 | 41 | 89 | 0 | 4A | 2C | 4 | 150 | 5B | 3D |
| Octal | 366 | 101 | 211 | 0 | 112 | 54 | 4 | 520 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10001001 | 0 | 1001010 | 101100 | 100 | 101010000 | 1011011 | 111101 |
Color Harmonies of #F64189
Complementary color
Monochromatic Colors of #F64189
Black with #F64189
Text Example
Text Example
White with #F64189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64189; }
p { color: rgb(246,65,137); }
H1.HeaderClassName
{
color: #F64189;
}
.AnyTagClassName
{
color: #F64189;
}
</style>
background-color css
<style>
a { background-color: #F64189; }
a { background-color: rgb(246,65,137); }
div.DivClassName
{
background-color: #F64189;
}
.BgClassName
{
background-color: #F64189;
}
</style>
border-color css
<style>
span { border-color: #F64189; }
span { border-color: rgb(246,65,137); }
td.TdClassName
{
border-color: #F64189;
}
.TagClassName
{
border-color: #F64189;
}
</style>