Shades of Violet Red #F4499A
Tints of Violet Red #F4499A
RGB
CMYK
RGB Variations
Color information
#F4499A (or 0xF4499A) is known color: Violet Red. HEX triplet: F4, 49 and 9A. RGB value is (244,73,154). Sum of RGB (Red+Green+Blue) = 244+73+154=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4499A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4499A is #0BB665. Grayscale: #858585. Windows color (decimal): -767590 or 10111476. OLE color: 10111476.
HSL color Cylindrical-coordinate representation of color #F4499A: hue angle of 331.58º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4499A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 154 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.04 |
| HSL | 331.58º | 0.89% | 0.62% | - |
| HSV(B) | 331.58º | 0.7% | 0.96% | - |
| XYZ | 45.52 | 26.33 | 33.25 | - |
| YUV | 133.36 | 139.65 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 154 | 0 | 0.70 | 0.37 | 0.04 | 331.58 | 0.89 | 0.62 |
| Hex | F4 | 49 | 9A | 0 | 46 | 25 | 4 | 14C | 59 | 3E |
| Octal | 364 | 111 | 232 | 0 | 106 | 45 | 4 | 514 | 131 | 76 |
| Binary | 11110100 | 1001001 | 10011010 | 0 | 1000110 | 100101 | 100 | 101001100 | 1011001 | 111110 |
Color Harmonies of #F4499A
Complementary color
Monochromatic Colors of #F4499A
Black with #F4499A
Text Example
Text Example
White with #F4499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4499A; }
p { color: rgb(244,73,154); }
H1.HeaderClassName
{
color: #F4499A;
}
.AnyTagClassName
{
color: #F4499A;
}
</style>
background-color css
<style>
a { background-color: #F4499A; }
a { background-color: rgb(244,73,154); }
div.DivClassName
{
background-color: #F4499A;
}
.BgClassName
{
background-color: #F4499A;
}
</style>
border-color css
<style>
span { border-color: #F4499A; }
span { border-color: rgb(244,73,154); }
td.TdClassName
{
border-color: #F4499A;
}
.TagClassName
{
border-color: #F4499A;
}
</style>