Shades of Violet Red #FA4990
Tints of Violet Red #FA4990
RGB
CMYK
RGB Variations
Color information
#FA4990 (or 0xFA4990) is known color: Violet Red. HEX triplet: FA, 49 and 90. RGB value is (250,73,144). Sum of RGB (Red+Green+Blue) = 250+73+144=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4990 is #05B66F. Grayscale: #858585. Windows color (decimal): -374384 or 9456122. OLE color: 9456122.
HSL color Cylindrical-coordinate representation of color #FA4990: hue angle of 335.93º 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 #FA4990 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 144 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.02 |
| HSL | 335.93º | 0.95% | 0.63% | - |
| HSV(B) | 335.93º | 0.71% | 0.98% | - |
| XYZ | 46.84 | 27.1 | 29.15 | - |
| YUV | 134.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 144 | 0 | 0.71 | 0.42 | 0.02 | 335.93 | 0.95 | 0.63 |
| Hex | FA | 49 | 90 | 0 | 47 | 2A | 2 | 150 | 5F | 3F |
| Octal | 372 | 111 | 220 | 0 | 107 | 52 | 2 | 520 | 137 | 77 |
| Binary | 11111010 | 1001001 | 10010000 | 0 | 1000111 | 101010 | 10 | 101010000 | 1011111 | 111111 |
Color Harmonies of #FA4990
Complementary color
Monochromatic Colors of #FA4990
Black with #FA4990
Text Example
Text Example
White with #FA4990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4990; }
p { color: rgb(250,73,144); }
H1.HeaderClassName
{
color: #FA4990;
}
.AnyTagClassName
{
color: #FA4990;
}
</style>
background-color css
<style>
a { background-color: #FA4990; }
a { background-color: rgb(250,73,144); }
div.DivClassName
{
background-color: #FA4990;
}
.BgClassName
{
background-color: #FA4990;
}
</style>
border-color css
<style>
span { border-color: #FA4990; }
span { border-color: rgb(250,73,144); }
td.TdClassName
{
border-color: #FA4990;
}
.TagClassName
{
border-color: #FA4990;
}
</style>