Shades of Violet Red #FA3179
Tints of Violet Red #FA3179
RGB
CMYK
RGB Variations
Color information
#FA3179 (or 0xFA3179) is known color: Violet Red. HEX triplet: FA, 31 and 79. RGB value is (250,49,121). Sum of RGB (Red+Green+Blue) = 250+49+121=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3179 is #05CE86. Grayscale: #757575. Windows color (decimal): -380551 or 7942650. OLE color: 7942650.
HSL color Cylindrical-coordinate representation of color #FA3179: hue angle of 338.51º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3179 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 121 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.02 |
| HSL | 338.51º | 0.95% | 0.59% | - |
| HSV(B) | 338.51º | 0.8% | 0.98% | - |
| XYZ | 43.97 | 23.9 | 20.38 | - |
| YUV | 117.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 121 | 0 | 0.80 | 0.52 | 0.02 | 338.51 | 0.95 | 0.59 |
| Hex | FA | 31 | 79 | 0 | 50 | 34 | 2 | 153 | 5F | 3B |
| Octal | 372 | 61 | 171 | 0 | 120 | 64 | 2 | 523 | 137 | 73 |
| Binary | 11111010 | 110001 | 1111001 | 0 | 1010000 | 110100 | 10 | 101010011 | 1011111 | 111011 |
Color Harmonies of #FA3179
Complementary color
Monochromatic Colors of #FA3179
Black with #FA3179
Text Example
Text Example
White with #FA3179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3179; }
p { color: rgb(250,49,121); }
H1.HeaderClassName
{
color: #FA3179;
}
.AnyTagClassName
{
color: #FA3179;
}
</style>
background-color css
<style>
a { background-color: #FA3179; }
a { background-color: rgb(250,49,121); }
div.DivClassName
{
background-color: #FA3179;
}
.BgClassName
{
background-color: #FA3179;
}
</style>
border-color css
<style>
span { border-color: #FA3179; }
span { border-color: rgb(250,49,121); }
td.TdClassName
{
border-color: #FA3179;
}
.TagClassName
{
border-color: #FA3179;
}
</style>