Shades of Violet Red #F24892
Tints of Violet Red #F24892
RGB
CMYK
RGB Variations
Color information
#F24892 (or 0xF24892) is known color: Violet Red. HEX triplet: F2, 48 and 92. RGB value is (242,72,146). Sum of RGB (Red+Green+Blue) = 242+72+146=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F24892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24892 is #0DB76D. Grayscale: #838383. Windows color (decimal): -898926 or 9586930. OLE color: 9586930.
HSL color Cylindrical-coordinate representation of color #F24892: hue angle of 333.88º 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 #F24892 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 146 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.05 |
| HSL | 333.88º | 0.87% | 0.62% | - |
| HSV(B) | 333.88º | 0.7% | 0.95% | - |
| XYZ | 44.12 | 25.59 | 29.81 | - |
| YUV | 131.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 146 | 0 | 0.70 | 0.40 | 0.05 | 333.88 | 0.87 | 0.62 |
| Hex | F2 | 48 | 92 | 0 | 46 | 28 | 5 | 14E | 57 | 3E |
| Octal | 362 | 110 | 222 | 0 | 106 | 50 | 5 | 516 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10010010 | 0 | 1000110 | 101000 | 101 | 101001110 | 1010111 | 111110 |
Color Harmonies of #F24892
Complementary color
Monochromatic Colors of #F24892
Black with #F24892
Text Example
Text Example
White with #F24892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24892; }
p { color: rgb(242,72,146); }
H1.HeaderClassName
{
color: #F24892;
}
.AnyTagClassName
{
color: #F24892;
}
</style>
background-color css
<style>
a { background-color: #F24892; }
a { background-color: rgb(242,72,146); }
div.DivClassName
{
background-color: #F24892;
}
.BgClassName
{
background-color: #F24892;
}
</style>
border-color css
<style>
span { border-color: #F24892; }
span { border-color: rgb(242,72,146); }
td.TdClassName
{
border-color: #F24892;
}
.TagClassName
{
border-color: #F24892;
}
</style>