Shades of Violet Red #FC4078
Tints of Violet Red #FC4078
RGB
CMYK
RGB Variations
Color information
#FC4078 (or 0xFC4078) is known color: Violet Red. HEX triplet: FC, 40 and 78. RGB value is (252,64,120). Sum of RGB (Red+Green+Blue) = 252+64+120=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4078 is #03BF87. Grayscale: #7E7E7E. Windows color (decimal): -245640 or 7880956. OLE color: 7880956.
HSL color Cylindrical-coordinate representation of color #FC4078: hue angle of 342.13º 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 #FC4078 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 120 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.01 |
| HSL | 342.13º | 0.97% | 0.62% | - |
| HSV(B) | 342.13º | 0.75% | 0.99% | - |
| XYZ | 45.37 | 25.72 | 20.34 | - |
| YUV | 126.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 120 | 0 | 0.75 | 0.52 | 0.01 | 342.13 | 0.97 | 0.62 |
| Hex | FC | 40 | 78 | 0 | 4B | 34 | 1 | 156 | 61 | 3E |
| Octal | 374 | 100 | 170 | 0 | 113 | 64 | 1 | 526 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1111000 | 0 | 1001011 | 110100 | 1 | 101010110 | 1100001 | 111110 |
Color Harmonies of #FC4078
Complementary color
Monochromatic Colors of #FC4078
Black with #FC4078
Text Example
Text Example
White with #FC4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4078; }
p { color: rgb(252,64,120); }
H1.HeaderClassName
{
color: #FC4078;
}
.AnyTagClassName
{
color: #FC4078;
}
</style>
background-color css
<style>
a { background-color: #FC4078; }
a { background-color: rgb(252,64,120); }
div.DivClassName
{
background-color: #FC4078;
}
.BgClassName
{
background-color: #FC4078;
}
</style>
border-color css
<style>
span { border-color: #FC4078; }
span { border-color: rgb(252,64,120); }
td.TdClassName
{
border-color: #FC4078;
}
.TagClassName
{
border-color: #FC4078;
}
</style>