Shades of Violet Red #FA378A
Tints of Violet Red #FA378A
RGB
CMYK
RGB Variations
Color information
#FA378A (or 0xFA378A) is known color: Violet Red. HEX triplet: FA, 37 and 8A. RGB value is (250,55,138). Sum of RGB (Red+Green+Blue) = 250+55+138=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA378A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA378A is #05C875. Grayscale: #7A7A7A. Windows color (decimal): -378998 or 9058298. OLE color: 9058298.
HSL color Cylindrical-coordinate representation of color #FA378A: hue angle of 334.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 #FA378A is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 138 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.02 |
| HSL | 334.46º | 0.95% | 0.6% | - |
| HSV(B) | 334.46º | 0.78% | 0.98% | - |
| XYZ | 45.38 | 24.89 | 26.46 | - |
| YUV | 122.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 138 | 0 | 0.78 | 0.45 | 0.02 | 334.46 | 0.95 | 0.6 |
| Hex | FA | 37 | 8A | 0 | 4E | 2D | 2 | 14E | 5F | 3C |
| Octal | 372 | 67 | 212 | 0 | 116 | 55 | 2 | 516 | 137 | 74 |
| Binary | 11111010 | 110111 | 10001010 | 0 | 1001110 | 101101 | 10 | 101001110 | 1011111 | 111100 |
Color Harmonies of #FA378A
Complementary color
Monochromatic Colors of #FA378A
Black with #FA378A
Text Example
Text Example
White with #FA378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA378A; }
p { color: rgb(250,55,138); }
H1.HeaderClassName
{
color: #FA378A;
}
.AnyTagClassName
{
color: #FA378A;
}
</style>
background-color css
<style>
a { background-color: #FA378A; }
a { background-color: rgb(250,55,138); }
div.DivClassName
{
background-color: #FA378A;
}
.BgClassName
{
background-color: #FA378A;
}
</style>
border-color css
<style>
span { border-color: #FA378A; }
span { border-color: rgb(250,55,138); }
td.TdClassName
{
border-color: #FA378A;
}
.TagClassName
{
border-color: #FA378A;
}
</style>