Shades of Violet Red #F44694
Tints of Violet Red #F44694
RGB
CMYK
RGB Variations
Color information
#F44694 (or 0xF44694) is known color: Violet Red. HEX triplet: F4, 46 and 94. RGB value is (244,70,148). Sum of RGB (Red+Green+Blue) = 244+70+148=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F44694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44694 is #0BB96B. Grayscale: #828282. Windows color (decimal): -768364 or 9717492. OLE color: 9717492.
HSL color Cylindrical-coordinate representation of color #F44694: hue angle of 333.1º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F44694 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 148 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.04 |
| HSL | 333.1º | 0.89% | 0.62% | - |
| HSV(B) | 333.1º | 0.71% | 0.96% | - |
| XYZ | 44.84 | 25.75 | 30.62 | - |
| YUV | 130.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 148 | 0 | 0.71 | 0.39 | 0.04 | 333.1 | 0.89 | 0.62 |
| Hex | F4 | 46 | 94 | 0 | 47 | 27 | 4 | 14D | 59 | 3E |
| Octal | 364 | 106 | 224 | 0 | 107 | 47 | 4 | 515 | 131 | 76 |
| Binary | 11110100 | 1000110 | 10010100 | 0 | 1000111 | 100111 | 100 | 101001101 | 1011001 | 111110 |
Color Harmonies of #F44694
Complementary color
Monochromatic Colors of #F44694
Black with #F44694
Text Example
Text Example
White with #F44694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44694; }
p { color: rgb(244,70,148); }
H1.HeaderClassName
{
color: #F44694;
}
.AnyTagClassName
{
color: #F44694;
}
</style>
background-color css
<style>
a { background-color: #F44694; }
a { background-color: rgb(244,70,148); }
div.DivClassName
{
background-color: #F44694;
}
.BgClassName
{
background-color: #F44694;
}
</style>
border-color css
<style>
span { border-color: #F44694; }
span { border-color: rgb(244,70,148); }
td.TdClassName
{
border-color: #F44694;
}
.TagClassName
{
border-color: #F44694;
}
</style>