Shades of Violet Red #F8327C
Tints of Violet Red #F8327C
RGB
CMYK
RGB Variations
Color information
#F8327C (or 0xF8327C) is known color: Violet Red. HEX triplet: F8, 32 and 7C. RGB value is (248,50,124). Sum of RGB (Red+Green+Blue) = 248+50+124=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8327C is #07CD83. Grayscale: #757575. Windows color (decimal): -511364 or 8139512. OLE color: 8139512.
HSL color Cylindrical-coordinate representation of color #F8327C: hue angle of 337.58º 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 #F8327C is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 124 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.03 |
| HSL | 337.58º | 0.93% | 0.58% | - |
| HSV(B) | 337.58º | 0.8% | 0.97% | - |
| XYZ | 43.49 | 23.69 | 21.35 | - |
| YUV | 117.64 | 131.6 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 124 | 0 | 0.80 | 0.5 | 0.03 | 337.58 | 0.93 | 0.58 |
| Hex | F8 | 32 | 7C | 0 | 50 | 32 | 3 | 152 | 5D | 3A |
| Octal | 370 | 62 | 174 | 0 | 120 | 62 | 3 | 522 | 135 | 72 |
| Binary | 11111000 | 110010 | 1111100 | 0 | 1010000 | 110010 | 11 | 101010010 | 1011101 | 111010 |
Color Harmonies of #F8327C
Complementary color
Monochromatic Colors of #F8327C
Black with #F8327C
Text Example
Text Example
White with #F8327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8327C; }
p { color: rgb(248,50,124); }
H1.HeaderClassName
{
color: #F8327C;
}
.AnyTagClassName
{
color: #F8327C;
}
</style>
background-color css
<style>
a { background-color: #F8327C; }
a { background-color: rgb(248,50,124); }
div.DivClassName
{
background-color: #F8327C;
}
.BgClassName
{
background-color: #F8327C;
}
</style>
border-color css
<style>
span { border-color: #F8327C; }
span { border-color: rgb(248,50,124); }
td.TdClassName
{
border-color: #F8327C;
}
.TagClassName
{
border-color: #F8327C;
}
</style>