Shades of Violet Red #FF487F
Tints of Violet Red #FF487F
RGB
CMYK
RGB Variations
Color information
#FF487F (or 0xFF487F) is known color: Violet Red. HEX triplet: FF, 48 and 7F. RGB value is (255,72,127). Sum of RGB (Red+Green+Blue) = 255+72+127=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF487F is #00B780. Grayscale: #848484. Windows color (decimal): -46977 or 8341759. OLE color: 8341759.
HSL color Cylindrical-coordinate representation of color #FF487F: hue angle of 341.97º 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 #FF487F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 127 | - |
| CMYK | 0 | 0.72 | 0.50 | 0 |
| HSL | 341.97º | 1% | 0.64% | - |
| HSV(B) | 341.97º | 0.72% | 1% | - |
| XYZ | 47.39 | 27.43 | 22.87 | - |
| YUV | 132.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 127 | 0 | 0.72 | 0.50 | 0 | 341.97 | 1 | 0.64 |
| Hex | FF | 48 | 7F | 0 | 48 | 32 | 0 | 156 | 64 | 40 |
| Octal | 377 | 110 | 177 | 0 | 110 | 62 | 0 | 526 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1111111 | 0 | 1001000 | 110010 | 0 | 101010110 | 1100100 | 1000000 |
Color Harmonies of #FF487F
Complementary color
Monochromatic Colors of #FF487F
Black with #FF487F
Text Example
Text Example
White with #FF487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF487F; }
p { color: rgb(255,72,127); }
H1.HeaderClassName
{
color: #FF487F;
}
.AnyTagClassName
{
color: #FF487F;
}
</style>
background-color css
<style>
a { background-color: #FF487F; }
a { background-color: rgb(255,72,127); }
div.DivClassName
{
background-color: #FF487F;
}
.BgClassName
{
background-color: #FF487F;
}
</style>
border-color css
<style>
span { border-color: #FF487F; }
span { border-color: rgb(255,72,127); }
td.TdClassName
{
border-color: #FF487F;
}
.TagClassName
{
border-color: #FF487F;
}
</style>