Shades of Violet Red #FF488E
Tints of Violet Red #FF488E
RGB
CMYK
RGB Variations
Color information
#FF488E (or 0xFF488E) is known color: Violet Red. HEX triplet: FF, 48 and 8E. RGB value is (255,72,142). Sum of RGB (Red+Green+Blue) = 255+72+142=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF488E is #00B771. Grayscale: #868686. Windows color (decimal): -46962 or 9324799. OLE color: 9324799.
HSL color Cylindrical-coordinate representation of color #FF488E: hue angle of 337.05º 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 #FF488E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 142 | - |
| CMYK | 0 | 0.72 | 0.44 | 0 |
| HSL | 337.05º | 1% | 0.64% | - |
| HSV(B) | 337.05º | 0.72% | 1% | - |
| XYZ | 48.44 | 27.85 | 28.41 | - |
| YUV | 134.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 142 | 0 | 0.72 | 0.44 | 0 | 337.05 | 1 | 0.64 |
| Hex | FF | 48 | 8E | 0 | 48 | 2C | 0 | 151 | 64 | 40 |
| Octal | 377 | 110 | 216 | 0 | 110 | 54 | 0 | 521 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10001110 | 0 | 1001000 | 101100 | 0 | 101010001 | 1100100 | 1000000 |
Color Harmonies of #FF488E
Complementary color
Monochromatic Colors of #FF488E
Black with #FF488E
Text Example
Text Example
White with #FF488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF488E; }
p { color: rgb(255,72,142); }
H1.HeaderClassName
{
color: #FF488E;
}
.AnyTagClassName
{
color: #FF488E;
}
</style>
background-color css
<style>
a { background-color: #FF488E; }
a { background-color: rgb(255,72,142); }
div.DivClassName
{
background-color: #FF488E;
}
.BgClassName
{
background-color: #FF488E;
}
</style>
border-color css
<style>
span { border-color: #FF488E; }
span { border-color: rgb(255,72,142); }
td.TdClassName
{
border-color: #FF488E;
}
.TagClassName
{
border-color: #FF488E;
}
</style>