Shades of Violet Red #FC2E7B
Tints of Violet Red #FC2E7B
RGB
CMYK
RGB Variations
Color information
#FC2E7B (or 0xFC2E7B) is known color: Violet Red. HEX triplet: FC, 2E and 7B. RGB value is (252,46,123). Sum of RGB (Red+Green+Blue) = 252+46+123=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2E7B is #03D184. Grayscale: #747474. Windows color (decimal): -250245 or 8072956. OLE color: 8072956.
HSL color Cylindrical-coordinate representation of color #FC2E7B: hue angle of 337.57º 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 #FC2E7B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 123 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.01 |
| HSL | 337.57º | 0.97% | 0.58% | - |
| HSV(B) | 337.57º | 0.82% | 0.99% | - |
| XYZ | 44.7 | 24.08 | 21.03 | - |
| YUV | 116.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 123 | 0 | 0.82 | 0.51 | 0.01 | 337.57 | 0.97 | 0.58 |
| Hex | FC | 2E | 7B | 0 | 52 | 33 | 1 | 152 | 61 | 3A |
| Octal | 374 | 56 | 173 | 0 | 122 | 63 | 1 | 522 | 141 | 72 |
| Binary | 11111100 | 101110 | 1111011 | 0 | 1010010 | 110011 | 1 | 101010010 | 1100001 | 111010 |
Color Harmonies of #FC2E7B
Complementary color
Monochromatic Colors of #FC2E7B
Black with #FC2E7B
Text Example
Text Example
White with #FC2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E7B; }
p { color: rgb(252,46,123); }
H1.HeaderClassName
{
color: #FC2E7B;
}
.AnyTagClassName
{
color: #FC2E7B;
}
</style>
background-color css
<style>
a { background-color: #FC2E7B; }
a { background-color: rgb(252,46,123); }
div.DivClassName
{
background-color: #FC2E7B;
}
.BgClassName
{
background-color: #FC2E7B;
}
</style>
border-color css
<style>
span { border-color: #FC2E7B; }
span { border-color: rgb(252,46,123); }
td.TdClassName
{
border-color: #FC2E7B;
}
.TagClassName
{
border-color: #FC2E7B;
}
</style>