Shades of Violet Red #F24599
Tints of Violet Red #F24599
RGB
CMYK
RGB Variations
Color information
#F24599 (or 0xF24599) is known color: Violet Red. HEX triplet: F2, 45 and 99. RGB value is (242,69,153). Sum of RGB (Red+Green+Blue) = 242+69+153=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F24599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24599 is #0DBA66. Grayscale: #828282. Windows color (decimal): -899687 or 10044914. OLE color: 10044914.
HSL color Cylindrical-coordinate representation of color #F24599: hue angle of 330.87º 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 #F24599 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 153 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.05 |
| HSL | 330.87º | 0.87% | 0.61% | - |
| HSV(B) | 330.87º | 0.71% | 0.95% | - |
| XYZ | 44.5 | 25.43 | 32.7 | - |
| YUV | 130.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 153 | 0 | 0.71 | 0.37 | 0.05 | 330.87 | 0.87 | 0.61 |
| Hex | F2 | 45 | 99 | 0 | 47 | 25 | 5 | 14B | 57 | 3D |
| Octal | 362 | 105 | 231 | 0 | 107 | 45 | 5 | 513 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10011001 | 0 | 1000111 | 100101 | 101 | 101001011 | 1010111 | 111101 |
Color Harmonies of #F24599
Complementary color
Monochromatic Colors of #F24599
Black with #F24599
Text Example
Text Example
White with #F24599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24599; }
p { color: rgb(242,69,153); }
H1.HeaderClassName
{
color: #F24599;
}
.AnyTagClassName
{
color: #F24599;
}
</style>
background-color css
<style>
a { background-color: #F24599; }
a { background-color: rgb(242,69,153); }
div.DivClassName
{
background-color: #F24599;
}
.BgClassName
{
background-color: #F24599;
}
</style>
border-color css
<style>
span { border-color: #F24599; }
span { border-color: rgb(242,69,153); }
td.TdClassName
{
border-color: #F24599;
}
.TagClassName
{
border-color: #F24599;
}
</style>