Shades of Violet Red #FA3C80
Tints of Violet Red #FA3C80
RGB
CMYK
RGB Variations
Color information
#FA3C80 (or 0xFA3C80) is known color: Violet Red. HEX triplet: FA, 3C and 80. RGB value is (250,60,128). Sum of RGB (Red+Green+Blue) = 250+60+128=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3C80 is #05C37F. Grayscale: #7C7C7C. Windows color (decimal): -377728 or 8404218. OLE color: 8404218.
HSL color Cylindrical-coordinate representation of color #FA3C80: hue angle of 338.53º 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 #FA3C80 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 128 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.02 |
| HSL | 338.53º | 0.95% | 0.61% | - |
| HSV(B) | 338.53º | 0.76% | 0.98% | - |
| XYZ | 44.94 | 25.11 | 22.9 | - |
| YUV | 124.56 | 129.95 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 128 | 0 | 0.76 | 0.49 | 0.02 | 338.53 | 0.95 | 0.61 |
| Hex | FA | 3C | 80 | 0 | 4C | 31 | 2 | 153 | 5F | 3D |
| Octal | 372 | 74 | 200 | 0 | 114 | 61 | 2 | 523 | 137 | 75 |
| Binary | 11111010 | 111100 | 10000000 | 0 | 1001100 | 110001 | 10 | 101010011 | 1011111 | 111101 |
Color Harmonies of #FA3C80
Complementary color
Monochromatic Colors of #FA3C80
Black with #FA3C80
Text Example
Text Example
White with #FA3C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C80; }
p { color: rgb(250,60,128); }
H1.HeaderClassName
{
color: #FA3C80;
}
.AnyTagClassName
{
color: #FA3C80;
}
</style>
background-color css
<style>
a { background-color: #FA3C80; }
a { background-color: rgb(250,60,128); }
div.DivClassName
{
background-color: #FA3C80;
}
.BgClassName
{
background-color: #FA3C80;
}
</style>
border-color css
<style>
span { border-color: #FA3C80; }
span { border-color: rgb(250,60,128); }
td.TdClassName
{
border-color: #FA3C80;
}
.TagClassName
{
border-color: #FA3C80;
}
</style>