Shades of Violet Red #FA4189
Tints of Violet Red #FA4189
RGB
CMYK
RGB Variations
Color information
#FA4189 (or 0xFA4189) is known color: Violet Red. HEX triplet: FA, 41 and 89. RGB value is (250,65,137). Sum of RGB (Red+Green+Blue) = 250+65+137=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4189 is #05BE76. Grayscale: #808080. Windows color (decimal): -376439 or 8995322. OLE color: 8995322.
HSL color Cylindrical-coordinate representation of color #FA4189: hue angle of 336.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4189 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 137 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.02 |
| HSL | 336.65º | 0.95% | 0.62% | - |
| HSV(B) | 336.65º | 0.74% | 0.98% | - |
| XYZ | 45.83 | 25.91 | 26.25 | - |
| YUV | 128.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 137 | 0 | 0.74 | 0.45 | 0.02 | 336.65 | 0.95 | 0.62 |
| Hex | FA | 41 | 89 | 0 | 4A | 2D | 2 | 151 | 5F | 3E |
| Octal | 372 | 101 | 211 | 0 | 112 | 55 | 2 | 521 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10001001 | 0 | 1001010 | 101101 | 10 | 101010001 | 1011111 | 111110 |
Color Harmonies of #FA4189
Complementary color
Monochromatic Colors of #FA4189
Black with #FA4189
Text Example
Text Example
White with #FA4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4189; }
p { color: rgb(250,65,137); }
H1.HeaderClassName
{
color: #FA4189;
}
.AnyTagClassName
{
color: #FA4189;
}
</style>
background-color css
<style>
a { background-color: #FA4189; }
a { background-color: rgb(250,65,137); }
div.DivClassName
{
background-color: #FA4189;
}
.BgClassName
{
background-color: #FA4189;
}
</style>
border-color css
<style>
span { border-color: #FA4189; }
span { border-color: rgb(250,65,137); }
td.TdClassName
{
border-color: #FA4189;
}
.TagClassName
{
border-color: #FA4189;
}
</style>