Shades of Violet Red #FC3A7B
Tints of Violet Red #FC3A7B
RGB
CMYK
RGB Variations
Color information
#FC3A7B (or 0xFC3A7B) is known color: Violet Red. HEX triplet: FC, 3A and 7B. RGB value is (252,58,123). Sum of RGB (Red+Green+Blue) = 252+58+123=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A7B is #03C584. Grayscale: #7B7B7B. Windows color (decimal): -247173 or 8076028. OLE color: 8076028.
HSL color Cylindrical-coordinate representation of color #FC3A7B: hue angle of 339.9º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3A7B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 123 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.01 |
| HSL | 339.9º | 0.97% | 0.61% | - |
| HSV(B) | 339.9º | 0.77% | 0.99% | - |
| XYZ | 45.23 | 25.15 | 21.21 | - |
| YUV | 123.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 123 | 0 | 0.77 | 0.51 | 0.01 | 339.9 | 0.97 | 0.61 |
| Hex | FC | 3A | 7B | 0 | 4D | 33 | 1 | 154 | 61 | 3D |
| Octal | 374 | 72 | 173 | 0 | 115 | 63 | 1 | 524 | 141 | 75 |
| Binary | 11111100 | 111010 | 1111011 | 0 | 1001101 | 110011 | 1 | 101010100 | 1100001 | 111101 |
Color Harmonies of #FC3A7B
Complementary color
Monochromatic Colors of #FC3A7B
Black with #FC3A7B
Text Example
Text Example
White with #FC3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A7B; }
p { color: rgb(252,58,123); }
H1.HeaderClassName
{
color: #FC3A7B;
}
.AnyTagClassName
{
color: #FC3A7B;
}
</style>
background-color css
<style>
a { background-color: #FC3A7B; }
a { background-color: rgb(252,58,123); }
div.DivClassName
{
background-color: #FC3A7B;
}
.BgClassName
{
background-color: #FC3A7B;
}
</style>
border-color css
<style>
span { border-color: #FC3A7B; }
span { border-color: rgb(252,58,123); }
td.TdClassName
{
border-color: #FC3A7B;
}
.TagClassName
{
border-color: #FC3A7B;
}
</style>