Shades of Violet Red #F04092
Tints of Violet Red #F04092
RGB
CMYK
RGB Variations
Color information
#F04092 (or 0xF04092) is known color: Violet Red. HEX triplet: F0, 40 and 92. RGB value is (240,64,146). Sum of RGB (Red+Green+Blue) = 240+64+146=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F04092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04092 is #0FBF6D. Grayscale: #7D7D7D. Windows color (decimal): -1032046 or 9584880. OLE color: 9584880.
HSL color Cylindrical-coordinate representation of color #F04092: hue angle of 332.05º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04092 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 146 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.06 |
| HSL | 332.05º | 0.85% | 0.6% | - |
| HSV(B) | 332.05º | 0.73% | 0.94% | - |
| XYZ | 42.96 | 24.27 | 29.61 | - |
| YUV | 125.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 146 | 0 | 0.73 | 0.39 | 0.06 | 332.05 | 0.85 | 0.6 |
| Hex | F0 | 40 | 92 | 0 | 49 | 27 | 6 | 14C | 55 | 3C |
| Octal | 360 | 100 | 222 | 0 | 111 | 47 | 6 | 514 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10010010 | 0 | 1001001 | 100111 | 110 | 101001100 | 1010101 | 111100 |
Color Harmonies of #F04092
Complementary color
Monochromatic Colors of #F04092
Black with #F04092
Text Example
Text Example
White with #F04092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04092; }
p { color: rgb(240,64,146); }
H1.HeaderClassName
{
color: #F04092;
}
.AnyTagClassName
{
color: #F04092;
}
</style>
background-color css
<style>
a { background-color: #F04092; }
a { background-color: rgb(240,64,146); }
div.DivClassName
{
background-color: #F04092;
}
.BgClassName
{
background-color: #F04092;
}
</style>
border-color css
<style>
span { border-color: #F04092; }
span { border-color: rgb(240,64,146); }
td.TdClassName
{
border-color: #F04092;
}
.TagClassName
{
border-color: #F04092;
}
</style>