Shades of Violet Red #FC3978
Tints of Violet Red #FC3978
RGB
CMYK
RGB Variations
Color information
#FC3978 (or 0xFC3978) is known color: Violet Red. HEX triplet: FC, 39 and 78. RGB value is (252,57,120). Sum of RGB (Red+Green+Blue) = 252+57+120=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3978 is #03C687. Grayscale: #7A7A7A. Windows color (decimal): -247432 or 7879164. OLE color: 7879164.
HSL color Cylindrical-coordinate representation of color #FC3978: hue angle of 340.62º 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 #FC3978 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 120 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.01 |
| HSL | 340.62º | 0.97% | 0.61% | - |
| HSV(B) | 340.62º | 0.77% | 0.99% | - |
| XYZ | 45 | 24.98 | 20.22 | - |
| YUV | 122.49 | 126.6 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 120 | 0 | 0.77 | 0.52 | 0.01 | 340.62 | 0.97 | 0.61 |
| Hex | FC | 39 | 78 | 0 | 4D | 34 | 1 | 155 | 61 | 3D |
| Octal | 374 | 71 | 170 | 0 | 115 | 64 | 1 | 525 | 141 | 75 |
| Binary | 11111100 | 111001 | 1111000 | 0 | 1001101 | 110100 | 1 | 101010101 | 1100001 | 111101 |
Color Harmonies of #FC3978
Complementary color
Monochromatic Colors of #FC3978
Black with #FC3978
Text Example
Text Example
White with #FC3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3978; }
p { color: rgb(252,57,120); }
H1.HeaderClassName
{
color: #FC3978;
}
.AnyTagClassName
{
color: #FC3978;
}
</style>
background-color css
<style>
a { background-color: #FC3978; }
a { background-color: rgb(252,57,120); }
div.DivClassName
{
background-color: #FC3978;
}
.BgClassName
{
background-color: #FC3978;
}
</style>
border-color css
<style>
span { border-color: #FC3978; }
span { border-color: rgb(252,57,120); }
td.TdClassName
{
border-color: #FC3978;
}
.TagClassName
{
border-color: #FC3978;
}
</style>