Shades of Violet Red #FA3C88
Tints of Violet Red #FA3C88
RGB
CMYK
RGB Variations
Color information
#FA3C88 (or 0xFA3C88) is known color: Violet Red. HEX triplet: FA, 3C and 88. RGB value is (250,60,136). Sum of RGB (Red+Green+Blue) = 250+60+136=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3C88 is #05C377. Grayscale: #7D7D7D. Windows color (decimal): -377720 or 8928506. OLE color: 8928506.
HSL color Cylindrical-coordinate representation of color #FA3C88: hue angle of 336º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3C88 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 136 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.02 |
| HSL | 336º | 0.95% | 0.61% | - |
| HSV(B) | 336º | 0.76% | 0.98% | - |
| XYZ | 45.48 | 25.33 | 25.79 | - |
| YUV | 125.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 136 | 0 | 0.76 | 0.46 | 0.02 | 336 | 0.95 | 0.61 |
| Hex | FA | 3C | 88 | 0 | 4C | 2E | 2 | 150 | 5F | 3D |
| Octal | 372 | 74 | 210 | 0 | 114 | 56 | 2 | 520 | 137 | 75 |
| Binary | 11111010 | 111100 | 10001000 | 0 | 1001100 | 101110 | 10 | 101010000 | 1011111 | 111101 |
Color Harmonies of #FA3C88
Complementary color
Monochromatic Colors of #FA3C88
Black with #FA3C88
Text Example
Text Example
White with #FA3C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C88; }
p { color: rgb(250,60,136); }
H1.HeaderClassName
{
color: #FA3C88;
}
.AnyTagClassName
{
color: #FA3C88;
}
</style>
background-color css
<style>
a { background-color: #FA3C88; }
a { background-color: rgb(250,60,136); }
div.DivClassName
{
background-color: #FA3C88;
}
.BgClassName
{
background-color: #FA3C88;
}
</style>
border-color css
<style>
span { border-color: #FA3C88; }
span { border-color: rgb(250,60,136); }
td.TdClassName
{
border-color: #FA3C88;
}
.TagClassName
{
border-color: #FA3C88;
}
</style>