Shades of Violet Red #FC2B7D
Tints of Violet Red #FC2B7D
RGB
CMYK
RGB Variations
Color information
#FC2B7D (or 0xFC2B7D) is known color: Violet Red. HEX triplet: FC, 2B and 7D. RGB value is (252,43,125). Sum of RGB (Red+Green+Blue) = 252+43+125=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2B7D is #03D482. Grayscale: #727272. Windows color (decimal): -251011 or 8203260. OLE color: 8203260.
HSL color Cylindrical-coordinate representation of color #FC2B7D: hue angle of 336.46º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2B7D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 125 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.01 |
| HSL | 336.46º | 0.97% | 0.58% | - |
| HSV(B) | 336.46º | 0.83% | 0.99% | - |
| XYZ | 44.71 | 23.9 | 21.66 | - |
| YUV | 114.84 | 133.74 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 125 | 0 | 0.83 | 0.50 | 0.01 | 336.46 | 0.97 | 0.58 |
| Hex | FC | 2B | 7D | 0 | 53 | 32 | 1 | 150 | 61 | 3A |
| Octal | 374 | 53 | 175 | 0 | 123 | 62 | 1 | 520 | 141 | 72 |
| Binary | 11111100 | 101011 | 1111101 | 0 | 1010011 | 110010 | 1 | 101010000 | 1100001 | 111010 |
Color Harmonies of #FC2B7D
Complementary color
Monochromatic Colors of #FC2B7D
Black with #FC2B7D
Text Example
Text Example
White with #FC2B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B7D; }
p { color: rgb(252,43,125); }
H1.HeaderClassName
{
color: #FC2B7D;
}
.AnyTagClassName
{
color: #FC2B7D;
}
</style>
background-color css
<style>
a { background-color: #FC2B7D; }
a { background-color: rgb(252,43,125); }
div.DivClassName
{
background-color: #FC2B7D;
}
.BgClassName
{
background-color: #FC2B7D;
}
</style>
border-color css
<style>
span { border-color: #FC2B7D; }
span { border-color: rgb(252,43,125); }
td.TdClassName
{
border-color: #FC2B7D;
}
.TagClassName
{
border-color: #FC2B7D;
}
</style>