Shades of Violet Red #F24590
Tints of Violet Red #F24590
RGB
CMYK
RGB Variations
Color information
#F24590 (or 0xF24590) is known color: Violet Red. HEX triplet: F2, 45 and 90. RGB value is (242,69,144). Sum of RGB (Red+Green+Blue) = 242+69+144=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F24590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24590 is #0DBA6F. Grayscale: #818181. Windows color (decimal): -899696 or 9455090. OLE color: 9455090.
HSL color Cylindrical-coordinate representation of color #F24590: hue angle of 333.99º 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 #F24590 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 144 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.05 |
| HSL | 333.99º | 0.87% | 0.61% | - |
| HSV(B) | 333.99º | 0.71% | 0.95% | - |
| XYZ | 43.78 | 25.15 | 28.93 | - |
| YUV | 129.28 | 136.31 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 144 | 0 | 0.71 | 0.40 | 0.05 | 333.99 | 0.87 | 0.61 |
| Hex | F2 | 45 | 90 | 0 | 47 | 28 | 5 | 14E | 57 | 3D |
| Octal | 362 | 105 | 220 | 0 | 107 | 50 | 5 | 516 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10010000 | 0 | 1000111 | 101000 | 101 | 101001110 | 1010111 | 111101 |
Color Harmonies of #F24590
Complementary color
Monochromatic Colors of #F24590
Black with #F24590
Text Example
Text Example
White with #F24590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24590; }
p { color: rgb(242,69,144); }
H1.HeaderClassName
{
color: #F24590;
}
.AnyTagClassName
{
color: #F24590;
}
</style>
background-color css
<style>
a { background-color: #F24590; }
a { background-color: rgb(242,69,144); }
div.DivClassName
{
background-color: #F24590;
}
.BgClassName
{
background-color: #F24590;
}
</style>
border-color css
<style>
span { border-color: #F24590; }
span { border-color: rgb(242,69,144); }
td.TdClassName
{
border-color: #F24590;
}
.TagClassName
{
border-color: #F24590;
}
</style>