Shades of Violet Red #F83B8F
Tints of Violet Red #F83B8F
RGB
CMYK
RGB Variations
Color information
#F83B8F (or 0xF83B8F) is known color: Violet Red. HEX triplet: F8, 3B and 8F. RGB value is (248,59,143). Sum of RGB (Red+Green+Blue) = 248+59+143=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83B8F is #07C470. Grayscale: #7C7C7C. Windows color (decimal): -509041 or 9387000. OLE color: 9387000.
HSL color Cylindrical-coordinate representation of color #F83B8F: hue angle of 333.33º 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 #F83B8F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 143 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.03 |
| HSL | 333.33º | 0.93% | 0.6% | - |
| HSV(B) | 333.33º | 0.76% | 0.97% | - |
| XYZ | 45.23 | 25.07 | 28.44 | - |
| YUV | 125.09 | 138.12 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 143 | 0 | 0.76 | 0.42 | 0.03 | 333.33 | 0.93 | 0.6 |
| Hex | F8 | 3B | 8F | 0 | 4C | 2A | 3 | 14D | 5D | 3C |
| Octal | 370 | 73 | 217 | 0 | 114 | 52 | 3 | 515 | 135 | 74 |
| Binary | 11111000 | 111011 | 10001111 | 0 | 1001100 | 101010 | 11 | 101001101 | 1011101 | 111100 |
Color Harmonies of #F83B8F
Complementary color
Monochromatic Colors of #F83B8F
Black with #F83B8F
Text Example
Text Example
White with #F83B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83B8F; }
p { color: rgb(248,59,143); }
H1.HeaderClassName
{
color: #F83B8F;
}
.AnyTagClassName
{
color: #F83B8F;
}
</style>
background-color css
<style>
a { background-color: #F83B8F; }
a { background-color: rgb(248,59,143); }
div.DivClassName
{
background-color: #F83B8F;
}
.BgClassName
{
background-color: #F83B8F;
}
</style>
border-color css
<style>
span { border-color: #F83B8F; }
span { border-color: rgb(248,59,143); }
td.TdClassName
{
border-color: #F83B8F;
}
.TagClassName
{
border-color: #F83B8F;
}
</style>