Shades of Violet Red #FA4091
Tints of Violet Red #FA4091
RGB
CMYK
RGB Variations
Color information
#FA4091 (or 0xFA4091) is known color: Violet Red. HEX triplet: FA, 40 and 91. RGB value is (250,64,145). Sum of RGB (Red+Green+Blue) = 250+64+145=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4091 is #05BF6E. Grayscale: #808080. Windows color (decimal): -376687 or 9519354. OLE color: 9519354.
HSL color Cylindrical-coordinate representation of color #FA4091: hue angle of 333.87º 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 #FA4091 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 145 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.02 |
| HSL | 333.87º | 0.95% | 0.62% | - |
| HSV(B) | 333.87º | 0.74% | 0.98% | - |
| XYZ | 46.37 | 26.04 | 29.37 | - |
| YUV | 128.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 145 | 0 | 0.74 | 0.42 | 0.02 | 333.87 | 0.95 | 0.62 |
| Hex | FA | 40 | 91 | 0 | 4A | 2A | 2 | 14E | 5F | 3E |
| Octal | 372 | 100 | 221 | 0 | 112 | 52 | 2 | 516 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10010001 | 0 | 1001010 | 101010 | 10 | 101001110 | 1011111 | 111110 |
Color Harmonies of #FA4091
Complementary color
Monochromatic Colors of #FA4091
Black with #FA4091
Text Example
Text Example
White with #FA4091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4091; }
p { color: rgb(250,64,145); }
H1.HeaderClassName
{
color: #FA4091;
}
.AnyTagClassName
{
color: #FA4091;
}
</style>
background-color css
<style>
a { background-color: #FA4091; }
a { background-color: rgb(250,64,145); }
div.DivClassName
{
background-color: #FA4091;
}
.BgClassName
{
background-color: #FA4091;
}
</style>
border-color css
<style>
span { border-color: #FA4091; }
span { border-color: rgb(250,64,145); }
td.TdClassName
{
border-color: #FA4091;
}
.TagClassName
{
border-color: #FA4091;
}
</style>