Shades of Violet Red #FB498D
Tints of Violet Red #FB498D
RGB
CMYK
RGB Variations
Color information
#FB498D (or 0xFB498D) is known color: Violet Red. HEX triplet: FB, 49 and 8D. RGB value is (251,73,141). Sum of RGB (Red+Green+Blue) = 251+73+141=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB498D is #04B672. Grayscale: #858585. Windows color (decimal): -308851 or 9259515. OLE color: 9259515.
HSL color Cylindrical-coordinate representation of color #FB498D: hue angle of 337.08º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB498D is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 141 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.02 |
| HSL | 337.08º | 0.96% | 0.64% | - |
| HSV(B) | 337.08º | 0.71% | 0.98% | - |
| XYZ | 46.97 | 27.2 | 27.97 | - |
| YUV | 133.97 | 131.97 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 141 | 0 | 0.71 | 0.44 | 0.02 | 337.08 | 0.96 | 0.64 |
| Hex | FB | 49 | 8D | 0 | 47 | 2C | 2 | 151 | 60 | 40 |
| Octal | 373 | 111 | 215 | 0 | 107 | 54 | 2 | 521 | 140 | 100 |
| Binary | 11111011 | 1001001 | 10001101 | 0 | 1000111 | 101100 | 10 | 101010001 | 1100000 | 1000000 |
Color Harmonies of #FB498D
Complementary color
Monochromatic Colors of #FB498D
Black with #FB498D
Text Example
Text Example
White with #FB498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB498D; }
p { color: rgb(251,73,141); }
H1.HeaderClassName
{
color: #FB498D;
}
.AnyTagClassName
{
color: #FB498D;
}
</style>
background-color css
<style>
a { background-color: #FB498D; }
a { background-color: rgb(251,73,141); }
div.DivClassName
{
background-color: #FB498D;
}
.BgClassName
{
background-color: #FB498D;
}
</style>
border-color css
<style>
span { border-color: #FB498D; }
span { border-color: rgb(251,73,141); }
td.TdClassName
{
border-color: #FB498D;
}
.TagClassName
{
border-color: #FB498D;
}
</style>