Shades of Violet Red #F83F91
Tints of Violet Red #F83F91
RGB
CMYK
RGB Variations
Color information
#F83F91 (or 0xF83F91) is known color: Violet Red. HEX triplet: F8, 3F and 91. RGB value is (248,63,145). Sum of RGB (Red+Green+Blue) = 248+63+145=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F91 is #07C06E. Grayscale: #7F7F7F. Windows color (decimal): -508015 or 9519096. OLE color: 9519096.
HSL color Cylindrical-coordinate representation of color #F83F91: hue angle of 333.41º 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 #F83F91 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 145 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.03 |
| HSL | 333.41º | 0.93% | 0.61% | - |
| HSV(B) | 333.41º | 0.75% | 0.97% | - |
| XYZ | 45.6 | 25.56 | 29.32 | - |
| YUV | 127.66 | 137.79 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 145 | 0 | 0.75 | 0.42 | 0.03 | 333.41 | 0.93 | 0.61 |
| Hex | F8 | 3F | 91 | 0 | 4B | 2A | 3 | 14D | 5D | 3D |
| Octal | 370 | 77 | 221 | 0 | 113 | 52 | 3 | 515 | 135 | 75 |
| Binary | 11111000 | 111111 | 10010001 | 0 | 1001011 | 101010 | 11 | 101001101 | 1011101 | 111101 |
Color Harmonies of #F83F91
Complementary color
Monochromatic Colors of #F83F91
Black with #F83F91
Text Example
Text Example
White with #F83F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83F91; }
p { color: rgb(248,63,145); }
H1.HeaderClassName
{
color: #F83F91;
}
.AnyTagClassName
{
color: #F83F91;
}
</style>
background-color css
<style>
a { background-color: #F83F91; }
a { background-color: rgb(248,63,145); }
div.DivClassName
{
background-color: #F83F91;
}
.BgClassName
{
background-color: #F83F91;
}
</style>
border-color css
<style>
span { border-color: #F83F91; }
span { border-color: rgb(248,63,145); }
td.TdClassName
{
border-color: #F83F91;
}
.TagClassName
{
border-color: #F83F91;
}
</style>