Shades of Violet Red #FF487C
Tints of Violet Red #FF487C
RGB
CMYK
RGB Variations
Color information
#FF487C (or 0xFF487C) is known color: Violet Red. HEX triplet: FF, 48 and 7C. RGB value is (255,72,124). Sum of RGB (Red+Green+Blue) = 255+72+124=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF487C is #00B783. Grayscale: #848484. Windows color (decimal): -46980 or 8145151. OLE color: 8145151.
HSL color Cylindrical-coordinate representation of color #FF487C: hue angle of 342.95º 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 #FF487C is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 124 | - |
| CMYK | 0 | 0.72 | 0.51 | 0 |
| HSL | 342.95º | 1% | 0.64% | - |
| HSV(B) | 342.95º | 0.72% | 1% | - |
| XYZ | 47.2 | 27.35 | 21.86 | - |
| YUV | 132.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 124 | 0 | 0.72 | 0.51 | 0 | 342.95 | 1 | 0.64 |
| Hex | FF | 48 | 7C | 0 | 48 | 33 | 0 | 157 | 64 | 40 |
| Octal | 377 | 110 | 174 | 0 | 110 | 63 | 0 | 527 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1111100 | 0 | 1001000 | 110011 | 0 | 101010111 | 1100100 | 1000000 |
Color Harmonies of #FF487C
Complementary color
Monochromatic Colors of #FF487C
Black with #FF487C
Text Example
Text Example
White with #FF487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF487C; }
p { color: rgb(255,72,124); }
H1.HeaderClassName
{
color: #FF487C;
}
.AnyTagClassName
{
color: #FF487C;
}
</style>
background-color css
<style>
a { background-color: #FF487C; }
a { background-color: rgb(255,72,124); }
div.DivClassName
{
background-color: #FF487C;
}
.BgClassName
{
background-color: #FF487C;
}
</style>
border-color css
<style>
span { border-color: #FF487C; }
span { border-color: rgb(255,72,124); }
td.TdClassName
{
border-color: #FF487C;
}
.TagClassName
{
border-color: #FF487C;
}
</style>