Shades of Violet Red #F24696
Tints of Violet Red #F24696
RGB
CMYK
RGB Variations
Color information
#F24696 (or 0xF24696) is known color: Violet Red. HEX triplet: F2, 46 and 96. RGB value is (242,70,150). Sum of RGB (Red+Green+Blue) = 242+70+150=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F24696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24696 is #0DB969. Grayscale: #828282. Windows color (decimal): -899434 or 9848562. OLE color: 9848562.
HSL color Cylindrical-coordinate representation of color #F24696: hue angle of 332.09º 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 #F24696 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 150 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.05 |
| HSL | 332.09º | 0.87% | 0.61% | - |
| HSV(B) | 332.09º | 0.71% | 0.95% | - |
| XYZ | 44.31 | 25.46 | 31.43 | - |
| YUV | 130.55 | 138.98 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 150 | 0 | 0.71 | 0.38 | 0.05 | 332.09 | 0.87 | 0.61 |
| Hex | F2 | 46 | 96 | 0 | 47 | 26 | 5 | 14C | 57 | 3D |
| Octal | 362 | 106 | 226 | 0 | 107 | 46 | 5 | 514 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10010110 | 0 | 1000111 | 100110 | 101 | 101001100 | 1010111 | 111101 |
Color Harmonies of #F24696
Complementary color
Monochromatic Colors of #F24696
Black with #F24696
Text Example
Text Example
White with #F24696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24696; }
p { color: rgb(242,70,150); }
H1.HeaderClassName
{
color: #F24696;
}
.AnyTagClassName
{
color: #F24696;
}
</style>
background-color css
<style>
a { background-color: #F24696; }
a { background-color: rgb(242,70,150); }
div.DivClassName
{
background-color: #F24696;
}
.BgClassName
{
background-color: #F24696;
}
</style>
border-color css
<style>
span { border-color: #F24696; }
span { border-color: rgb(242,70,150); }
td.TdClassName
{
border-color: #F24696;
}
.TagClassName
{
border-color: #F24696;
}
</style>