Shades of Violet Red #F24095
Tints of Violet Red #F24095
RGB
CMYK
RGB Variations
Color information
#F24095 (or 0xF24095) is known color: Violet Red. HEX triplet: F2, 40 and 95. RGB value is (242,64,149). Sum of RGB (Red+Green+Blue) = 242+64+149=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F24095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24095 is #0DBF6A. Grayscale: #7E7E7E. Windows color (decimal): -900971 or 9781490. OLE color: 9781490.
HSL color Cylindrical-coordinate representation of color #F24095: hue angle of 331.35º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24095 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 149 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.05 |
| HSL | 331.35º | 0.87% | 0.6% | - |
| HSV(B) | 331.35º | 0.74% | 0.95% | - |
| XYZ | 43.88 | 24.71 | 30.89 | - |
| YUV | 126.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 149 | 0 | 0.74 | 0.38 | 0.05 | 331.35 | 0.87 | 0.6 |
| Hex | F2 | 40 | 95 | 0 | 4A | 26 | 5 | 14B | 57 | 3C |
| Octal | 362 | 100 | 225 | 0 | 112 | 46 | 5 | 513 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10010101 | 0 | 1001010 | 100110 | 101 | 101001011 | 1010111 | 111100 |
Color Harmonies of #F24095
Complementary color
Monochromatic Colors of #F24095
Black with #F24095
Text Example
Text Example
White with #F24095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24095; }
p { color: rgb(242,64,149); }
H1.HeaderClassName
{
color: #F24095;
}
.AnyTagClassName
{
color: #F24095;
}
</style>
background-color css
<style>
a { background-color: #F24095; }
a { background-color: rgb(242,64,149); }
div.DivClassName
{
background-color: #F24095;
}
.BgClassName
{
background-color: #F24095;
}
</style>
border-color css
<style>
span { border-color: #F24095; }
span { border-color: rgb(242,64,149); }
td.TdClassName
{
border-color: #F24095;
}
.TagClassName
{
border-color: #F24095;
}
</style>