Shades of Violet Red #F2499A
Tints of Violet Red #F2499A
RGB
CMYK
RGB Variations
Color information
#F2499A (or 0xF2499A) is known color: Violet Red. HEX triplet: F2, 49 and 9A. RGB value is (242,73,154). Sum of RGB (Red+Green+Blue) = 242+73+154=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2499A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2499A is #0DB665. Grayscale: #848484. Windows color (decimal): -898662 or 10111474. OLE color: 10111474.
HSL color Cylindrical-coordinate representation of color #F2499A: hue angle of 331.24º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2499A is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 154 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.05 |
| HSL | 331.24º | 0.87% | 0.62% | - |
| HSV(B) | 331.24º | 0.7% | 0.95% | - |
| XYZ | 44.83 | 25.98 | 33.22 | - |
| YUV | 132.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 154 | 0 | 0.70 | 0.36 | 0.05 | 331.24 | 0.87 | 0.62 |
| Hex | F2 | 49 | 9A | 0 | 46 | 24 | 5 | 14B | 57 | 3E |
| Octal | 362 | 111 | 232 | 0 | 106 | 44 | 5 | 513 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10011010 | 0 | 1000110 | 100100 | 101 | 101001011 | 1010111 | 111110 |
Color Harmonies of #F2499A
Complementary color
Monochromatic Colors of #F2499A
Black with #F2499A
Text Example
Text Example
White with #F2499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2499A; }
p { color: rgb(242,73,154); }
H1.HeaderClassName
{
color: #F2499A;
}
.AnyTagClassName
{
color: #F2499A;
}
</style>
background-color css
<style>
a { background-color: #F2499A; }
a { background-color: rgb(242,73,154); }
div.DivClassName
{
background-color: #F2499A;
}
.BgClassName
{
background-color: #F2499A;
}
</style>
border-color css
<style>
span { border-color: #F2499A; }
span { border-color: rgb(242,73,154); }
td.TdClassName
{
border-color: #F2499A;
}
.TagClassName
{
border-color: #F2499A;
}
</style>