Shades of Violet Red #FA3A8A
Tints of Violet Red #FA3A8A
RGB
CMYK
RGB Variations
Color information
#FA3A8A (or 0xFA3A8A) is known color: Violet Red. HEX triplet: FA, 3A and 8A. RGB value is (250,58,138). Sum of RGB (Red+Green+Blue) = 250+58+138=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A8A is #05C575. Grayscale: #7C7C7C. Windows color (decimal): -378230 or 9059066. OLE color: 9059066.
HSL color Cylindrical-coordinate representation of color #FA3A8A: hue angle of 335º 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 #FA3A8A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 138 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.02 |
| HSL | 335º | 0.95% | 0.6% | - |
| HSV(B) | 335º | 0.77% | 0.98% | - |
| XYZ | 45.52 | 25.19 | 26.51 | - |
| YUV | 124.53 | 135.61 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 138 | 0 | 0.77 | 0.45 | 0.02 | 335 | 0.95 | 0.6 |
| Hex | FA | 3A | 8A | 0 | 4D | 2D | 2 | 14F | 5F | 3C |
| Octal | 372 | 72 | 212 | 0 | 115 | 55 | 2 | 517 | 137 | 74 |
| Binary | 11111010 | 111010 | 10001010 | 0 | 1001101 | 101101 | 10 | 101001111 | 1011111 | 111100 |
Color Harmonies of #FA3A8A
Complementary color
Monochromatic Colors of #FA3A8A
Black with #FA3A8A
Text Example
Text Example
White with #FA3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A8A; }
p { color: rgb(250,58,138); }
H1.HeaderClassName
{
color: #FA3A8A;
}
.AnyTagClassName
{
color: #FA3A8A;
}
</style>
background-color css
<style>
a { background-color: #FA3A8A; }
a { background-color: rgb(250,58,138); }
div.DivClassName
{
background-color: #FA3A8A;
}
.BgClassName
{
background-color: #FA3A8A;
}
</style>
border-color css
<style>
span { border-color: #FA3A8A; }
span { border-color: rgb(250,58,138); }
td.TdClassName
{
border-color: #FA3A8A;
}
.TagClassName
{
border-color: #FA3A8A;
}
</style>