Shades of Violet Red #F44097
Tints of Violet Red #F44097
RGB
CMYK
RGB Variations
Color information
#F44097 (or 0xF44097) is known color: Violet Red. HEX triplet: F4, 40 and 97. RGB value is (244,64,151). Sum of RGB (Red+Green+Blue) = 244+64+151=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F44097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44097 is #0BBF68. Grayscale: #7F7F7F. Windows color (decimal): -769897 or 9912564. OLE color: 9912564.
HSL color Cylindrical-coordinate representation of color #F44097: hue angle of 331º 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 #F44097 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 151 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.04 |
| HSL | 331º | 0.89% | 0.6% | - |
| HSV(B) | 331º | 0.74% | 0.96% | - |
| XYZ | 44.73 | 25.13 | 31.77 | - |
| YUV | 127.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 151 | 0 | 0.74 | 0.38 | 0.04 | 331 | 0.89 | 0.6 |
| Hex | F4 | 40 | 97 | 0 | 4A | 26 | 4 | 14B | 59 | 3C |
| Octal | 364 | 100 | 227 | 0 | 112 | 46 | 4 | 513 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10010111 | 0 | 1001010 | 100110 | 100 | 101001011 | 1011001 | 111100 |
Color Harmonies of #F44097
Complementary color
Monochromatic Colors of #F44097
Black with #F44097
Text Example
Text Example
White with #F44097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44097; }
p { color: rgb(244,64,151); }
H1.HeaderClassName
{
color: #F44097;
}
.AnyTagClassName
{
color: #F44097;
}
</style>
background-color css
<style>
a { background-color: #F44097; }
a { background-color: rgb(244,64,151); }
div.DivClassName
{
background-color: #F44097;
}
.BgClassName
{
background-color: #F44097;
}
</style>
border-color css
<style>
span { border-color: #F44097; }
span { border-color: rgb(244,64,151); }
td.TdClassName
{
border-color: #F44097;
}
.TagClassName
{
border-color: #F44097;
}
</style>