Shades of Violet Red #FF488F
Tints of Violet Red #FF488F
RGB
CMYK
RGB Variations
Color information
#FF488F (or 0xFF488F) is known color: Violet Red. HEX triplet: FF, 48 and 8F. RGB value is (255,72,143). Sum of RGB (Red+Green+Blue) = 255+72+143=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF488F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF488F is #00B770. Grayscale: #868686. Windows color (decimal): -46961 or 9390335. OLE color: 9390335.
HSL color Cylindrical-coordinate representation of color #FF488F: hue angle of 336.72º 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 #FF488F is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 143 | - |
| CMYK | 0 | 0.72 | 0.44 | 0 |
| HSL | 336.72º | 1% | 0.64% | - |
| HSV(B) | 336.72º | 0.72% | 1% | - |
| XYZ | 48.52 | 27.88 | 28.81 | - |
| YUV | 134.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 143 | 0 | 0.72 | 0.44 | 0 | 336.72 | 1 | 0.64 |
| Hex | FF | 48 | 8F | 0 | 48 | 2C | 0 | 151 | 64 | 40 |
| Octal | 377 | 110 | 217 | 0 | 110 | 54 | 0 | 521 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10001111 | 0 | 1001000 | 101100 | 0 | 101010001 | 1100100 | 1000000 |
Color Harmonies of #FF488F
Complementary color
Monochromatic Colors of #FF488F
Black with #FF488F
Text Example
Text Example
White with #FF488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF488F; }
p { color: rgb(255,72,143); }
H1.HeaderClassName
{
color: #FF488F;
}
.AnyTagClassName
{
color: #FF488F;
}
</style>
background-color css
<style>
a { background-color: #FF488F; }
a { background-color: rgb(255,72,143); }
div.DivClassName
{
background-color: #FF488F;
}
.BgClassName
{
background-color: #FF488F;
}
</style>
border-color css
<style>
span { border-color: #FF488F; }
span { border-color: rgb(255,72,143); }
td.TdClassName
{
border-color: #FF488F;
}
.TagClassName
{
border-color: #FF488F;
}
</style>