Shades of Violet Red #FA3789
Tints of Violet Red #FA3789
RGB
CMYK
RGB Variations
Color information
#FA3789 (or 0xFA3789) is known color: Violet Red. HEX triplet: FA, 37 and 89. RGB value is (250,55,137). Sum of RGB (Red+Green+Blue) = 250+55+137=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3789 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3789 is #05C876. Grayscale: #7A7A7A. Windows color (decimal): -378999 or 8992762. OLE color: 8992762.
HSL color Cylindrical-coordinate representation of color #FA3789: hue angle of 334.77º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3789 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 137 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.02 |
| HSL | 334.77º | 0.95% | 0.6% | - |
| HSV(B) | 334.77º | 0.78% | 0.98% | - |
| XYZ | 45.31 | 24.86 | 26.08 | - |
| YUV | 122.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 137 | 0 | 0.78 | 0.45 | 0.02 | 334.77 | 0.95 | 0.6 |
| Hex | FA | 37 | 89 | 0 | 4E | 2D | 2 | 14F | 5F | 3C |
| Octal | 372 | 67 | 211 | 0 | 116 | 55 | 2 | 517 | 137 | 74 |
| Binary | 11111010 | 110111 | 10001001 | 0 | 1001110 | 101101 | 10 | 101001111 | 1011111 | 111100 |
Color Harmonies of #FA3789
Complementary color
Monochromatic Colors of #FA3789
Black with #FA3789
Text Example
Text Example
White with #FA3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3789; }
p { color: rgb(250,55,137); }
H1.HeaderClassName
{
color: #FA3789;
}
.AnyTagClassName
{
color: #FA3789;
}
</style>
background-color css
<style>
a { background-color: #FA3789; }
a { background-color: rgb(250,55,137); }
div.DivClassName
{
background-color: #FA3789;
}
.BgClassName
{
background-color: #FA3789;
}
</style>
border-color css
<style>
span { border-color: #FA3789; }
span { border-color: rgb(250,55,137); }
td.TdClassName
{
border-color: #FA3789;
}
.TagClassName
{
border-color: #FA3789;
}
</style>