Shades of Violet Red #FC3E7C
Tints of Violet Red #FC3E7C
RGB
CMYK
RGB Variations
Color information
#FC3E7C (or 0xFC3E7C) is known color: Violet Red. HEX triplet: FC, 3E and 7C. RGB value is (252,62,124). Sum of RGB (Red+Green+Blue) = 252+62+124=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E7C is #03C183. Grayscale: #7D7D7D. Windows color (decimal): -246148 or 8142588. OLE color: 8142588.
HSL color Cylindrical-coordinate representation of color #FC3E7C: hue angle of 340.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3E7C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 124 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.01 |
| HSL | 340.42º | 0.97% | 0.62% | - |
| HSV(B) | 340.42º | 0.75% | 0.99% | - |
| XYZ | 45.51 | 25.6 | 21.61 | - |
| YUV | 125.88 | 126.95 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 124 | 0 | 0.75 | 0.51 | 0.01 | 340.42 | 0.97 | 0.62 |
| Hex | FC | 3E | 7C | 0 | 4B | 33 | 1 | 154 | 61 | 3E |
| Octal | 374 | 76 | 174 | 0 | 113 | 63 | 1 | 524 | 141 | 76 |
| Binary | 11111100 | 111110 | 1111100 | 0 | 1001011 | 110011 | 1 | 101010100 | 1100001 | 111110 |
Color Harmonies of #FC3E7C
Complementary color
Monochromatic Colors of #FC3E7C
Black with #FC3E7C
Text Example
Text Example
White with #FC3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E7C; }
p { color: rgb(252,62,124); }
H1.HeaderClassName
{
color: #FC3E7C;
}
.AnyTagClassName
{
color: #FC3E7C;
}
</style>
background-color css
<style>
a { background-color: #FC3E7C; }
a { background-color: rgb(252,62,124); }
div.DivClassName
{
background-color: #FC3E7C;
}
.BgClassName
{
background-color: #FC3E7C;
}
</style>
border-color css
<style>
span { border-color: #FC3E7C; }
span { border-color: rgb(252,62,124); }
td.TdClassName
{
border-color: #FC3E7C;
}
.TagClassName
{
border-color: #FC3E7C;
}
</style>