Shades of Violet Red #F24092
Tints of Violet Red #F24092
RGB
CMYK
RGB Variations
Color information
#F24092 (or 0xF24092) is known color: Violet Red. HEX triplet: F2, 40 and 92. RGB value is (242,64,146). Sum of RGB (Red+Green+Blue) = 242+64+146=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F24092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24092 is #0DBF6D. Grayscale: #7E7E7E. Windows color (decimal): -900974 or 9584882. OLE color: 9584882.
HSL color Cylindrical-coordinate representation of color #F24092: hue angle of 332.36º 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 #F24092 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 146 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.05 |
| HSL | 332.36º | 0.87% | 0.6% | - |
| HSV(B) | 332.36º | 0.74% | 0.95% | - |
| XYZ | 43.64 | 24.62 | 29.65 | - |
| YUV | 126.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 146 | 0 | 0.74 | 0.40 | 0.05 | 332.36 | 0.87 | 0.6 |
| Hex | F2 | 40 | 92 | 0 | 4A | 28 | 5 | 14C | 57 | 3C |
| Octal | 362 | 100 | 222 | 0 | 112 | 50 | 5 | 514 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10010010 | 0 | 1001010 | 101000 | 101 | 101001100 | 1010111 | 111100 |
Color Harmonies of #F24092
Complementary color
Monochromatic Colors of #F24092
Black with #F24092
Text Example
Text Example
White with #F24092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24092; }
p { color: rgb(242,64,146); }
H1.HeaderClassName
{
color: #F24092;
}
.AnyTagClassName
{
color: #F24092;
}
</style>
background-color css
<style>
a { background-color: #F24092; }
a { background-color: rgb(242,64,146); }
div.DivClassName
{
background-color: #F24092;
}
.BgClassName
{
background-color: #F24092;
}
</style>
border-color css
<style>
span { border-color: #F24092; }
span { border-color: rgb(242,64,146); }
td.TdClassName
{
border-color: #F24092;
}
.TagClassName
{
border-color: #F24092;
}
</style>