Shades of Violet Red #FC2B7B
Tints of Violet Red #FC2B7B
RGB
CMYK
RGB Variations
Color information
#FC2B7B (or 0xFC2B7B) is known color: Violet Red. HEX triplet: FC, 2B and 7B. RGB value is (252,43,123). Sum of RGB (Red+Green+Blue) = 252+43+123=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2B7B is #03D484. Grayscale: #727272. Windows color (decimal): -251013 or 8072188. OLE color: 8072188.
HSL color Cylindrical-coordinate representation of color #FC2B7B: hue angle of 337.03º 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 #FC2B7B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 123 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.01 |
| HSL | 337.03º | 0.97% | 0.58% | - |
| HSV(B) | 337.03º | 0.83% | 0.99% | - |
| XYZ | 44.58 | 23.85 | 20.99 | - |
| YUV | 114.61 | 132.74 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 123 | 0 | 0.83 | 0.51 | 0.01 | 337.03 | 0.97 | 0.58 |
| Hex | FC | 2B | 7B | 0 | 53 | 33 | 1 | 151 | 61 | 3A |
| Octal | 374 | 53 | 173 | 0 | 123 | 63 | 1 | 521 | 141 | 72 |
| Binary | 11111100 | 101011 | 1111011 | 0 | 1010011 | 110011 | 1 | 101010001 | 1100001 | 111010 |
Color Harmonies of #FC2B7B
Complementary color
Monochromatic Colors of #FC2B7B
Black with #FC2B7B
Text Example
Text Example
White with #FC2B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B7B; }
p { color: rgb(252,43,123); }
H1.HeaderClassName
{
color: #FC2B7B;
}
.AnyTagClassName
{
color: #FC2B7B;
}
</style>
background-color css
<style>
a { background-color: #FC2B7B; }
a { background-color: rgb(252,43,123); }
div.DivClassName
{
background-color: #FC2B7B;
}
.BgClassName
{
background-color: #FC2B7B;
}
</style>
border-color css
<style>
span { border-color: #FC2B7B; }
span { border-color: rgb(252,43,123); }
td.TdClassName
{
border-color: #FC2B7B;
}
.TagClassName
{
border-color: #FC2B7B;
}
</style>