Shades of Violet Red #F83889
Tints of Violet Red #F83889
RGB
CMYK
RGB Variations
Color information
#F83889 (or 0xF83889) is known color: Violet Red. HEX triplet: F8, 38 and 89. RGB value is (248,56,137). Sum of RGB (Red+Green+Blue) = 248+56+137=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F83889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83889 is #07C776. Grayscale: #7A7A7A. Windows color (decimal): -509815 or 8993016. OLE color: 8993016.
HSL color Cylindrical-coordinate representation of color #F83889: hue angle of 334.69º 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 #F83889 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 137 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.03 |
| HSL | 334.69º | 0.93% | 0.6% | - |
| HSV(B) | 334.69º | 0.77% | 0.97% | - |
| XYZ | 44.64 | 24.59 | 26.06 | - |
| YUV | 122.64 | 136.11 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 137 | 0 | 0.77 | 0.45 | 0.03 | 334.69 | 0.93 | 0.6 |
| Hex | F8 | 38 | 89 | 0 | 4D | 2D | 3 | 14F | 5D | 3C |
| Octal | 370 | 70 | 211 | 0 | 115 | 55 | 3 | 517 | 135 | 74 |
| Binary | 11111000 | 111000 | 10001001 | 0 | 1001101 | 101101 | 11 | 101001111 | 1011101 | 111100 |
Color Harmonies of #F83889
Complementary color
Monochromatic Colors of #F83889
Black with #F83889
Text Example
Text Example
White with #F83889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83889; }
p { color: rgb(248,56,137); }
H1.HeaderClassName
{
color: #F83889;
}
.AnyTagClassName
{
color: #F83889;
}
</style>
background-color css
<style>
a { background-color: #F83889; }
a { background-color: rgb(248,56,137); }
div.DivClassName
{
background-color: #F83889;
}
.BgClassName
{
background-color: #F83889;
}
</style>
border-color css
<style>
span { border-color: #F83889; }
span { border-color: rgb(248,56,137); }
td.TdClassName
{
border-color: #F83889;
}
.TagClassName
{
border-color: #F83889;
}
</style>