Shades of Violet Red #FF488C
Tints of Violet Red #FF488C
RGB
CMYK
RGB Variations
Color information
#FF488C (or 0xFF488C) is known color: Violet Red. HEX triplet: FF, 48 and 8C. RGB value is (255,72,140). Sum of RGB (Red+Green+Blue) = 255+72+140=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF488C is #00B773. Grayscale: #868686. Windows color (decimal): -46964 or 9193727. OLE color: 9193727.
HSL color Cylindrical-coordinate representation of color #FF488C: hue angle of 337.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF488C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 140 | - |
| CMYK | 0 | 0.72 | 0.45 | 0 |
| HSL | 337.7º | 1% | 0.64% | - |
| HSV(B) | 337.7º | 0.72% | 1% | - |
| XYZ | 48.29 | 27.79 | 27.63 | - |
| YUV | 134.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 140 | 0 | 0.72 | 0.45 | 0 | 337.7 | 1 | 0.64 |
| Hex | FF | 48 | 8C | 0 | 48 | 2D | 0 | 152 | 64 | 40 |
| Octal | 377 | 110 | 214 | 0 | 110 | 55 | 0 | 522 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10001100 | 0 | 1001000 | 101101 | 0 | 101010010 | 1100100 | 1000000 |
Color Harmonies of #FF488C
Complementary color
Monochromatic Colors of #FF488C
Black with #FF488C
Text Example
Text Example
White with #FF488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF488C; }
p { color: rgb(255,72,140); }
H1.HeaderClassName
{
color: #FF488C;
}
.AnyTagClassName
{
color: #FF488C;
}
</style>
background-color css
<style>
a { background-color: #FF488C; }
a { background-color: rgb(255,72,140); }
div.DivClassName
{
background-color: #FF488C;
}
.BgClassName
{
background-color: #FF488C;
}
</style>
border-color css
<style>
span { border-color: #FF488C; }
span { border-color: rgb(255,72,140); }
td.TdClassName
{
border-color: #FF488C;
}
.TagClassName
{
border-color: #FF488C;
}
</style>