Shades of Violet Red #F83C8B
Tints of Violet Red #F83C8B
RGB
CMYK
RGB Variations
Color information
#F83C8B (or 0xF83C8B) is known color: Violet Red. HEX triplet: F8, 3C and 8B. RGB value is (248,60,139). Sum of RGB (Red+Green+Blue) = 248+60+139=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83C8B is #07C374. Grayscale: #7D7D7D. Windows color (decimal): -508789 or 9125112. OLE color: 9125112.
HSL color Cylindrical-coordinate representation of color #F83C8B: hue angle of 334.79º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83C8B is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 139 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.03 |
| HSL | 334.79º | 0.93% | 0.6% | - |
| HSV(B) | 334.79º | 0.76% | 0.97% | - |
| XYZ | 44.99 | 25.05 | 26.89 | - |
| YUV | 125.22 | 135.78 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 139 | 0 | 0.76 | 0.44 | 0.03 | 334.79 | 0.93 | 0.6 |
| Hex | F8 | 3C | 8B | 0 | 4C | 2C | 3 | 14F | 5D | 3C |
| Octal | 370 | 74 | 213 | 0 | 114 | 54 | 3 | 517 | 135 | 74 |
| Binary | 11111000 | 111100 | 10001011 | 0 | 1001100 | 101100 | 11 | 101001111 | 1011101 | 111100 |
Color Harmonies of #F83C8B
Complementary color
Monochromatic Colors of #F83C8B
Black with #F83C8B
Text Example
Text Example
White with #F83C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C8B; }
p { color: rgb(248,60,139); }
H1.HeaderClassName
{
color: #F83C8B;
}
.AnyTagClassName
{
color: #F83C8B;
}
</style>
background-color css
<style>
a { background-color: #F83C8B; }
a { background-color: rgb(248,60,139); }
div.DivClassName
{
background-color: #F83C8B;
}
.BgClassName
{
background-color: #F83C8B;
}
</style>
border-color css
<style>
span { border-color: #F83C8B; }
span { border-color: rgb(248,60,139); }
td.TdClassName
{
border-color: #F83C8B;
}
.TagClassName
{
border-color: #F83C8B;
}
</style>