Shades of Violet Red #FA3C79
Tints of Violet Red #FA3C79
RGB
CMYK
RGB Variations
Color information
#FA3C79 (or 0xFA3C79) is known color: Violet Red. HEX triplet: FA, 3C and 79. RGB value is (250,60,121). Sum of RGB (Red+Green+Blue) = 250+60+121=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3C79 is #05C386. Grayscale: #7B7B7B. Windows color (decimal): -377735 or 7945466. OLE color: 7945466.
HSL color Cylindrical-coordinate representation of color #FA3C79: hue angle of 340.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3C79 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 121 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.02 |
| HSL | 340.74º | 0.95% | 0.61% | - |
| HSV(B) | 340.74º | 0.76% | 0.98% | - |
| XYZ | 44.49 | 24.94 | 20.56 | - |
| YUV | 123.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 121 | 0 | 0.76 | 0.52 | 0.02 | 340.74 | 0.95 | 0.61 |
| Hex | FA | 3C | 79 | 0 | 4C | 34 | 2 | 155 | 5F | 3D |
| Octal | 372 | 74 | 171 | 0 | 114 | 64 | 2 | 525 | 137 | 75 |
| Binary | 11111010 | 111100 | 1111001 | 0 | 1001100 | 110100 | 10 | 101010101 | 1011111 | 111101 |
Color Harmonies of #FA3C79
Complementary color
Monochromatic Colors of #FA3C79
Black with #FA3C79
Text Example
Text Example
White with #FA3C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C79; }
p { color: rgb(250,60,121); }
H1.HeaderClassName
{
color: #FA3C79;
}
.AnyTagClassName
{
color: #FA3C79;
}
</style>
background-color css
<style>
a { background-color: #FA3C79; }
a { background-color: rgb(250,60,121); }
div.DivClassName
{
background-color: #FA3C79;
}
.BgClassName
{
background-color: #FA3C79;
}
</style>
border-color css
<style>
span { border-color: #FA3C79; }
span { border-color: rgb(250,60,121); }
td.TdClassName
{
border-color: #FA3C79;
}
.TagClassName
{
border-color: #FA3C79;
}
</style>