Shades of Violet Red #F44079
Tints of Violet Red #F44079
RGB
CMYK
RGB Variations
Color information
#F44079 (or 0xF44079) is known color: Violet Red. HEX triplet: F4, 40 and 79. RGB value is (244,64,121). Sum of RGB (Red+Green+Blue) = 244+64+121=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F44079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44079 is #0BBF86. Grayscale: #7C7C7C. Windows color (decimal): -769927 or 7946484. OLE color: 7946484.
HSL color Cylindrical-coordinate representation of color #F44079: hue angle of 341º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F44079 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 121 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.04 |
| HSL | 341º | 0.89% | 0.6% | - |
| HSV(B) | 341º | 0.74% | 0.96% | - |
| XYZ | 42.59 | 24.28 | 20.53 | - |
| YUV | 124.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 121 | 0 | 0.74 | 0.50 | 0.04 | 341 | 0.89 | 0.6 |
| Hex | F4 | 40 | 79 | 0 | 4A | 32 | 4 | 155 | 59 | 3C |
| Octal | 364 | 100 | 171 | 0 | 112 | 62 | 4 | 525 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1111001 | 0 | 1001010 | 110010 | 100 | 101010101 | 1011001 | 111100 |
Color Harmonies of #F44079
Complementary color
Monochromatic Colors of #F44079
Black with #F44079
Text Example
Text Example
White with #F44079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44079; }
p { color: rgb(244,64,121); }
H1.HeaderClassName
{
color: #F44079;
}
.AnyTagClassName
{
color: #F44079;
}
</style>
background-color css
<style>
a { background-color: #F44079; }
a { background-color: rgb(244,64,121); }
div.DivClassName
{
background-color: #F44079;
}
.BgClassName
{
background-color: #F44079;
}
</style>
border-color css
<style>
span { border-color: #F44079; }
span { border-color: rgb(244,64,121); }
td.TdClassName
{
border-color: #F44079;
}
.TagClassName
{
border-color: #F44079;
}
</style>