Shades of Violet Red #FA3A7B
Tints of Violet Red #FA3A7B
RGB
CMYK
RGB Variations
Color information
#FA3A7B (or 0xFA3A7B) is known color: Violet Red. HEX triplet: FA, 3A and 7B. RGB value is (250,58,123). Sum of RGB (Red+Green+Blue) = 250+58+123=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A7B is #05C584. Grayscale: #7A7A7A. Windows color (decimal): -378245 or 8076026. OLE color: 8076026.
HSL color Cylindrical-coordinate representation of color #FA3A7B: hue angle of 339.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3A7B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 123 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.02 |
| HSL | 339.69º | 0.95% | 0.6% | - |
| HSV(B) | 339.69º | 0.77% | 0.98% | - |
| XYZ | 44.51 | 24.78 | 21.18 | - |
| YUV | 122.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 123 | 0 | 0.77 | 0.51 | 0.02 | 339.69 | 0.95 | 0.6 |
| Hex | FA | 3A | 7B | 0 | 4D | 33 | 2 | 154 | 5F | 3C |
| Octal | 372 | 72 | 173 | 0 | 115 | 63 | 2 | 524 | 137 | 74 |
| Binary | 11111010 | 111010 | 1111011 | 0 | 1001101 | 110011 | 10 | 101010100 | 1011111 | 111100 |
Color Harmonies of #FA3A7B
Complementary color
Monochromatic Colors of #FA3A7B
Black with #FA3A7B
Text Example
Text Example
White with #FA3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A7B; }
p { color: rgb(250,58,123); }
H1.HeaderClassName
{
color: #FA3A7B;
}
.AnyTagClassName
{
color: #FA3A7B;
}
</style>
background-color css
<style>
a { background-color: #FA3A7B; }
a { background-color: rgb(250,58,123); }
div.DivClassName
{
background-color: #FA3A7B;
}
.BgClassName
{
background-color: #FA3A7B;
}
</style>
border-color css
<style>
span { border-color: #FA3A7B; }
span { border-color: rgb(250,58,123); }
td.TdClassName
{
border-color: #FA3A7B;
}
.TagClassName
{
border-color: #FA3A7B;
}
</style>