Shades of Violet Red #FA4086
Tints of Violet Red #FA4086
RGB
CMYK
RGB Variations
Color information
#FA4086 (or 0xFA4086) is known color: Violet Red. HEX triplet: FA, 40 and 86. RGB value is (250,64,134). Sum of RGB (Red+Green+Blue) = 250+64+134=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4086 is #05BF79. Grayscale: #7F7F7F. Windows color (decimal): -376698 or 8798458. OLE color: 8798458.
HSL color Cylindrical-coordinate representation of color #FA4086: hue angle of 337.42º 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 #FA4086 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 134 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.02 |
| HSL | 337.42º | 0.95% | 0.62% | - |
| HSV(B) | 337.42º | 0.74% | 0.98% | - |
| XYZ | 45.56 | 25.71 | 25.12 | - |
| YUV | 127.59 | 131.62 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 134 | 0 | 0.74 | 0.46 | 0.02 | 337.42 | 0.95 | 0.62 |
| Hex | FA | 40 | 86 | 0 | 4A | 2E | 2 | 151 | 5F | 3E |
| Octal | 372 | 100 | 206 | 0 | 112 | 56 | 2 | 521 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10000110 | 0 | 1001010 | 101110 | 10 | 101010001 | 1011111 | 111110 |
Color Harmonies of #FA4086
Complementary color
Monochromatic Colors of #FA4086
Black with #FA4086
Text Example
Text Example
White with #FA4086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4086; }
p { color: rgb(250,64,134); }
H1.HeaderClassName
{
color: #FA4086;
}
.AnyTagClassName
{
color: #FA4086;
}
</style>
background-color css
<style>
a { background-color: #FA4086; }
a { background-color: rgb(250,64,134); }
div.DivClassName
{
background-color: #FA4086;
}
.BgClassName
{
background-color: #FA4086;
}
</style>
border-color css
<style>
span { border-color: #FA4086; }
span { border-color: rgb(250,64,134); }
td.TdClassName
{
border-color: #FA4086;
}
.TagClassName
{
border-color: #FA4086;
}
</style>