Shades of Violet Red #FD498A
Tints of Violet Red #FD498A
RGB
CMYK
RGB Variations
Color information
#FD498A (or 0xFD498A) is known color: Violet Red. HEX triplet: FD, 49 and 8A. RGB value is (253,73,138). Sum of RGB (Red+Green+Blue) = 253+73+138=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD498A is #02B675. Grayscale: #868686. Windows color (decimal): -177782 or 9062909. OLE color: 9062909.
HSL color Cylindrical-coordinate representation of color #FD498A: hue angle of 338.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD498A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 138 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.01 |
| HSL | 338.33º | 0.98% | 0.64% | - |
| HSV(B) | 338.33º | 0.71% | 0.99% | - |
| XYZ | 47.48 | 27.48 | 26.85 | - |
| YUV | 134.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 138 | 0 | 0.71 | 0.45 | 0.01 | 338.33 | 0.98 | 0.64 |
| Hex | FD | 49 | 8A | 0 | 47 | 2D | 1 | 152 | 62 | 40 |
| Octal | 375 | 111 | 212 | 0 | 107 | 55 | 1 | 522 | 142 | 100 |
| Binary | 11111101 | 1001001 | 10001010 | 0 | 1000111 | 101101 | 1 | 101010010 | 1100010 | 1000000 |
Color Harmonies of #FD498A
Complementary color
Monochromatic Colors of #FD498A
Black with #FD498A
Text Example
Text Example
White with #FD498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD498A; }
p { color: rgb(253,73,138); }
H1.HeaderClassName
{
color: #FD498A;
}
.AnyTagClassName
{
color: #FD498A;
}
</style>
background-color css
<style>
a { background-color: #FD498A; }
a { background-color: rgb(253,73,138); }
div.DivClassName
{
background-color: #FD498A;
}
.BgClassName
{
background-color: #FD498A;
}
</style>
border-color css
<style>
span { border-color: #FD498A; }
span { border-color: rgb(253,73,138); }
td.TdClassName
{
border-color: #FD498A;
}
.TagClassName
{
border-color: #FD498A;
}
</style>