Shades of Violet Red #FA498E
Tints of Violet Red #FA498E
RGB
CMYK
RGB Variations
Color information
#FA498E (or 0xFA498E) is known color: Violet Red. HEX triplet: FA, 49 and 8E. RGB value is (250,73,142). Sum of RGB (Red+Green+Blue) = 250+73+142=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA498E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA498E is #05B671. Grayscale: #858585. Windows color (decimal): -374386 or 9325050. OLE color: 9325050.
HSL color Cylindrical-coordinate representation of color #FA498E: hue angle of 336.61º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA498E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 142 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.02 |
| HSL | 336.61º | 0.95% | 0.63% | - |
| HSV(B) | 336.61º | 0.71% | 0.98% | - |
| XYZ | 46.69 | 27.04 | 28.35 | - |
| YUV | 133.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 142 | 0 | 0.71 | 0.43 | 0.02 | 336.61 | 0.95 | 0.63 |
| Hex | FA | 49 | 8E | 0 | 47 | 2B | 2 | 151 | 5F | 3F |
| Octal | 372 | 111 | 216 | 0 | 107 | 53 | 2 | 521 | 137 | 77 |
| Binary | 11111010 | 1001001 | 10001110 | 0 | 1000111 | 101011 | 10 | 101010001 | 1011111 | 111111 |
Color Harmonies of #FA498E
Complementary color
Monochromatic Colors of #FA498E
Black with #FA498E
Text Example
Text Example
White with #FA498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA498E; }
p { color: rgb(250,73,142); }
H1.HeaderClassName
{
color: #FA498E;
}
.AnyTagClassName
{
color: #FA498E;
}
</style>
background-color css
<style>
a { background-color: #FA498E; }
a { background-color: rgb(250,73,142); }
div.DivClassName
{
background-color: #FA498E;
}
.BgClassName
{
background-color: #FA498E;
}
</style>
border-color css
<style>
span { border-color: #FA498E; }
span { border-color: rgb(250,73,142); }
td.TdClassName
{
border-color: #FA498E;
}
.TagClassName
{
border-color: #FA498E;
}
</style>