Shades of Violet Red #F8367C
Tints of Violet Red #F8367C
RGB
CMYK
RGB Variations
Color information
#F8367C (or 0xF8367C) is known color: Violet Red. HEX triplet: F8, 36 and 7C. RGB value is (248,54,124). Sum of RGB (Red+Green+Blue) = 248+54+124=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8367C is #07C983. Grayscale: #777777. Windows color (decimal): -510340 or 8140536. OLE color: 8140536.
HSL color Cylindrical-coordinate representation of color #F8367C: hue angle of 338.35º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8367C is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 124 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.03 |
| HSL | 338.35º | 0.93% | 0.59% | - |
| HSV(B) | 338.35º | 0.78% | 0.97% | - |
| XYZ | 43.67 | 24.05 | 21.41 | - |
| YUV | 119.99 | 130.27 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 124 | 0 | 0.78 | 0.5 | 0.03 | 338.35 | 0.93 | 0.59 |
| Hex | F8 | 36 | 7C | 0 | 4E | 32 | 3 | 152 | 5D | 3B |
| Octal | 370 | 66 | 174 | 0 | 116 | 62 | 3 | 522 | 135 | 73 |
| Binary | 11111000 | 110110 | 1111100 | 0 | 1001110 | 110010 | 11 | 101010010 | 1011101 | 111011 |
Color Harmonies of #F8367C
Complementary color
Monochromatic Colors of #F8367C
Black with #F8367C
Text Example
Text Example
White with #F8367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8367C; }
p { color: rgb(248,54,124); }
H1.HeaderClassName
{
color: #F8367C;
}
.AnyTagClassName
{
color: #F8367C;
}
</style>
background-color css
<style>
a { background-color: #F8367C; }
a { background-color: rgb(248,54,124); }
div.DivClassName
{
background-color: #F8367C;
}
.BgClassName
{
background-color: #F8367C;
}
</style>
border-color css
<style>
span { border-color: #F8367C; }
span { border-color: rgb(248,54,124); }
td.TdClassName
{
border-color: #F8367C;
}
.TagClassName
{
border-color: #F8367C;
}
</style>