Shades of Violet Red #FA3A88
Tints of Violet Red #FA3A88
RGB
CMYK
RGB Variations
Color information
#FA3A88 (or 0xFA3A88) is known color: Violet Red. HEX triplet: FA, 3A and 88. RGB value is (250,58,136). Sum of RGB (Red+Green+Blue) = 250+58+136=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A88 is #05C577. Grayscale: #7C7C7C. Windows color (decimal): -378232 or 8927994. OLE color: 8927994.
HSL color Cylindrical-coordinate representation of color #FA3A88: hue angle of 335.62º 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 #FA3A88 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 136 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.02 |
| HSL | 335.63º | 0.95% | 0.6% | - |
| HSV(B) | 335.63º | 0.77% | 0.98% | - |
| XYZ | 45.38 | 25.13 | 25.75 | - |
| YUV | 124.3 | 134.61 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 136 | 0 | 0.77 | 0.46 | 0.02 | 335.63 | 0.95 | 0.6 |
| Hex | FA | 3A | 88 | 0 | 4D | 2E | 2 | 150 | 5F | 3C |
| Octal | 372 | 72 | 210 | 0 | 115 | 56 | 2 | 520 | 137 | 74 |
| Binary | 11111010 | 111010 | 10001000 | 0 | 1001101 | 101110 | 10 | 101010000 | 1011111 | 111100 |
Color Harmonies of #FA3A88
Complementary color
Monochromatic Colors of #FA3A88
Black with #FA3A88
Text Example
Text Example
White with #FA3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A88; }
p { color: rgb(250,58,136); }
H1.HeaderClassName
{
color: #FA3A88;
}
.AnyTagClassName
{
color: #FA3A88;
}
</style>
background-color css
<style>
a { background-color: #FA3A88; }
a { background-color: rgb(250,58,136); }
div.DivClassName
{
background-color: #FA3A88;
}
.BgClassName
{
background-color: #FA3A88;
}
</style>
border-color css
<style>
span { border-color: #FA3A88; }
span { border-color: rgb(250,58,136); }
td.TdClassName
{
border-color: #FA3A88;
}
.TagClassName
{
border-color: #FA3A88;
}
</style>