Shades of Violet Red #F83F89
Tints of Violet Red #F83F89
RGB
CMYK
RGB Variations
Color information
#F83F89 (or 0xF83F89) is known color: Violet Red. HEX triplet: F8, 3F and 89. RGB value is (248,63,137). Sum of RGB (Red+Green+Blue) = 248+63+137=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F89 is #07C076. Grayscale: #7E7E7E. Windows color (decimal): -508023 or 8994808. OLE color: 8994808.
HSL color Cylindrical-coordinate representation of color #F83F89: hue angle of 336º 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 #F83F89 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 137 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.03 |
| HSL | 336º | 0.93% | 0.61% | - |
| HSV(B) | 336º | 0.75% | 0.97% | - |
| XYZ | 45 | 25.32 | 26.18 | - |
| YUV | 126.75 | 133.79 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 137 | 0 | 0.75 | 0.45 | 0.03 | 336 | 0.93 | 0.61 |
| Hex | F8 | 3F | 89 | 0 | 4B | 2D | 3 | 150 | 5D | 3D |
| Octal | 370 | 77 | 211 | 0 | 113 | 55 | 3 | 520 | 135 | 75 |
| Binary | 11111000 | 111111 | 10001001 | 0 | 1001011 | 101101 | 11 | 101010000 | 1011101 | 111101 |
Color Harmonies of #F83F89
Complementary color
Monochromatic Colors of #F83F89
Black with #F83F89
Text Example
Text Example
White with #F83F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83F89; }
p { color: rgb(248,63,137); }
H1.HeaderClassName
{
color: #F83F89;
}
.AnyTagClassName
{
color: #F83F89;
}
</style>
background-color css
<style>
a { background-color: #F83F89; }
a { background-color: rgb(248,63,137); }
div.DivClassName
{
background-color: #F83F89;
}
.BgClassName
{
background-color: #F83F89;
}
</style>
border-color css
<style>
span { border-color: #F83F89; }
span { border-color: rgb(248,63,137); }
td.TdClassName
{
border-color: #F83F89;
}
.TagClassName
{
border-color: #F83F89;
}
</style>