Shades of Violet Red #F64999
Tints of Violet Red #F64999
RGB
CMYK
RGB Variations
Color information
#F64999 (or 0xF64999) is known color: Violet Red. HEX triplet: F6, 49 and 99. RGB value is (246,73,153). Sum of RGB (Red+Green+Blue) = 246+73+153=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F64999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64999 is #09B666. Grayscale: #858585. Windows color (decimal): -636519 or 10045942. OLE color: 10045942.
HSL color Cylindrical-coordinate representation of color #F64999: hue angle of 332.25º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64999 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 153 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.04 |
| HSL | 332.25º | 0.91% | 0.63% | - |
| HSV(B) | 332.25º | 0.7% | 0.96% | - |
| XYZ | 46.14 | 26.66 | 32.85 | - |
| YUV | 133.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 153 | 0 | 0.70 | 0.38 | 0.04 | 332.25 | 0.91 | 0.63 |
| Hex | F6 | 49 | 99 | 0 | 46 | 26 | 4 | 14C | 5B | 3F |
| Octal | 366 | 111 | 231 | 0 | 106 | 46 | 4 | 514 | 133 | 77 |
| Binary | 11110110 | 1001001 | 10011001 | 0 | 1000110 | 100110 | 100 | 101001100 | 1011011 | 111111 |
Color Harmonies of #F64999
Complementary color
Monochromatic Colors of #F64999
Black with #F64999
Text Example
Text Example
White with #F64999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64999; }
p { color: rgb(246,73,153); }
H1.HeaderClassName
{
color: #F64999;
}
.AnyTagClassName
{
color: #F64999;
}
</style>
background-color css
<style>
a { background-color: #F64999; }
a { background-color: rgb(246,73,153); }
div.DivClassName
{
background-color: #F64999;
}
.BgClassName
{
background-color: #F64999;
}
</style>
border-color css
<style>
span { border-color: #F64999; }
span { border-color: rgb(246,73,153); }
td.TdClassName
{
border-color: #F64999;
}
.TagClassName
{
border-color: #F64999;
}
</style>