Shades of Violet Red #F83A8A
Tints of Violet Red #F83A8A
RGB
CMYK
RGB Variations
Color information
#F83A8A (or 0xF83A8A) is known color: Violet Red. HEX triplet: F8, 3A and 8A. RGB value is (248,58,138). Sum of RGB (Red+Green+Blue) = 248+58+138=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83A8A is #07C575. Grayscale: #7B7B7B. Windows color (decimal): -509302 or 9059064. OLE color: 9059064.
HSL color Cylindrical-coordinate representation of color #F83A8A: hue angle of 334.74º 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 #F83A8A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 138 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.03 |
| HSL | 334.74º | 0.93% | 0.6% | - |
| HSV(B) | 334.74º | 0.77% | 0.97% | - |
| XYZ | 44.81 | 24.82 | 26.47 | - |
| YUV | 123.93 | 135.95 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 138 | 0 | 0.77 | 0.44 | 0.03 | 334.74 | 0.93 | 0.6 |
| Hex | F8 | 3A | 8A | 0 | 4D | 2C | 3 | 14F | 5D | 3C |
| Octal | 370 | 72 | 212 | 0 | 115 | 54 | 3 | 517 | 135 | 74 |
| Binary | 11111000 | 111010 | 10001010 | 0 | 1001101 | 101100 | 11 | 101001111 | 1011101 | 111100 |
Color Harmonies of #F83A8A
Complementary color
Monochromatic Colors of #F83A8A
Black with #F83A8A
Text Example
Text Example
White with #F83A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A8A; }
p { color: rgb(248,58,138); }
H1.HeaderClassName
{
color: #F83A8A;
}
.AnyTagClassName
{
color: #F83A8A;
}
</style>
background-color css
<style>
a { background-color: #F83A8A; }
a { background-color: rgb(248,58,138); }
div.DivClassName
{
background-color: #F83A8A;
}
.BgClassName
{
background-color: #F83A8A;
}
</style>
border-color css
<style>
span { border-color: #F83A8A; }
span { border-color: rgb(248,58,138); }
td.TdClassName
{
border-color: #F83A8A;
}
.TagClassName
{
border-color: #F83A8A;
}
</style>