Shades of Violet Red #F83283
Tints of Violet Red #F83283
RGB
CMYK
RGB Variations
Color information
#F83283 (or 0xF83283) is known color: Violet Red. HEX triplet: F8, 32 and 83. RGB value is (248,50,131). Sum of RGB (Red+Green+Blue) = 248+50+131=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F83283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83283 is #07CD7C. Grayscale: #767676. Windows color (decimal): -511357 or 8598264. OLE color: 8598264.
HSL color Cylindrical-coordinate representation of color #F83283: hue angle of 335.45º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83283 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 131 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.03 |
| HSL | 335.45º | 0.93% | 0.58% | - |
| HSV(B) | 335.45º | 0.8% | 0.97% | - |
| XYZ | 43.95 | 23.88 | 23.76 | - |
| YUV | 118.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 131 | 0 | 0.80 | 0.47 | 0.03 | 335.45 | 0.93 | 0.58 |
| Hex | F8 | 32 | 83 | 0 | 50 | 2F | 3 | 14F | 5D | 3A |
| Octal | 370 | 62 | 203 | 0 | 120 | 57 | 3 | 517 | 135 | 72 |
| Binary | 11111000 | 110010 | 10000011 | 0 | 1010000 | 101111 | 11 | 101001111 | 1011101 | 111010 |
Color Harmonies of #F83283
Complementary color
Monochromatic Colors of #F83283
Black with #F83283
Text Example
Text Example
White with #F83283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83283; }
p { color: rgb(248,50,131); }
H1.HeaderClassName
{
color: #F83283;
}
.AnyTagClassName
{
color: #F83283;
}
</style>
background-color css
<style>
a { background-color: #F83283; }
a { background-color: rgb(248,50,131); }
div.DivClassName
{
background-color: #F83283;
}
.BgClassName
{
background-color: #F83283;
}
</style>
border-color css
<style>
span { border-color: #F83283; }
span { border-color: rgb(248,50,131); }
td.TdClassName
{
border-color: #F83283;
}
.TagClassName
{
border-color: #F83283;
}
</style>