Shades of Violet Red #FA3C7A
Tints of Violet Red #FA3C7A
RGB
CMYK
RGB Variations
Color information
#FA3C7A (or 0xFA3C7A) is known color: Violet Red. HEX triplet: FA, 3C and 7A. RGB value is (250,60,122). Sum of RGB (Red+Green+Blue) = 250+60+122=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3C7A is #05C385. Grayscale: #7B7B7B. Windows color (decimal): -377734 or 8011002. OLE color: 8011002.
HSL color Cylindrical-coordinate representation of color #FA3C7A: hue angle of 340.42º 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 #FA3C7A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 122 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.02 |
| HSL | 340.42º | 0.95% | 0.61% | - |
| HSV(B) | 340.42º | 0.76% | 0.98% | - |
| XYZ | 44.55 | 24.96 | 20.88 | - |
| YUV | 123.88 | 126.95 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 122 | 0 | 0.76 | 0.51 | 0.02 | 340.42 | 0.95 | 0.61 |
| Hex | FA | 3C | 7A | 0 | 4C | 33 | 2 | 154 | 5F | 3D |
| Octal | 372 | 74 | 172 | 0 | 114 | 63 | 2 | 524 | 137 | 75 |
| Binary | 11111010 | 111100 | 1111010 | 0 | 1001100 | 110011 | 10 | 101010100 | 1011111 | 111101 |
Color Harmonies of #FA3C7A
Complementary color
Monochromatic Colors of #FA3C7A
Black with #FA3C7A
Text Example
Text Example
White with #FA3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C7A; }
p { color: rgb(250,60,122); }
H1.HeaderClassName
{
color: #FA3C7A;
}
.AnyTagClassName
{
color: #FA3C7A;
}
</style>
background-color css
<style>
a { background-color: #FA3C7A; }
a { background-color: rgb(250,60,122); }
div.DivClassName
{
background-color: #FA3C7A;
}
.BgClassName
{
background-color: #FA3C7A;
}
</style>
border-color css
<style>
span { border-color: #FA3C7A; }
span { border-color: rgb(250,60,122); }
td.TdClassName
{
border-color: #FA3C7A;
}
.TagClassName
{
border-color: #FA3C7A;
}
</style>