Shades of Violet Red #FA397C
Tints of Violet Red #FA397C
RGB
CMYK
RGB Variations
Color information
#FA397C (or 0xFA397C) is known color: Violet Red. HEX triplet: FA, 39 and 7C. RGB value is (250,57,124). Sum of RGB (Red+Green+Blue) = 250+57+124=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA397C is #05C683. Grayscale: #7A7A7A. Windows color (decimal): -378500 or 8141306. OLE color: 8141306.
HSL color Cylindrical-coordinate representation of color #FA397C: hue angle of 339.17º 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 #FA397C is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 124 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.02 |
| HSL | 339.17º | 0.95% | 0.6% | - |
| HSV(B) | 339.17º | 0.77% | 0.98% | - |
| XYZ | 44.53 | 24.71 | 21.49 | - |
| YUV | 122.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 124 | 0 | 0.77 | 0.50 | 0.02 | 339.17 | 0.95 | 0.6 |
| Hex | FA | 39 | 7C | 0 | 4D | 32 | 2 | 153 | 5F | 3C |
| Octal | 372 | 71 | 174 | 0 | 115 | 62 | 2 | 523 | 137 | 74 |
| Binary | 11111010 | 111001 | 1111100 | 0 | 1001101 | 110010 | 10 | 101010011 | 1011111 | 111100 |
Color Harmonies of #FA397C
Complementary color
Monochromatic Colors of #FA397C
Black with #FA397C
Text Example
Text Example
White with #FA397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA397C; }
p { color: rgb(250,57,124); }
H1.HeaderClassName
{
color: #FA397C;
}
.AnyTagClassName
{
color: #FA397C;
}
</style>
background-color css
<style>
a { background-color: #FA397C; }
a { background-color: rgb(250,57,124); }
div.DivClassName
{
background-color: #FA397C;
}
.BgClassName
{
background-color: #FA397C;
}
</style>
border-color css
<style>
span { border-color: #FA397C; }
span { border-color: rgb(250,57,124); }
td.TdClassName
{
border-color: #FA397C;
}
.TagClassName
{
border-color: #FA397C;
}
</style>