Shades of Violet Red #FC327A
Tints of Violet Red #FC327A
RGB
CMYK
RGB Variations
Color information
#FC327A (or 0xFC327A) is known color: Violet Red. HEX triplet: FC, 32 and 7A. RGB value is (252,50,122). Sum of RGB (Red+Green+Blue) = 252+50+122=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC327A is #03CD85. Grayscale: #767676. Windows color (decimal): -249222 or 8008444. OLE color: 8008444.
HSL color Cylindrical-coordinate representation of color #FC327A: hue angle of 338.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC327A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 122 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.01 |
| HSL | 338.61º | 0.97% | 0.59% | - |
| HSV(B) | 338.61º | 0.8% | 0.99% | - |
| XYZ | 44.8 | 24.38 | 20.76 | - |
| YUV | 118.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 122 | 0 | 0.80 | 0.52 | 0.01 | 338.61 | 0.97 | 0.59 |
| Hex | FC | 32 | 7A | 0 | 50 | 34 | 1 | 153 | 61 | 3B |
| Octal | 374 | 62 | 172 | 0 | 120 | 64 | 1 | 523 | 141 | 73 |
| Binary | 11111100 | 110010 | 1111010 | 0 | 1010000 | 110100 | 1 | 101010011 | 1100001 | 111011 |
Color Harmonies of #FC327A
Complementary color
Monochromatic Colors of #FC327A
Black with #FC327A
Text Example
Text Example
White with #FC327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC327A; }
p { color: rgb(252,50,122); }
H1.HeaderClassName
{
color: #FC327A;
}
.AnyTagClassName
{
color: #FC327A;
}
</style>
background-color css
<style>
a { background-color: #FC327A; }
a { background-color: rgb(252,50,122); }
div.DivClassName
{
background-color: #FC327A;
}
.BgClassName
{
background-color: #FC327A;
}
</style>
border-color css
<style>
span { border-color: #FC327A; }
span { border-color: rgb(252,50,122); }
td.TdClassName
{
border-color: #FC327A;
}
.TagClassName
{
border-color: #FC327A;
}
</style>