Shades of Violet Red #FA397D
Tints of Violet Red #FA397D
RGB
CMYK
RGB Variations
Color information
#FA397D (or 0xFA397D) is known color: Violet Red. HEX triplet: FA, 39 and 7D. RGB value is (250,57,125). Sum of RGB (Red+Green+Blue) = 250+57+125=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA397D is #05C682. Grayscale: #7A7A7A. Windows color (decimal): -378499 or 8206842. OLE color: 8206842.
HSL color Cylindrical-coordinate representation of color #FA397D: hue angle of 338.86º 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 #FA397D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 125 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.02 |
| HSL | 338.86º | 0.95% | 0.6% | - |
| HSV(B) | 338.86º | 0.77% | 0.98% | - |
| XYZ | 44.59 | 24.73 | 21.83 | - |
| YUV | 122.46 | 129.44 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 125 | 0 | 0.77 | 0.50 | 0.02 | 338.86 | 0.95 | 0.6 |
| Hex | FA | 39 | 7D | 0 | 4D | 32 | 2 | 153 | 5F | 3C |
| Octal | 372 | 71 | 175 | 0 | 115 | 62 | 2 | 523 | 137 | 74 |
| Binary | 11111010 | 111001 | 1111101 | 0 | 1001101 | 110010 | 10 | 101010011 | 1011111 | 111100 |
Color Harmonies of #FA397D
Complementary color
Monochromatic Colors of #FA397D
Black with #FA397D
Text Example
Text Example
White with #FA397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA397D; }
p { color: rgb(250,57,125); }
H1.HeaderClassName
{
color: #FA397D;
}
.AnyTagClassName
{
color: #FA397D;
}
</style>
background-color css
<style>
a { background-color: #FA397D; }
a { background-color: rgb(250,57,125); }
div.DivClassName
{
background-color: #FA397D;
}
.BgClassName
{
background-color: #FA397D;
}
</style>
border-color css
<style>
span { border-color: #FA397D; }
span { border-color: rgb(250,57,125); }
td.TdClassName
{
border-color: #FA397D;
}
.TagClassName
{
border-color: #FA397D;
}
</style>