Shades of Violet Red #FC317C
Tints of Violet Red #FC317C
RGB
CMYK
RGB Variations
Color information
#FC317C (or 0xFC317C) is known color: Violet Red. HEX triplet: FC, 31 and 7C. RGB value is (252,49,124). Sum of RGB (Red+Green+Blue) = 252+49+124=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC317C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC317C is #03CE83. Grayscale: #767676. Windows color (decimal): -249476 or 8139260. OLE color: 8139260.
HSL color Cylindrical-coordinate representation of color #FC317C: hue angle of 337.83º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC317C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 124 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.01 |
| HSL | 337.83º | 0.97% | 0.59% | - |
| HSV(B) | 337.83º | 0.81% | 0.99% | - |
| XYZ | 44.88 | 24.35 | 21.4 | - |
| YUV | 118.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 124 | 0 | 0.81 | 0.51 | 0.01 | 337.83 | 0.97 | 0.59 |
| Hex | FC | 31 | 7C | 0 | 51 | 33 | 1 | 152 | 61 | 3B |
| Octal | 374 | 61 | 174 | 0 | 121 | 63 | 1 | 522 | 141 | 73 |
| Binary | 11111100 | 110001 | 1111100 | 0 | 1010001 | 110011 | 1 | 101010010 | 1100001 | 111011 |
Color Harmonies of #FC317C
Complementary color
Monochromatic Colors of #FC317C
Black with #FC317C
Text Example
Text Example
White with #FC317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC317C; }
p { color: rgb(252,49,124); }
H1.HeaderClassName
{
color: #FC317C;
}
.AnyTagClassName
{
color: #FC317C;
}
</style>
background-color css
<style>
a { background-color: #FC317C; }
a { background-color: rgb(252,49,124); }
div.DivClassName
{
background-color: #FC317C;
}
.BgClassName
{
background-color: #FC317C;
}
</style>
border-color css
<style>
span { border-color: #FC317C; }
span { border-color: rgb(252,49,124); }
td.TdClassName
{
border-color: #FC317C;
}
.TagClassName
{
border-color: #FC317C;
}
</style>