Shades of Violet Red #F5499A
Tints of Violet Red #F5499A
RGB
CMYK
RGB Variations
Color information
#F5499A (or 0xF5499A) is known color: Violet Red. HEX triplet: F5, 49 and 9A. RGB value is (245,73,154). Sum of RGB (Red+Green+Blue) = 245+73+154=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5499A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5499A is #0AB665. Grayscale: #858585. Windows color (decimal): -702054 or 10111477. OLE color: 10111477.
HSL color Cylindrical-coordinate representation of color #F5499A: hue angle of 331.74º degrees, saturation: 0.9, 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 #F5499A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 154 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.04 |
| HSL | 331.74º | 0.9% | 0.62% | - |
| HSV(B) | 331.74º | 0.7% | 0.96% | - |
| XYZ | 45.87 | 26.51 | 33.27 | - |
| YUV | 133.66 | 139.48 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 154 | 0 | 0.70 | 0.37 | 0.04 | 331.74 | 0.9 | 0.62 |
| Hex | F5 | 49 | 9A | 0 | 46 | 25 | 4 | 14C | 5A | 3E |
| Octal | 365 | 111 | 232 | 0 | 106 | 45 | 4 | 514 | 132 | 76 |
| Binary | 11110101 | 1001001 | 10011010 | 0 | 1000110 | 100101 | 100 | 101001100 | 1011010 | 111110 |
Color Harmonies of #F5499A
Complementary color
Monochromatic Colors of #F5499A
Black with #F5499A
Text Example
Text Example
White with #F5499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5499A; }
p { color: rgb(245,73,154); }
H1.HeaderClassName
{
color: #F5499A;
}
.AnyTagClassName
{
color: #F5499A;
}
</style>
background-color css
<style>
a { background-color: #F5499A; }
a { background-color: rgb(245,73,154); }
div.DivClassName
{
background-color: #F5499A;
}
.BgClassName
{
background-color: #F5499A;
}
</style>
border-color css
<style>
span { border-color: #F5499A; }
span { border-color: rgb(245,73,154); }
td.TdClassName
{
border-color: #F5499A;
}
.TagClassName
{
border-color: #F5499A;
}
</style>