Shades of Violet Red #FC3A85
Tints of Violet Red #FC3A85
RGB
CMYK
RGB Variations
Color information
#FC3A85 (or 0xFC3A85) is known color: Violet Red. HEX triplet: FC, 3A and 85. RGB value is (252,58,133). Sum of RGB (Red+Green+Blue) = 252+58+133=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3A85 is #03C57A. Grayscale: #7C7C7C. Windows color (decimal): -247163 or 8731388. OLE color: 8731388.
HSL color Cylindrical-coordinate representation of color #FC3A85: hue angle of 336.8º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3A85 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 133 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.01 |
| HSL | 336.8º | 0.97% | 0.61% | - |
| HSV(B) | 336.8º | 0.77% | 0.99% | - |
| XYZ | 45.89 | 25.42 | 24.68 | - |
| YUV | 124.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 133 | 0 | 0.77 | 0.47 | 0.01 | 336.8 | 0.97 | 0.61 |
| Hex | FC | 3A | 85 | 0 | 4D | 2F | 1 | 151 | 61 | 3D |
| Octal | 374 | 72 | 205 | 0 | 115 | 57 | 1 | 521 | 141 | 75 |
| Binary | 11111100 | 111010 | 10000101 | 0 | 1001101 | 101111 | 1 | 101010001 | 1100001 | 111101 |
Color Harmonies of #FC3A85
Complementary color
Monochromatic Colors of #FC3A85
Black with #FC3A85
Text Example
Text Example
White with #FC3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A85; }
p { color: rgb(252,58,133); }
H1.HeaderClassName
{
color: #FC3A85;
}
.AnyTagClassName
{
color: #FC3A85;
}
</style>
background-color css
<style>
a { background-color: #FC3A85; }
a { background-color: rgb(252,58,133); }
div.DivClassName
{
background-color: #FC3A85;
}
.BgClassName
{
background-color: #FC3A85;
}
</style>
border-color css
<style>
span { border-color: #FC3A85; }
span { border-color: rgb(252,58,133); }
td.TdClassName
{
border-color: #FC3A85;
}
.TagClassName
{
border-color: #FC3A85;
}
</style>