Shades of Violet Red #F83D89
Tints of Violet Red #F83D89
RGB
CMYK
RGB Variations
Color information
#F83D89 (or 0xF83D89) is known color: Violet Red. HEX triplet: F8, 3D and 89. RGB value is (248,61,137). Sum of RGB (Red+Green+Blue) = 248+61+137=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83D89 is #07C276. Grayscale: #7D7D7D. Windows color (decimal): -508535 or 8994296. OLE color: 8994296.
HSL color Cylindrical-coordinate representation of color #F83D89: hue angle of 335.61º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83D89 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 137 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.03 |
| HSL | 335.62º | 0.93% | 0.61% | - |
| HSV(B) | 335.62º | 0.75% | 0.97% | - |
| XYZ | 44.9 | 25.1 | 26.15 | - |
| YUV | 125.58 | 134.45 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 137 | 0 | 0.75 | 0.45 | 0.03 | 335.62 | 0.93 | 0.61 |
| Hex | F8 | 3D | 89 | 0 | 4B | 2D | 3 | 150 | 5D | 3D |
| Octal | 370 | 75 | 211 | 0 | 113 | 55 | 3 | 520 | 135 | 75 |
| Binary | 11111000 | 111101 | 10001001 | 0 | 1001011 | 101101 | 11 | 101010000 | 1011101 | 111101 |
Color Harmonies of #F83D89
Complementary color
Monochromatic Colors of #F83D89
Black with #F83D89
Text Example
Text Example
White with #F83D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D89; }
p { color: rgb(248,61,137); }
H1.HeaderClassName
{
color: #F83D89;
}
.AnyTagClassName
{
color: #F83D89;
}
</style>
background-color css
<style>
a { background-color: #F83D89; }
a { background-color: rgb(248,61,137); }
div.DivClassName
{
background-color: #F83D89;
}
.BgClassName
{
background-color: #F83D89;
}
</style>
border-color css
<style>
span { border-color: #F83D89; }
span { border-color: rgb(248,61,137); }
td.TdClassName
{
border-color: #F83D89;
}
.TagClassName
{
border-color: #F83D89;
}
</style>