Shades of Violet Red #FA3A8D
Tints of Violet Red #FA3A8D
RGB
CMYK
RGB Variations
Color information
#FA3A8D (or 0xFA3A8D) is known color: Violet Red. HEX triplet: FA, 3A and 8D. RGB value is (250,58,141). Sum of RGB (Red+Green+Blue) = 250+58+141=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A8D is #05C572. Grayscale: #7C7C7C. Windows color (decimal): -378227 or 9255674. OLE color: 9255674.
HSL color Cylindrical-coordinate representation of color #FA3A8D: hue angle of 334.06º 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 #FA3A8D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 141 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.02 |
| HSL | 334.06º | 0.95% | 0.6% | - |
| HSV(B) | 334.06º | 0.77% | 0.98% | - |
| XYZ | 45.75 | 25.27 | 27.67 | - |
| YUV | 124.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 141 | 0 | 0.77 | 0.44 | 0.02 | 334.06 | 0.95 | 0.6 |
| Hex | FA | 3A | 8D | 0 | 4D | 2C | 2 | 14E | 5F | 3C |
| Octal | 372 | 72 | 215 | 0 | 115 | 54 | 2 | 516 | 137 | 74 |
| Binary | 11111010 | 111010 | 10001101 | 0 | 1001101 | 101100 | 10 | 101001110 | 1011111 | 111100 |
Color Harmonies of #FA3A8D
Complementary color
Monochromatic Colors of #FA3A8D
Black with #FA3A8D
Text Example
Text Example
White with #FA3A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A8D; }
p { color: rgb(250,58,141); }
H1.HeaderClassName
{
color: #FA3A8D;
}
.AnyTagClassName
{
color: #FA3A8D;
}
</style>
background-color css
<style>
a { background-color: #FA3A8D; }
a { background-color: rgb(250,58,141); }
div.DivClassName
{
background-color: #FA3A8D;
}
.BgClassName
{
background-color: #FA3A8D;
}
</style>
border-color css
<style>
span { border-color: #FA3A8D; }
span { border-color: rgb(250,58,141); }
td.TdClassName
{
border-color: #FA3A8D;
}
.TagClassName
{
border-color: #FA3A8D;
}
</style>