Shades of Violet Red #FC3C7B
Tints of Violet Red #FC3C7B
RGB
CMYK
RGB Variations
Color information
#FC3C7B (or 0xFC3C7B) is known color: Violet Red. HEX triplet: FC, 3C and 7B. RGB value is (252,60,123). Sum of RGB (Red+Green+Blue) = 252+60+123=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C7B is #03C384. Grayscale: #7C7C7C. Windows color (decimal): -246661 or 8076540. OLE color: 8076540.
HSL color Cylindrical-coordinate representation of color #FC3C7B: hue angle of 340.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C7B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 123 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.01 |
| HSL | 340.31º | 0.97% | 0.61% | - |
| HSV(B) | 340.31º | 0.76% | 0.99% | - |
| XYZ | 45.34 | 25.36 | 21.24 | - |
| YUV | 124.59 | 127.11 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 123 | 0 | 0.76 | 0.51 | 0.01 | 340.31 | 0.97 | 0.61 |
| Hex | FC | 3C | 7B | 0 | 4C | 33 | 1 | 154 | 61 | 3D |
| Octal | 374 | 74 | 173 | 0 | 114 | 63 | 1 | 524 | 141 | 75 |
| Binary | 11111100 | 111100 | 1111011 | 0 | 1001100 | 110011 | 1 | 101010100 | 1100001 | 111101 |
Color Harmonies of #FC3C7B
Complementary color
Monochromatic Colors of #FC3C7B
Black with #FC3C7B
Text Example
Text Example
White with #FC3C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C7B; }
p { color: rgb(252,60,123); }
H1.HeaderClassName
{
color: #FC3C7B;
}
.AnyTagClassName
{
color: #FC3C7B;
}
</style>
background-color css
<style>
a { background-color: #FC3C7B; }
a { background-color: rgb(252,60,123); }
div.DivClassName
{
background-color: #FC3C7B;
}
.BgClassName
{
background-color: #FC3C7B;
}
</style>
border-color css
<style>
span { border-color: #FC3C7B; }
span { border-color: rgb(252,60,123); }
td.TdClassName
{
border-color: #FC3C7B;
}
.TagClassName
{
border-color: #FC3C7B;
}
</style>