Shades of Violet Red #FF498D
Tints of Violet Red #FF498D
RGB
CMYK
RGB Variations
Color information
#FF498D (or 0xFF498D) is known color: Violet Red. HEX triplet: FF, 49 and 8D. RGB value is (255,73,141). Sum of RGB (Red+Green+Blue) = 255+73+141=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF498D is #00B672. Grayscale: #878787. Windows color (decimal): -46707 or 9259519. OLE color: 9259519.
HSL color Cylindrical-coordinate representation of color #FF498D: hue angle of 337.58º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF498D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 141 | - |
| CMYK | 0 | 0.71 | 0.45 | 0 |
| HSL | 337.58º | 1% | 0.64% | - |
| HSV(B) | 337.58º | 0.71% | 1% | - |
| XYZ | 48.43 | 27.95 | 28.04 | - |
| YUV | 135.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 141 | 0 | 0.71 | 0.45 | 0 | 337.58 | 1 | 0.64 |
| Hex | FF | 49 | 8D | 0 | 47 | 2D | 0 | 152 | 64 | 40 |
| Octal | 377 | 111 | 215 | 0 | 107 | 55 | 0 | 522 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10001101 | 0 | 1000111 | 101101 | 0 | 101010010 | 1100100 | 1000000 |
Color Harmonies of #FF498D
Complementary color
Monochromatic Colors of #FF498D
Black with #FF498D
Text Example
Text Example
White with #FF498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF498D; }
p { color: rgb(255,73,141); }
H1.HeaderClassName
{
color: #FF498D;
}
.AnyTagClassName
{
color: #FF498D;
}
</style>
background-color css
<style>
a { background-color: #FF498D; }
a { background-color: rgb(255,73,141); }
div.DivClassName
{
background-color: #FF498D;
}
.BgClassName
{
background-color: #FF498D;
}
</style>
border-color css
<style>
span { border-color: #FF498D; }
span { border-color: rgb(255,73,141); }
td.TdClassName
{
border-color: #FF498D;
}
.TagClassName
{
border-color: #FF498D;
}
</style>