Shades of Violet Red #F84092
Tints of Violet Red #F84092
RGB
CMYK
RGB Variations
Color information
#F84092 (or 0xF84092) is known color: Violet Red. HEX triplet: F8, 40 and 92. RGB value is (248,64,146). Sum of RGB (Red+Green+Blue) = 248+64+146=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F84092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84092 is #07BF6D. Grayscale: #808080. Windows color (decimal): -507758 or 9584888. OLE color: 9584888.
HSL color Cylindrical-coordinate representation of color #F84092: hue angle of 333.26º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84092 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 146 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.03 |
| HSL | 333.26º | 0.93% | 0.61% | - |
| HSV(B) | 333.26º | 0.74% | 0.97% | - |
| XYZ | 45.73 | 25.7 | 29.74 | - |
| YUV | 128.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 146 | 0 | 0.74 | 0.41 | 0.03 | 333.26 | 0.93 | 0.61 |
| Hex | F8 | 40 | 92 | 0 | 4A | 29 | 3 | 14D | 5D | 3D |
| Octal | 370 | 100 | 222 | 0 | 112 | 51 | 3 | 515 | 135 | 75 |
| Binary | 11111000 | 1000000 | 10010010 | 0 | 1001010 | 101001 | 11 | 101001101 | 1011101 | 111101 |
Color Harmonies of #F84092
Complementary color
Monochromatic Colors of #F84092
Black with #F84092
Text Example
Text Example
White with #F84092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84092; }
p { color: rgb(248,64,146); }
H1.HeaderClassName
{
color: #F84092;
}
.AnyTagClassName
{
color: #F84092;
}
</style>
background-color css
<style>
a { background-color: #F84092; }
a { background-color: rgb(248,64,146); }
div.DivClassName
{
background-color: #F84092;
}
.BgClassName
{
background-color: #F84092;
}
</style>
border-color css
<style>
span { border-color: #F84092; }
span { border-color: rgb(248,64,146); }
td.TdClassName
{
border-color: #F84092;
}
.TagClassName
{
border-color: #F84092;
}
</style>