Shades of Violet Red #F84686
Tints of Violet Red #F84686
RGB
CMYK
RGB Variations
Color information
#F84686 (or 0xF84686) is known color: Violet Red. HEX triplet: F8, 46 and 86. RGB value is (248,70,134). Sum of RGB (Red+Green+Blue) = 248+70+134=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F84686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84686 is #07B979. Grayscale: #828282. Windows color (decimal): -506234 or 8799992. OLE color: 8799992.
HSL color Cylindrical-coordinate representation of color #F84686: hue angle of 338.43º 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 #F84686 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 134 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.03 |
| HSL | 338.43º | 0.93% | 0.62% | - |
| HSV(B) | 338.43º | 0.72% | 0.97% | - |
| XYZ | 45.2 | 26.06 | 25.2 | - |
| YUV | 130.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 134 | 0 | 0.72 | 0.46 | 0.03 | 338.43 | 0.93 | 0.62 |
| Hex | F8 | 46 | 86 | 0 | 48 | 2E | 3 | 152 | 5D | 3E |
| Octal | 370 | 106 | 206 | 0 | 110 | 56 | 3 | 522 | 135 | 76 |
| Binary | 11111000 | 1000110 | 10000110 | 0 | 1001000 | 101110 | 11 | 101010010 | 1011101 | 111110 |
Color Harmonies of #F84686
Complementary color
Monochromatic Colors of #F84686
Black with #F84686
Text Example
Text Example
White with #F84686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84686; }
p { color: rgb(248,70,134); }
H1.HeaderClassName
{
color: #F84686;
}
.AnyTagClassName
{
color: #F84686;
}
</style>
background-color css
<style>
a { background-color: #F84686; }
a { background-color: rgb(248,70,134); }
div.DivClassName
{
background-color: #F84686;
}
.BgClassName
{
background-color: #F84686;
}
</style>
border-color css
<style>
span { border-color: #F84686; }
span { border-color: rgb(248,70,134); }
td.TdClassName
{
border-color: #F84686;
}
.TagClassName
{
border-color: #F84686;
}
</style>