Shades of Violet Red #F8388D
Tints of Violet Red #F8388D
RGB
CMYK
RGB Variations
Color information
#F8388D (or 0xF8388D) is known color: Violet Red. HEX triplet: F8, 38 and 8D. RGB value is (248,56,141). Sum of RGB (Red+Green+Blue) = 248+56+141=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F8388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8388D is #07C772. Grayscale: #7A7A7A. Windows color (decimal): -509811 or 9255160. OLE color: 9255160.
HSL color Cylindrical-coordinate representation of color #F8388D: hue angle of 333.44º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8388D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 141 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.03 |
| HSL | 333.44º | 0.93% | 0.6% | - |
| HSV(B) | 333.44º | 0.77% | 0.97% | - |
| XYZ | 44.93 | 24.71 | 27.6 | - |
| YUV | 123.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 141 | 0 | 0.77 | 0.43 | 0.03 | 333.44 | 0.93 | 0.6 |
| Hex | F8 | 38 | 8D | 0 | 4D | 2B | 3 | 14D | 5D | 3C |
| Octal | 370 | 70 | 215 | 0 | 115 | 53 | 3 | 515 | 135 | 74 |
| Binary | 11111000 | 111000 | 10001101 | 0 | 1001101 | 101011 | 11 | 101001101 | 1011101 | 111100 |
Color Harmonies of #F8388D
Complementary color
Monochromatic Colors of #F8388D
Black with #F8388D
Text Example
Text Example
White with #F8388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8388D; }
p { color: rgb(248,56,141); }
H1.HeaderClassName
{
color: #F8388D;
}
.AnyTagClassName
{
color: #F8388D;
}
</style>
background-color css
<style>
a { background-color: #F8388D; }
a { background-color: rgb(248,56,141); }
div.DivClassName
{
background-color: #F8388D;
}
.BgClassName
{
background-color: #F8388D;
}
</style>
border-color css
<style>
span { border-color: #F8388D; }
span { border-color: rgb(248,56,141); }
td.TdClassName
{
border-color: #F8388D;
}
.TagClassName
{
border-color: #F8388D;
}
</style>