Shades of Violet Red #FA398C
Tints of Violet Red #FA398C
RGB
CMYK
RGB Variations
Color information
#FA398C (or 0xFA398C) is known color: Violet Red. HEX triplet: FA, 39 and 8C. RGB value is (250,57,140). Sum of RGB (Red+Green+Blue) = 250+57+140=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA398C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA398C is #05C673. Grayscale: #7C7C7C. Windows color (decimal): -378484 or 9189882. OLE color: 9189882.
HSL color Cylindrical-coordinate representation of color #FA398C: hue angle of 334.2º 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 #FA398C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 140 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.02 |
| HSL | 334.2º | 0.95% | 0.6% | - |
| HSV(B) | 334.2º | 0.77% | 0.98% | - |
| XYZ | 45.62 | 25.14 | 27.26 | - |
| YUV | 124.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 140 | 0 | 0.77 | 0.44 | 0.02 | 334.2 | 0.95 | 0.6 |
| Hex | FA | 39 | 8C | 0 | 4D | 2C | 2 | 14E | 5F | 3C |
| Octal | 372 | 71 | 214 | 0 | 115 | 54 | 2 | 516 | 137 | 74 |
| Binary | 11111010 | 111001 | 10001100 | 0 | 1001101 | 101100 | 10 | 101001110 | 1011111 | 111100 |
Color Harmonies of #FA398C
Complementary color
Monochromatic Colors of #FA398C
Black with #FA398C
Text Example
Text Example
White with #FA398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA398C; }
p { color: rgb(250,57,140); }
H1.HeaderClassName
{
color: #FA398C;
}
.AnyTagClassName
{
color: #FA398C;
}
</style>
background-color css
<style>
a { background-color: #FA398C; }
a { background-color: rgb(250,57,140); }
div.DivClassName
{
background-color: #FA398C;
}
.BgClassName
{
background-color: #FA398C;
}
</style>
border-color css
<style>
span { border-color: #FA398C; }
span { border-color: rgb(250,57,140); }
td.TdClassName
{
border-color: #FA398C;
}
.TagClassName
{
border-color: #FA398C;
}
</style>