Shades of Violet Red #F24792
Tints of Violet Red #F24792
RGB
CMYK
RGB Variations
Color information
#F24792 (or 0xF24792) is known color: Violet Red. HEX triplet: F2, 47 and 92. RGB value is (242,71,146). Sum of RGB (Red+Green+Blue) = 242+71+146=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F24792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24792 is #0DB86D. Grayscale: #828282. Windows color (decimal): -899182 or 9586674. OLE color: 9586674.
HSL color Cylindrical-coordinate representation of color #F24792: hue angle of 333.68º 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 #F24792 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 146 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.05 |
| HSL | 333.68º | 0.87% | 0.61% | - |
| HSV(B) | 333.68º | 0.71% | 0.95% | - |
| XYZ | 44.06 | 25.46 | 29.79 | - |
| YUV | 130.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 146 | 0 | 0.71 | 0.40 | 0.05 | 333.68 | 0.87 | 0.61 |
| Hex | F2 | 47 | 92 | 0 | 47 | 28 | 5 | 14E | 57 | 3D |
| Octal | 362 | 107 | 222 | 0 | 107 | 50 | 5 | 516 | 127 | 75 |
| Binary | 11110010 | 1000111 | 10010010 | 0 | 1000111 | 101000 | 101 | 101001110 | 1010111 | 111101 |
Color Harmonies of #F24792
Complementary color
Monochromatic Colors of #F24792
Black with #F24792
Text Example
Text Example
White with #F24792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24792; }
p { color: rgb(242,71,146); }
H1.HeaderClassName
{
color: #F24792;
}
.AnyTagClassName
{
color: #F24792;
}
</style>
background-color css
<style>
a { background-color: #F24792; }
a { background-color: rgb(242,71,146); }
div.DivClassName
{
background-color: #F24792;
}
.BgClassName
{
background-color: #F24792;
}
</style>
border-color css
<style>
span { border-color: #F24792; }
span { border-color: rgb(242,71,146); }
td.TdClassName
{
border-color: #F24792;
}
.TagClassName
{
border-color: #F24792;
}
</style>