Shades of Violet Red #FC2D7C
Tints of Violet Red #FC2D7C
RGB
CMYK
RGB Variations
Color information
#FC2D7C (or 0xFC2D7C) is known color: Violet Red. HEX triplet: FC, 2D and 7C. RGB value is (252,45,124). Sum of RGB (Red+Green+Blue) = 252+45+124=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D7C is #03D283. Grayscale: #737373. Windows color (decimal): -250500 or 8138236. OLE color: 8138236.
HSL color Cylindrical-coordinate representation of color #FC2D7C: hue angle of 337.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D7C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 124 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.01 |
| HSL | 337.1º | 0.97% | 0.58% | - |
| HSV(B) | 337.1º | 0.82% | 0.99% | - |
| XYZ | 44.72 | 24.03 | 21.35 | - |
| YUV | 115.9 | 132.58 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 124 | 0 | 0.82 | 0.51 | 0.01 | 337.1 | 0.97 | 0.58 |
| Hex | FC | 2D | 7C | 0 | 52 | 33 | 1 | 151 | 61 | 3A |
| Octal | 374 | 55 | 174 | 0 | 122 | 63 | 1 | 521 | 141 | 72 |
| Binary | 11111100 | 101101 | 1111100 | 0 | 1010010 | 110011 | 1 | 101010001 | 1100001 | 111010 |
Color Harmonies of #FC2D7C
Complementary color
Monochromatic Colors of #FC2D7C
Black with #FC2D7C
Text Example
Text Example
White with #FC2D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D7C; }
p { color: rgb(252,45,124); }
H1.HeaderClassName
{
color: #FC2D7C;
}
.AnyTagClassName
{
color: #FC2D7C;
}
</style>
background-color css
<style>
a { background-color: #FC2D7C; }
a { background-color: rgb(252,45,124); }
div.DivClassName
{
background-color: #FC2D7C;
}
.BgClassName
{
background-color: #FC2D7C;
}
</style>
border-color css
<style>
span { border-color: #FC2D7C; }
span { border-color: rgb(252,45,124); }
td.TdClassName
{
border-color: #FC2D7C;
}
.TagClassName
{
border-color: #FC2D7C;
}
</style>