Shades of Violet Red #F24699
Tints of Violet Red #F24699
RGB
CMYK
RGB Variations
Color information
#F24699 (or 0xF24699) is known color: Violet Red. HEX triplet: F2, 46 and 99. RGB value is (242,70,153). Sum of RGB (Red+Green+Blue) = 242+70+153=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F24699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24699 is #0DB966. Grayscale: #828282. Windows color (decimal): -899431 or 10045170. OLE color: 10045170.
HSL color Cylindrical-coordinate representation of color #F24699: hue angle of 331.05º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24699 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 153 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.05 |
| HSL | 331.05º | 0.87% | 0.61% | - |
| HSV(B) | 331.05º | 0.71% | 0.95% | - |
| XYZ | 44.56 | 25.56 | 32.72 | - |
| YUV | 130.89 | 140.48 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 153 | 0 | 0.71 | 0.37 | 0.05 | 331.05 | 0.87 | 0.61 |
| Hex | F2 | 46 | 99 | 0 | 47 | 25 | 5 | 14B | 57 | 3D |
| Octal | 362 | 106 | 231 | 0 | 107 | 45 | 5 | 513 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10011001 | 0 | 1000111 | 100101 | 101 | 101001011 | 1010111 | 111101 |
Color Harmonies of #F24699
Complementary color
Monochromatic Colors of #F24699
Black with #F24699
Text Example
Text Example
White with #F24699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24699; }
p { color: rgb(242,70,153); }
H1.HeaderClassName
{
color: #F24699;
}
.AnyTagClassName
{
color: #F24699;
}
</style>
background-color css
<style>
a { background-color: #F24699; }
a { background-color: rgb(242,70,153); }
div.DivClassName
{
background-color: #F24699;
}
.BgClassName
{
background-color: #F24699;
}
</style>
border-color css
<style>
span { border-color: #F24699; }
span { border-color: rgb(242,70,153); }
td.TdClassName
{
border-color: #F24699;
}
.TagClassName
{
border-color: #F24699;
}
</style>