Shades of Violet Red #F84080
Tints of Violet Red #F84080
RGB
CMYK
RGB Variations
Color information
#F84080 (or 0xF84080) is known color: Violet Red. HEX triplet: F8, 40 and 80. RGB value is (248,64,128). Sum of RGB (Red+Green+Blue) = 248+64+128=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F84080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84080 is #07BF7F. Grayscale: #7E7E7E. Windows color (decimal): -507776 or 8405240. OLE color: 8405240.
HSL color Cylindrical-coordinate representation of color #F84080: hue angle of 339.13º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84080 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 128 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.03 |
| HSL | 339.13º | 0.93% | 0.61% | - |
| HSV(B) | 339.13º | 0.74% | 0.97% | - |
| XYZ | 44.44 | 25.18 | 22.94 | - |
| YUV | 126.31 | 128.96 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 128 | 0 | 0.74 | 0.48 | 0.03 | 339.13 | 0.93 | 0.61 |
| Hex | F8 | 40 | 80 | 0 | 4A | 30 | 3 | 153 | 5D | 3D |
| Octal | 370 | 100 | 200 | 0 | 112 | 60 | 3 | 523 | 135 | 75 |
| Binary | 11111000 | 1000000 | 10000000 | 0 | 1001010 | 110000 | 11 | 101010011 | 1011101 | 111101 |
Color Harmonies of #F84080
Complementary color
Monochromatic Colors of #F84080
Black with #F84080
Text Example
Text Example
White with #F84080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84080; }
p { color: rgb(248,64,128); }
H1.HeaderClassName
{
color: #F84080;
}
.AnyTagClassName
{
color: #F84080;
}
</style>
background-color css
<style>
a { background-color: #F84080; }
a { background-color: rgb(248,64,128); }
div.DivClassName
{
background-color: #F84080;
}
.BgClassName
{
background-color: #F84080;
}
</style>
border-color css
<style>
span { border-color: #F84080; }
span { border-color: rgb(248,64,128); }
td.TdClassName
{
border-color: #F84080;
}
.TagClassName
{
border-color: #F84080;
}
</style>