Shades of Violet Red #F84699
Tints of Violet Red #F84699
RGB
CMYK
RGB Variations
Color information
#F84699 (or 0xF84699) is known color: Violet Red. HEX triplet: F8, 46 and 99. RGB value is (248,70,153). Sum of RGB (Red+Green+Blue) = 248+70+153=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F84699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84699 is #07B966. Grayscale: #848484. Windows color (decimal): -506215 or 10045176. OLE color: 10045176.
HSL color Cylindrical-coordinate representation of color #F84699: hue angle of 332.02º 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 #F84699 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 153 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.03 |
| HSL | 332.02º | 0.93% | 0.62% | - |
| HSV(B) | 332.02º | 0.72% | 0.97% | - |
| XYZ | 46.65 | 26.64 | 32.82 | - |
| YUV | 132.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 153 | 0 | 0.72 | 0.38 | 0.03 | 332.02 | 0.93 | 0.62 |
| Hex | F8 | 46 | 99 | 0 | 48 | 26 | 3 | 14C | 5D | 3E |
| Octal | 370 | 106 | 231 | 0 | 110 | 46 | 3 | 514 | 135 | 76 |
| Binary | 11111000 | 1000110 | 10011001 | 0 | 1001000 | 100110 | 11 | 101001100 | 1011101 | 111110 |
Color Harmonies of #F84699
Complementary color
Monochromatic Colors of #F84699
Black with #F84699
Text Example
Text Example
White with #F84699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84699; }
p { color: rgb(248,70,153); }
H1.HeaderClassName
{
color: #F84699;
}
.AnyTagClassName
{
color: #F84699;
}
</style>
background-color css
<style>
a { background-color: #F84699; }
a { background-color: rgb(248,70,153); }
div.DivClassName
{
background-color: #F84699;
}
.BgClassName
{
background-color: #F84699;
}
</style>
border-color css
<style>
span { border-color: #F84699; }
span { border-color: rgb(248,70,153); }
td.TdClassName
{
border-color: #F84699;
}
.TagClassName
{
border-color: #F84699;
}
</style>