Shades of Violet Red #F83080
Tints of Violet Red #F83080
RGB
CMYK
RGB Variations
Color information
#F83080 (or 0xF83080) is known color: Violet Red. HEX triplet: F8, 30 and 80. RGB value is (248,48,128). Sum of RGB (Red+Green+Blue) = 248+48+128=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F83080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83080 is #07CF7F. Grayscale: #747474. Windows color (decimal): -511872 or 8401144. OLE color: 8401144.
HSL color Cylindrical-coordinate representation of color #F83080: hue angle of 336º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83080 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 128 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.03 |
| HSL | 336º | 0.93% | 0.58% | - |
| HSV(B) | 336º | 0.81% | 0.97% | - |
| XYZ | 43.66 | 23.63 | 22.68 | - |
| YUV | 116.92 | 134.26 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 128 | 0 | 0.81 | 0.48 | 0.03 | 336 | 0.93 | 0.58 |
| Hex | F8 | 30 | 80 | 0 | 51 | 30 | 3 | 150 | 5D | 3A |
| Octal | 370 | 60 | 200 | 0 | 121 | 60 | 3 | 520 | 135 | 72 |
| Binary | 11111000 | 110000 | 10000000 | 0 | 1010001 | 110000 | 11 | 101010000 | 1011101 | 111010 |
Color Harmonies of #F83080
Complementary color
Monochromatic Colors of #F83080
Black with #F83080
Text Example
Text Example
White with #F83080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83080; }
p { color: rgb(248,48,128); }
H1.HeaderClassName
{
color: #F83080;
}
.AnyTagClassName
{
color: #F83080;
}
</style>
background-color css
<style>
a { background-color: #F83080; }
a { background-color: rgb(248,48,128); }
div.DivClassName
{
background-color: #F83080;
}
.BgClassName
{
background-color: #F83080;
}
</style>
border-color css
<style>
span { border-color: #F83080; }
span { border-color: rgb(248,48,128); }
td.TdClassName
{
border-color: #F83080;
}
.TagClassName
{
border-color: #F83080;
}
</style>