Shades of Violet Red #F64092
Tints of Violet Red #F64092
RGB
CMYK
RGB Variations
Color information
#F64092 (or 0xF64092) is known color: Violet Red. HEX triplet: F6, 40 and 92. RGB value is (246,64,146). Sum of RGB (Red+Green+Blue) = 246+64+146=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F64092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64092 is #09BF6D. Grayscale: #7F7F7F. Windows color (decimal): -638830 or 9584886. OLE color: 9584886.
HSL color Cylindrical-coordinate representation of color #F64092: hue angle of 332.97º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64092 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 146 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.04 |
| HSL | 332.97º | 0.91% | 0.61% | - |
| HSV(B) | 332.97º | 0.74% | 0.96% | - |
| XYZ | 45.03 | 25.33 | 29.71 | - |
| YUV | 127.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 146 | 0 | 0.74 | 0.41 | 0.04 | 332.97 | 0.91 | 0.61 |
| Hex | F6 | 40 | 92 | 0 | 4A | 29 | 4 | 14D | 5B | 3D |
| Octal | 366 | 100 | 222 | 0 | 112 | 51 | 4 | 515 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10010010 | 0 | 1001010 | 101001 | 100 | 101001101 | 1011011 | 111101 |
Color Harmonies of #F64092
Complementary color
Monochromatic Colors of #F64092
Black with #F64092
Text Example
Text Example
White with #F64092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64092; }
p { color: rgb(246,64,146); }
H1.HeaderClassName
{
color: #F64092;
}
.AnyTagClassName
{
color: #F64092;
}
</style>
background-color css
<style>
a { background-color: #F64092; }
a { background-color: rgb(246,64,146); }
div.DivClassName
{
background-color: #F64092;
}
.BgClassName
{
background-color: #F64092;
}
</style>
border-color css
<style>
span { border-color: #F64092; }
span { border-color: rgb(246,64,146); }
td.TdClassName
{
border-color: #F64092;
}
.TagClassName
{
border-color: #F64092;
}
</style>