Shades of Violet Red #FC3E77
Tints of Violet Red #FC3E77
RGB
CMYK
RGB Variations
Color information
#FC3E77 (or 0xFC3E77) is known color: Violet Red. HEX triplet: FC, 3E and 77. RGB value is (252,62,119). Sum of RGB (Red+Green+Blue) = 252+62+119=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E77 is #03C188. Grayscale: #7D7D7D. Windows color (decimal): -246153 or 7814908. OLE color: 7814908.
HSL color Cylindrical-coordinate representation of color #FC3E77: hue angle of 342º 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 #FC3E77 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 119 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.01 |
| HSL | 342º | 0.97% | 0.62% | - |
| HSV(B) | 342º | 0.75% | 0.99% | - |
| XYZ | 45.2 | 25.47 | 19.99 | - |
| YUV | 125.31 | 124.45 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 119 | 0 | 0.75 | 0.53 | 0.01 | 342 | 0.97 | 0.62 |
| Hex | FC | 3E | 77 | 0 | 4B | 35 | 1 | 156 | 61 | 3E |
| Octal | 374 | 76 | 167 | 0 | 113 | 65 | 1 | 526 | 141 | 76 |
| Binary | 11111100 | 111110 | 1110111 | 0 | 1001011 | 110101 | 1 | 101010110 | 1100001 | 111110 |
Color Harmonies of #FC3E77
Complementary color
Monochromatic Colors of #FC3E77
Black with #FC3E77
Text Example
Text Example
White with #FC3E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E77; }
p { color: rgb(252,62,119); }
H1.HeaderClassName
{
color: #FC3E77;
}
.AnyTagClassName
{
color: #FC3E77;
}
</style>
background-color css
<style>
a { background-color: #FC3E77; }
a { background-color: rgb(252,62,119); }
div.DivClassName
{
background-color: #FC3E77;
}
.BgClassName
{
background-color: #FC3E77;
}
</style>
border-color css
<style>
span { border-color: #FC3E77; }
span { border-color: rgb(252,62,119); }
td.TdClassName
{
border-color: #FC3E77;
}
.TagClassName
{
border-color: #FC3E77;
}
</style>