Shades of Violet Red #F8488E
Tints of Violet Red #F8488E
RGB
CMYK
RGB Variations
Color information
#F8488E (or 0xF8488E) is known color: Violet Red. HEX triplet: F8, 48 and 8E. RGB value is (248,72,142). Sum of RGB (Red+Green+Blue) = 248+72+142=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8488E is #07B771. Grayscale: #848484. Windows color (decimal): -505714 or 9324792. OLE color: 9324792.
HSL color Cylindrical-coordinate representation of color #F8488E: hue angle of 336.14º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8488E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 142 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.03 |
| HSL | 336.14º | 0.93% | 0.63% | - |
| HSV(B) | 336.14º | 0.71% | 0.97% | - |
| XYZ | 45.91 | 26.54 | 28.29 | - |
| YUV | 132.6 | 133.31 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 142 | 0 | 0.71 | 0.43 | 0.03 | 336.14 | 0.93 | 0.63 |
| Hex | F8 | 48 | 8E | 0 | 47 | 2B | 3 | 150 | 5D | 3F |
| Octal | 370 | 110 | 216 | 0 | 107 | 53 | 3 | 520 | 135 | 77 |
| Binary | 11111000 | 1001000 | 10001110 | 0 | 1000111 | 101011 | 11 | 101010000 | 1011101 | 111111 |
Color Harmonies of #F8488E
Complementary color
Monochromatic Colors of #F8488E
Black with #F8488E
Text Example
Text Example
White with #F8488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8488E; }
p { color: rgb(248,72,142); }
H1.HeaderClassName
{
color: #F8488E;
}
.AnyTagClassName
{
color: #F8488E;
}
</style>
background-color css
<style>
a { background-color: #F8488E; }
a { background-color: rgb(248,72,142); }
div.DivClassName
{
background-color: #F8488E;
}
.BgClassName
{
background-color: #F8488E;
}
</style>
border-color css
<style>
span { border-color: #F8488E; }
span { border-color: rgb(248,72,142); }
td.TdClassName
{
border-color: #F8488E;
}
.TagClassName
{
border-color: #F8488E;
}
</style>