Shades of Violet Red #FA3C8A
Tints of Violet Red #FA3C8A
RGB
CMYK
RGB Variations
Color information
#FA3C8A (or 0xFA3C8A) is known color: Violet Red. HEX triplet: FA, 3C and 8A. RGB value is (250,60,138). Sum of RGB (Red+Green+Blue) = 250+60+138=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3C8A is #05C375. Grayscale: #7D7D7D. Windows color (decimal): -377718 or 9059578. OLE color: 9059578.
HSL color Cylindrical-coordinate representation of color #FA3C8A: hue angle of 335.37º 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 #FA3C8A is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 138 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.02 |
| HSL | 335.37º | 0.95% | 0.61% | - |
| HSV(B) | 335.37º | 0.76% | 0.98% | - |
| XYZ | 45.63 | 25.39 | 26.54 | - |
| YUV | 125.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 138 | 0 | 0.76 | 0.45 | 0.02 | 335.37 | 0.95 | 0.61 |
| Hex | FA | 3C | 8A | 0 | 4C | 2D | 2 | 14F | 5F | 3D |
| Octal | 372 | 74 | 212 | 0 | 114 | 55 | 2 | 517 | 137 | 75 |
| Binary | 11111010 | 111100 | 10001010 | 0 | 1001100 | 101101 | 10 | 101001111 | 1011111 | 111101 |
Color Harmonies of #FA3C8A
Complementary color
Monochromatic Colors of #FA3C8A
Black with #FA3C8A
Text Example
Text Example
White with #FA3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C8A; }
p { color: rgb(250,60,138); }
H1.HeaderClassName
{
color: #FA3C8A;
}
.AnyTagClassName
{
color: #FA3C8A;
}
</style>
background-color css
<style>
a { background-color: #FA3C8A; }
a { background-color: rgb(250,60,138); }
div.DivClassName
{
background-color: #FA3C8A;
}
.BgClassName
{
background-color: #FA3C8A;
}
</style>
border-color css
<style>
span { border-color: #FA3C8A; }
span { border-color: rgb(250,60,138); }
td.TdClassName
{
border-color: #FA3C8A;
}
.TagClassName
{
border-color: #FA3C8A;
}
</style>