Shades of Violet Red #FC3E78
Tints of Violet Red #FC3E78
RGB
CMYK
RGB Variations
Color information
#FC3E78 (or 0xFC3E78) is known color: Violet Red. HEX triplet: FC, 3E and 78. RGB value is (252,62,120). Sum of RGB (Red+Green+Blue) = 252+62+120=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E78 is #03C187. Grayscale: #7D7D7D. Windows color (decimal): -246152 or 7880444. OLE color: 7880444.
HSL color Cylindrical-coordinate representation of color #FC3E78: hue angle of 341.68º 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 #FC3E78 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 120 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.01 |
| HSL | 341.68º | 0.97% | 0.62% | - |
| HSV(B) | 341.68º | 0.75% | 0.99% | - |
| XYZ | 45.26 | 25.5 | 20.31 | - |
| YUV | 125.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 120 | 0 | 0.75 | 0.52 | 0.01 | 341.68 | 0.97 | 0.62 |
| Hex | FC | 3E | 78 | 0 | 4B | 34 | 1 | 156 | 61 | 3E |
| Octal | 374 | 76 | 170 | 0 | 113 | 64 | 1 | 526 | 141 | 76 |
| Binary | 11111100 | 111110 | 1111000 | 0 | 1001011 | 110100 | 1 | 101010110 | 1100001 | 111110 |
Color Harmonies of #FC3E78
Complementary color
Monochromatic Colors of #FC3E78
Black with #FC3E78
Text Example
Text Example
White with #FC3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E78; }
p { color: rgb(252,62,120); }
H1.HeaderClassName
{
color: #FC3E78;
}
.AnyTagClassName
{
color: #FC3E78;
}
</style>
background-color css
<style>
a { background-color: #FC3E78; }
a { background-color: rgb(252,62,120); }
div.DivClassName
{
background-color: #FC3E78;
}
.BgClassName
{
background-color: #FC3E78;
}
</style>
border-color css
<style>
span { border-color: #FC3E78; }
span { border-color: rgb(252,62,120); }
td.TdClassName
{
border-color: #FC3E78;
}
.TagClassName
{
border-color: #FC3E78;
}
</style>