Shades of Violet Red #F83A87
Tints of Violet Red #F83A87
RGB
CMYK
RGB Variations
Color information
#F83A87 (or 0xF83A87) is known color: Violet Red. HEX triplet: F8, 3A and 87. RGB value is (248,58,135). Sum of RGB (Red+Green+Blue) = 248+58+135=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83A87 is #07C578. Grayscale: #7B7B7B. Windows color (decimal): -509305 or 8862456. OLE color: 8862456.
HSL color Cylindrical-coordinate representation of color #F83A87: hue angle of 335.68º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83A87 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 135 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.03 |
| HSL | 335.68º | 0.93% | 0.6% | - |
| HSV(B) | 335.68º | 0.77% | 0.97% | - |
| XYZ | 44.6 | 24.73 | 25.34 | - |
| YUV | 123.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 135 | 0 | 0.77 | 0.46 | 0.03 | 335.68 | 0.93 | 0.6 |
| Hex | F8 | 3A | 87 | 0 | 4D | 2E | 3 | 150 | 5D | 3C |
| Octal | 370 | 72 | 207 | 0 | 115 | 56 | 3 | 520 | 135 | 74 |
| Binary | 11111000 | 111010 | 10000111 | 0 | 1001101 | 101110 | 11 | 101010000 | 1011101 | 111100 |
Color Harmonies of #F83A87
Complementary color
Monochromatic Colors of #F83A87
Black with #F83A87
Text Example
Text Example
White with #F83A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A87; }
p { color: rgb(248,58,135); }
H1.HeaderClassName
{
color: #F83A87;
}
.AnyTagClassName
{
color: #F83A87;
}
</style>
background-color css
<style>
a { background-color: #F83A87; }
a { background-color: rgb(248,58,135); }
div.DivClassName
{
background-color: #F83A87;
}
.BgClassName
{
background-color: #F83A87;
}
</style>
border-color css
<style>
span { border-color: #F83A87; }
span { border-color: rgb(248,58,135); }
td.TdClassName
{
border-color: #F83A87;
}
.TagClassName
{
border-color: #F83A87;
}
</style>