Shades of Violet Red #FA398A
Tints of Violet Red #FA398A
RGB
CMYK
RGB Variations
Color information
#FA398A (or 0xFA398A) is known color: Violet Red. HEX triplet: FA, 39 and 8A. RGB value is (250,57,138). Sum of RGB (Red+Green+Blue) = 250+57+138=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA398A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA398A is #05C675. Grayscale: #7B7B7B. Windows color (decimal): -378486 or 9058810. OLE color: 9058810.
HSL color Cylindrical-coordinate representation of color #FA398A: hue angle of 334.82º 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 #FA398A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 138 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.02 |
| HSL | 334.82º | 0.95% | 0.6% | - |
| HSV(B) | 334.82º | 0.77% | 0.98% | - |
| XYZ | 45.47 | 25.09 | 26.49 | - |
| YUV | 123.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 138 | 0 | 0.77 | 0.45 | 0.02 | 334.82 | 0.95 | 0.6 |
| Hex | FA | 39 | 8A | 0 | 4D | 2D | 2 | 14F | 5F | 3C |
| Octal | 372 | 71 | 212 | 0 | 115 | 55 | 2 | 517 | 137 | 74 |
| Binary | 11111010 | 111001 | 10001010 | 0 | 1001101 | 101101 | 10 | 101001111 | 1011111 | 111100 |
Color Harmonies of #FA398A
Complementary color
Monochromatic Colors of #FA398A
Black with #FA398A
Text Example
Text Example
White with #FA398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA398A; }
p { color: rgb(250,57,138); }
H1.HeaderClassName
{
color: #FA398A;
}
.AnyTagClassName
{
color: #FA398A;
}
</style>
background-color css
<style>
a { background-color: #FA398A; }
a { background-color: rgb(250,57,138); }
div.DivClassName
{
background-color: #FA398A;
}
.BgClassName
{
background-color: #FA398A;
}
</style>
border-color css
<style>
span { border-color: #FA398A; }
span { border-color: rgb(250,57,138); }
td.TdClassName
{
border-color: #FA398A;
}
.TagClassName
{
border-color: #FA398A;
}
</style>