Shades of Violet Red #FF498B
Tints of Violet Red #FF498B
RGB
CMYK
RGB Variations
Color information
#FF498B (or 0xFF498B) is known color: Violet Red. HEX triplet: FF, 49 and 8B. RGB value is (255,73,139). Sum of RGB (Red+Green+Blue) = 255+73+139=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF498B is #00B674. Grayscale: #868686. Windows color (decimal): -46709 or 9128447. OLE color: 9128447.
HSL color Cylindrical-coordinate representation of color #FF498B: hue angle of 338.24º 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 #FF498B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 139 | - |
| CMYK | 0 | 0.71 | 0.45 | 0 |
| HSL | 338.24º | 1% | 0.64% | - |
| HSV(B) | 338.24º | 0.71% | 1% | - |
| XYZ | 48.28 | 27.89 | 27.26 | - |
| YUV | 134.94 | 130.3 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 139 | 0 | 0.71 | 0.45 | 0 | 338.24 | 1 | 0.64 |
| Hex | FF | 49 | 8B | 0 | 47 | 2D | 0 | 152 | 64 | 40 |
| Octal | 377 | 111 | 213 | 0 | 107 | 55 | 0 | 522 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10001011 | 0 | 1000111 | 101101 | 0 | 101010010 | 1100100 | 1000000 |
Color Harmonies of #FF498B
Complementary color
Monochromatic Colors of #FF498B
Black with #FF498B
Text Example
Text Example
White with #FF498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF498B; }
p { color: rgb(255,73,139); }
H1.HeaderClassName
{
color: #FF498B;
}
.AnyTagClassName
{
color: #FF498B;
}
</style>
background-color css
<style>
a { background-color: #FF498B; }
a { background-color: rgb(255,73,139); }
div.DivClassName
{
background-color: #FF498B;
}
.BgClassName
{
background-color: #FF498B;
}
</style>
border-color css
<style>
span { border-color: #FF498B; }
span { border-color: rgb(255,73,139); }
td.TdClassName
{
border-color: #FF498B;
}
.TagClassName
{
border-color: #FF498B;
}
</style>