Shades of Violet Red #FA377D
Tints of Violet Red #FA377D
RGB
CMYK
RGB Variations
Color information
#FA377D (or 0xFA377D) is known color: Violet Red. HEX triplet: FA, 37 and 7D. RGB value is (250,55,125). Sum of RGB (Red+Green+Blue) = 250+55+125=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA377D is #05C882. Grayscale: #797979. Windows color (decimal): -379011 or 8206330. OLE color: 8206330.
HSL color Cylindrical-coordinate representation of color #FA377D: hue angle of 338.46º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA377D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 125 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.02 |
| HSL | 338.46º | 0.95% | 0.6% | - |
| HSV(B) | 338.46º | 0.78% | 0.98% | - |
| XYZ | 44.49 | 24.54 | 21.79 | - |
| YUV | 121.29 | 130.1 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 125 | 0 | 0.78 | 0.50 | 0.02 | 338.46 | 0.95 | 0.6 |
| Hex | FA | 37 | 7D | 0 | 4E | 32 | 2 | 152 | 5F | 3C |
| Octal | 372 | 67 | 175 | 0 | 116 | 62 | 2 | 522 | 137 | 74 |
| Binary | 11111010 | 110111 | 1111101 | 0 | 1001110 | 110010 | 10 | 101010010 | 1011111 | 111100 |
Color Harmonies of #FA377D
Complementary color
Monochromatic Colors of #FA377D
Black with #FA377D
Text Example
Text Example
White with #FA377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA377D; }
p { color: rgb(250,55,125); }
H1.HeaderClassName
{
color: #FA377D;
}
.AnyTagClassName
{
color: #FA377D;
}
</style>
background-color css
<style>
a { background-color: #FA377D; }
a { background-color: rgb(250,55,125); }
div.DivClassName
{
background-color: #FA377D;
}
.BgClassName
{
background-color: #FA377D;
}
</style>
border-color css
<style>
span { border-color: #FA377D; }
span { border-color: rgb(250,55,125); }
td.TdClassName
{
border-color: #FA377D;
}
.TagClassName
{
border-color: #FA377D;
}
</style>