Shades of Violet Red #FA4996
Tints of Violet Red #FA4996
RGB
CMYK
RGB Variations
Color information
#FA4996 (or 0xFA4996) is known color: Violet Red. HEX triplet: FA, 49 and 96. RGB value is (250,73,150). Sum of RGB (Red+Green+Blue) = 250+73+150=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4996 is #05B669. Grayscale: #868686. Windows color (decimal): -374378 or 9849338. OLE color: 9849338.
HSL color Cylindrical-coordinate representation of color #FA4996: hue angle of 333.9º 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 #FA4996 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 150 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.02 |
| HSL | 333.9º | 0.95% | 0.63% | - |
| HSV(B) | 333.9º | 0.71% | 0.98% | - |
| XYZ | 47.31 | 27.29 | 31.63 | - |
| YUV | 134.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 150 | 0 | 0.71 | 0.4 | 0.02 | 333.9 | 0.95 | 0.63 |
| Hex | FA | 49 | 96 | 0 | 47 | 28 | 2 | 14E | 5F | 3F |
| Octal | 372 | 111 | 226 | 0 | 107 | 50 | 2 | 516 | 137 | 77 |
| Binary | 11111010 | 1001001 | 10010110 | 0 | 1000111 | 101000 | 10 | 101001110 | 1011111 | 111111 |
Color Harmonies of #FA4996
Complementary color
Monochromatic Colors of #FA4996
Black with #FA4996
Text Example
Text Example
White with #FA4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4996; }
p { color: rgb(250,73,150); }
H1.HeaderClassName
{
color: #FA4996;
}
.AnyTagClassName
{
color: #FA4996;
}
</style>
background-color css
<style>
a { background-color: #FA4996; }
a { background-color: rgb(250,73,150); }
div.DivClassName
{
background-color: #FA4996;
}
.BgClassName
{
background-color: #FA4996;
}
</style>
border-color css
<style>
span { border-color: #FA4996; }
span { border-color: rgb(250,73,150); }
td.TdClassName
{
border-color: #FA4996;
}
.TagClassName
{
border-color: #FA4996;
}
</style>