Shades of Violet Red #F24896
Tints of Violet Red #F24896
RGB
CMYK
RGB Variations
Color information
#F24896 (or 0xF24896) is known color: Violet Red. HEX triplet: F2, 48 and 96. RGB value is (242,72,150). Sum of RGB (Red+Green+Blue) = 242+72+150=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F24896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24896 is #0DB769. Grayscale: #838383. Windows color (decimal): -898922 or 9849074. OLE color: 9849074.
HSL color Cylindrical-coordinate representation of color #F24896: hue angle of 332.47º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24896 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 150 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.05 |
| HSL | 332.47º | 0.87% | 0.62% | - |
| HSV(B) | 332.47º | 0.7% | 0.95% | - |
| XYZ | 44.44 | 25.71 | 31.48 | - |
| YUV | 131.72 | 138.32 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 150 | 0 | 0.70 | 0.38 | 0.05 | 332.47 | 0.87 | 0.62 |
| Hex | F2 | 48 | 96 | 0 | 46 | 26 | 5 | 14C | 57 | 3E |
| Octal | 362 | 110 | 226 | 0 | 106 | 46 | 5 | 514 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10010110 | 0 | 1000110 | 100110 | 101 | 101001100 | 1010111 | 111110 |
Color Harmonies of #F24896
Complementary color
Monochromatic Colors of #F24896
Black with #F24896
Text Example
Text Example
White with #F24896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24896; }
p { color: rgb(242,72,150); }
H1.HeaderClassName
{
color: #F24896;
}
.AnyTagClassName
{
color: #F24896;
}
</style>
background-color css
<style>
a { background-color: #F24896; }
a { background-color: rgb(242,72,150); }
div.DivClassName
{
background-color: #F24896;
}
.BgClassName
{
background-color: #F24896;
}
</style>
border-color css
<style>
span { border-color: #F24896; }
span { border-color: rgb(242,72,150); }
td.TdClassName
{
border-color: #F24896;
}
.TagClassName
{
border-color: #F24896;
}
</style>