Shades of Violet Red #F84694
Tints of Violet Red #F84694
RGB
CMYK
RGB Variations
Color information
#F84694 (or 0xF84694) is known color: Violet Red. HEX triplet: F8, 46 and 94. RGB value is (248,70,148). Sum of RGB (Red+Green+Blue) = 248+70+148=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F84694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84694 is #07B96B. Grayscale: #838383. Windows color (decimal): -506220 or 9717496. OLE color: 9717496.
HSL color Cylindrical-coordinate representation of color #F84694: hue angle of 333.71º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F84694 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 148 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.03 |
| HSL | 333.71º | 0.93% | 0.62% | - |
| HSV(B) | 333.71º | 0.72% | 0.97% | - |
| XYZ | 46.25 | 26.47 | 30.69 | - |
| YUV | 132.11 | 136.97 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 148 | 0 | 0.72 | 0.40 | 0.03 | 333.71 | 0.93 | 0.62 |
| Hex | F8 | 46 | 94 | 0 | 48 | 28 | 3 | 14E | 5D | 3E |
| Octal | 370 | 106 | 224 | 0 | 110 | 50 | 3 | 516 | 135 | 76 |
| Binary | 11111000 | 1000110 | 10010100 | 0 | 1001000 | 101000 | 11 | 101001110 | 1011101 | 111110 |
Color Harmonies of #F84694
Complementary color
Monochromatic Colors of #F84694
Black with #F84694
Text Example
Text Example
White with #F84694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84694; }
p { color: rgb(248,70,148); }
H1.HeaderClassName
{
color: #F84694;
}
.AnyTagClassName
{
color: #F84694;
}
</style>
background-color css
<style>
a { background-color: #F84694; }
a { background-color: rgb(248,70,148); }
div.DivClassName
{
background-color: #F84694;
}
.BgClassName
{
background-color: #F84694;
}
</style>
border-color css
<style>
span { border-color: #F84694; }
span { border-color: rgb(248,70,148); }
td.TdClassName
{
border-color: #F84694;
}
.TagClassName
{
border-color: #F84694;
}
</style>