Shades of Violet Red #F44390
Tints of Violet Red #F44390
RGB
CMYK
RGB Variations
Color information
#F44390 (or 0xF44390) is known color: Violet Red. HEX triplet: F4, 43 and 90. RGB value is (244,67,144). Sum of RGB (Red+Green+Blue) = 244+67+144=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F44390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44390 is #0BBC6F. Grayscale: #808080. Windows color (decimal): -769136 or 9454580. OLE color: 9454580.
HSL color Cylindrical-coordinate representation of color #F44390: hue angle of 333.9º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F44390 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 144 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.04 |
| HSL | 333.9º | 0.89% | 0.61% | - |
| HSV(B) | 333.9º | 0.73% | 0.96% | - |
| XYZ | 44.35 | 25.26 | 28.92 | - |
| YUV | 128.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 144 | 0 | 0.73 | 0.41 | 0.04 | 333.9 | 0.89 | 0.61 |
| Hex | F4 | 43 | 90 | 0 | 49 | 29 | 4 | 14E | 59 | 3D |
| Octal | 364 | 103 | 220 | 0 | 111 | 51 | 4 | 516 | 131 | 75 |
| Binary | 11110100 | 1000011 | 10010000 | 0 | 1001001 | 101001 | 100 | 101001110 | 1011001 | 111101 |
Color Harmonies of #F44390
Complementary color
Monochromatic Colors of #F44390
Black with #F44390
Text Example
Text Example
White with #F44390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44390; }
p { color: rgb(244,67,144); }
H1.HeaderClassName
{
color: #F44390;
}
.AnyTagClassName
{
color: #F44390;
}
</style>
background-color css
<style>
a { background-color: #F44390; }
a { background-color: rgb(244,67,144); }
div.DivClassName
{
background-color: #F44390;
}
.BgClassName
{
background-color: #F44390;
}
</style>
border-color css
<style>
span { border-color: #F44390; }
span { border-color: rgb(244,67,144); }
td.TdClassName
{
border-color: #F44390;
}
.TagClassName
{
border-color: #F44390;
}
</style>