Shades of Violet Red #F84890
Tints of Violet Red #F84890
RGB
CMYK
RGB Variations
Color information
#F84890 (or 0xF84890) is known color: Violet Red. HEX triplet: F8, 48 and 90. RGB value is (248,72,144). Sum of RGB (Red+Green+Blue) = 248+72+144=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F84890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84890 is #07B76F. Grayscale: #848484. Windows color (decimal): -505712 or 9455864. OLE color: 9455864.
HSL color Cylindrical-coordinate representation of color #F84890: hue angle of 335.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84890 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 144 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.03 |
| HSL | 335.45º | 0.93% | 0.63% | - |
| HSV(B) | 335.45º | 0.71% | 0.97% | - |
| XYZ | 46.06 | 26.6 | 29.09 | - |
| YUV | 132.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 144 | 0 | 0.71 | 0.42 | 0.03 | 335.45 | 0.93 | 0.63 |
| Hex | F8 | 48 | 90 | 0 | 47 | 2A | 3 | 14F | 5D | 3F |
| Octal | 370 | 110 | 220 | 0 | 107 | 52 | 3 | 517 | 135 | 77 |
| Binary | 11111000 | 1001000 | 10010000 | 0 | 1000111 | 101010 | 11 | 101001111 | 1011101 | 111111 |
Color Harmonies of #F84890
Complementary color
Monochromatic Colors of #F84890
Black with #F84890
Text Example
Text Example
White with #F84890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84890; }
p { color: rgb(248,72,144); }
H1.HeaderClassName
{
color: #F84890;
}
.AnyTagClassName
{
color: #F84890;
}
</style>
background-color css
<style>
a { background-color: #F84890; }
a { background-color: rgb(248,72,144); }
div.DivClassName
{
background-color: #F84890;
}
.BgClassName
{
background-color: #F84890;
}
</style>
border-color css
<style>
span { border-color: #F84890; }
span { border-color: rgb(248,72,144); }
td.TdClassName
{
border-color: #F84890;
}
.TagClassName
{
border-color: #F84890;
}
</style>