Shades of Violet Red #FF487D
Tints of Violet Red #FF487D
RGB
CMYK
RGB Variations
Color information
#FF487D (or 0xFF487D) is known color: Violet Red. HEX triplet: FF, 48 and 7D. RGB value is (255,72,125). Sum of RGB (Red+Green+Blue) = 255+72+125=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF487D is #00B782. Grayscale: #848484. Windows color (decimal): -46979 or 8210687. OLE color: 8210687.
HSL color Cylindrical-coordinate representation of color #FF487D: hue angle of 342.62º 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 #FF487D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 125 | - |
| CMYK | 0 | 0.72 | 0.51 | 0 |
| HSL | 342.62º | 1% | 0.64% | - |
| HSV(B) | 342.62º | 0.72% | 1% | - |
| XYZ | 47.26 | 27.38 | 22.2 | - |
| YUV | 132.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 125 | 0 | 0.72 | 0.51 | 0 | 342.62 | 1 | 0.64 |
| Hex | FF | 48 | 7D | 0 | 48 | 33 | 0 | 157 | 64 | 40 |
| Octal | 377 | 110 | 175 | 0 | 110 | 63 | 0 | 527 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1111101 | 0 | 1001000 | 110011 | 0 | 101010111 | 1100100 | 1000000 |
Color Harmonies of #FF487D
Complementary color
Monochromatic Colors of #FF487D
Black with #FF487D
Text Example
Text Example
White with #FF487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF487D; }
p { color: rgb(255,72,125); }
H1.HeaderClassName
{
color: #FF487D;
}
.AnyTagClassName
{
color: #FF487D;
}
</style>
background-color css
<style>
a { background-color: #FF487D; }
a { background-color: rgb(255,72,125); }
div.DivClassName
{
background-color: #FF487D;
}
.BgClassName
{
background-color: #FF487D;
}
</style>
border-color css
<style>
span { border-color: #FF487D; }
span { border-color: rgb(255,72,125); }
td.TdClassName
{
border-color: #FF487D;
}
.TagClassName
{
border-color: #FF487D;
}
</style>