Shades of Violet Red #F84590
Tints of Violet Red #F84590
RGB
CMYK
RGB Variations
Color information
#F84590 (or 0xF84590) is known color: Violet Red. HEX triplet: F8, 45 and 90. RGB value is (248,69,144). Sum of RGB (Red+Green+Blue) = 248+69+144=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F84590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84590 is #07BA6F. Grayscale: #828282. Windows color (decimal): -506480 or 9455096. OLE color: 9455096.
HSL color Cylindrical-coordinate representation of color #F84590: hue angle of 334.86º 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 #F84590 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 144 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.03 |
| HSL | 334.86º | 0.93% | 0.62% | - |
| HSV(B) | 334.86º | 0.72% | 0.97% | - |
| XYZ | 45.87 | 26.23 | 29.03 | - |
| YUV | 131.07 | 135.3 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 144 | 0 | 0.72 | 0.42 | 0.03 | 334.86 | 0.93 | 0.62 |
| Hex | F8 | 45 | 90 | 0 | 48 | 2A | 3 | 14F | 5D | 3E |
| Octal | 370 | 105 | 220 | 0 | 110 | 52 | 3 | 517 | 135 | 76 |
| Binary | 11111000 | 1000101 | 10010000 | 0 | 1001000 | 101010 | 11 | 101001111 | 1011101 | 111110 |
Color Harmonies of #F84590
Complementary color
Monochromatic Colors of #F84590
Black with #F84590
Text Example
Text Example
White with #F84590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84590; }
p { color: rgb(248,69,144); }
H1.HeaderClassName
{
color: #F84590;
}
.AnyTagClassName
{
color: #F84590;
}
</style>
background-color css
<style>
a { background-color: #F84590; }
a { background-color: rgb(248,69,144); }
div.DivClassName
{
background-color: #F84590;
}
.BgClassName
{
background-color: #F84590;
}
</style>
border-color css
<style>
span { border-color: #F84590; }
span { border-color: rgb(248,69,144); }
td.TdClassName
{
border-color: #F84590;
}
.TagClassName
{
border-color: #F84590;
}
</style>