Shades of Violet Red #F84486
Tints of Violet Red #F84486
RGB
CMYK
RGB Variations
Color information
#F84486 (or 0xF84486) is known color: Violet Red. HEX triplet: F8, 44 and 86. RGB value is (248,68,134). Sum of RGB (Red+Green+Blue) = 248+68+134=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F84486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84486 is #07BB79. Grayscale: #818181. Windows color (decimal): -506746 or 8799480. OLE color: 8799480.
HSL color Cylindrical-coordinate representation of color #F84486: hue angle of 338º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84486 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 134 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.03 |
| HSL | 338º | 0.93% | 0.62% | - |
| HSV(B) | 338º | 0.73% | 0.97% | - |
| XYZ | 45.08 | 25.81 | 25.16 | - |
| YUV | 129.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 134 | 0 | 0.73 | 0.46 | 0.03 | 338 | 0.93 | 0.62 |
| Hex | F8 | 44 | 86 | 0 | 49 | 2E | 3 | 152 | 5D | 3E |
| Octal | 370 | 104 | 206 | 0 | 111 | 56 | 3 | 522 | 135 | 76 |
| Binary | 11111000 | 1000100 | 10000110 | 0 | 1001001 | 101110 | 11 | 101010010 | 1011101 | 111110 |
Color Harmonies of #F84486
Complementary color
Monochromatic Colors of #F84486
Black with #F84486
Text Example
Text Example
White with #F84486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84486; }
p { color: rgb(248,68,134); }
H1.HeaderClassName
{
color: #F84486;
}
.AnyTagClassName
{
color: #F84486;
}
</style>
background-color css
<style>
a { background-color: #F84486; }
a { background-color: rgb(248,68,134); }
div.DivClassName
{
background-color: #F84486;
}
.BgClassName
{
background-color: #F84486;
}
</style>
border-color css
<style>
span { border-color: #F84486; }
span { border-color: rgb(248,68,134); }
td.TdClassName
{
border-color: #F84486;
}
.TagClassName
{
border-color: #F84486;
}
</style>