Shades of Violet Red #F8488C
Tints of Violet Red #F8488C
RGB
CMYK
RGB Variations
Color information
#F8488C (or 0xF8488C) is known color: Violet Red. HEX triplet: F8, 48 and 8C. RGB value is (248,72,140). Sum of RGB (Red+Green+Blue) = 248+72+140=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8488C is #07B773. Grayscale: #848484. Windows color (decimal): -505716 or 9193720. OLE color: 9193720.
HSL color Cylindrical-coordinate representation of color #F8488C: hue angle of 336.82º 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 #F8488C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 140 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.03 |
| HSL | 336.82º | 0.93% | 0.63% | - |
| HSV(B) | 336.82º | 0.71% | 0.97% | - |
| XYZ | 45.76 | 26.48 | 27.51 | - |
| YUV | 132.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 140 | 0 | 0.71 | 0.44 | 0.03 | 336.82 | 0.93 | 0.63 |
| Hex | F8 | 48 | 8C | 0 | 47 | 2C | 3 | 151 | 5D | 3F |
| Octal | 370 | 110 | 214 | 0 | 107 | 54 | 3 | 521 | 135 | 77 |
| Binary | 11111000 | 1001000 | 10001100 | 0 | 1000111 | 101100 | 11 | 101010001 | 1011101 | 111111 |
Color Harmonies of #F8488C
Complementary color
Monochromatic Colors of #F8488C
Black with #F8488C
Text Example
Text Example
White with #F8488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8488C; }
p { color: rgb(248,72,140); }
H1.HeaderClassName
{
color: #F8488C;
}
.AnyTagClassName
{
color: #F8488C;
}
</style>
background-color css
<style>
a { background-color: #F8488C; }
a { background-color: rgb(248,72,140); }
div.DivClassName
{
background-color: #F8488C;
}
.BgClassName
{
background-color: #F8488C;
}
</style>
border-color css
<style>
span { border-color: #F8488C; }
span { border-color: rgb(248,72,140); }
td.TdClassName
{
border-color: #F8488C;
}
.TagClassName
{
border-color: #F8488C;
}
</style>