Shades of Violet Red #FC2A7B
Tints of Violet Red #FC2A7B
RGB
CMYK
RGB Variations
Color information
#FC2A7B (or 0xFC2A7B) is known color: Violet Red. HEX triplet: FC, 2A and 7B. RGB value is (252,42,123). Sum of RGB (Red+Green+Blue) = 252+42+123=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2A7B is #03D584. Grayscale: #717171. Windows color (decimal): -251269 or 8071932. OLE color: 8071932.
HSL color Cylindrical-coordinate representation of color #FC2A7B: hue angle of 336.86º 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 #FC2A7B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 123 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.01 |
| HSL | 336.86º | 0.97% | 0.58% | - |
| HSV(B) | 336.86º | 0.83% | 0.99% | - |
| XYZ | 44.55 | 23.78 | 20.98 | - |
| YUV | 114.02 | 133.07 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 123 | 0 | 0.83 | 0.51 | 0.01 | 336.86 | 0.97 | 0.58 |
| Hex | FC | 2A | 7B | 0 | 53 | 33 | 1 | 151 | 61 | 3A |
| Octal | 374 | 52 | 173 | 0 | 123 | 63 | 1 | 521 | 141 | 72 |
| Binary | 11111100 | 101010 | 1111011 | 0 | 1010011 | 110011 | 1 | 101010001 | 1100001 | 111010 |
Color Harmonies of #FC2A7B
Complementary color
Monochromatic Colors of #FC2A7B
Black with #FC2A7B
Text Example
Text Example
White with #FC2A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A7B; }
p { color: rgb(252,42,123); }
H1.HeaderClassName
{
color: #FC2A7B;
}
.AnyTagClassName
{
color: #FC2A7B;
}
</style>
background-color css
<style>
a { background-color: #FC2A7B; }
a { background-color: rgb(252,42,123); }
div.DivClassName
{
background-color: #FC2A7B;
}
.BgClassName
{
background-color: #FC2A7B;
}
</style>
border-color css
<style>
span { border-color: #FC2A7B; }
span { border-color: rgb(252,42,123); }
td.TdClassName
{
border-color: #FC2A7B;
}
.TagClassName
{
border-color: #FC2A7B;
}
</style>