Shades of Violet Red #FC317A
Tints of Violet Red #FC317A
RGB
CMYK
RGB Variations
Color information
#FC317A (or 0xFC317A) is known color: Violet Red. HEX triplet: FC, 31 and 7A. RGB value is (252,49,122). Sum of RGB (Red+Green+Blue) = 252+49+122=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC317A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC317A is #03CE85. Grayscale: #757575. Windows color (decimal): -249478 or 8008188. OLE color: 8008188.
HSL color Cylindrical-coordinate representation of color #FC317A: hue angle of 338.42º 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 #FC317A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 122 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.01 |
| HSL | 338.42º | 0.97% | 0.59% | - |
| HSV(B) | 338.42º | 0.81% | 0.99% | - |
| XYZ | 44.76 | 24.3 | 20.74 | - |
| YUV | 118.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 122 | 0 | 0.81 | 0.52 | 0.01 | 338.42 | 0.97 | 0.59 |
| Hex | FC | 31 | 7A | 0 | 51 | 34 | 1 | 152 | 61 | 3B |
| Octal | 374 | 61 | 172 | 0 | 121 | 64 | 1 | 522 | 141 | 73 |
| Binary | 11111100 | 110001 | 1111010 | 0 | 1010001 | 110100 | 1 | 101010010 | 1100001 | 111011 |
Color Harmonies of #FC317A
Complementary color
Monochromatic Colors of #FC317A
Black with #FC317A
Text Example
Text Example
White with #FC317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC317A; }
p { color: rgb(252,49,122); }
H1.HeaderClassName
{
color: #FC317A;
}
.AnyTagClassName
{
color: #FC317A;
}
</style>
background-color css
<style>
a { background-color: #FC317A; }
a { background-color: rgb(252,49,122); }
div.DivClassName
{
background-color: #FC317A;
}
.BgClassName
{
background-color: #FC317A;
}
</style>
border-color css
<style>
span { border-color: #FC317A; }
span { border-color: rgb(252,49,122); }
td.TdClassName
{
border-color: #FC317A;
}
.TagClassName
{
border-color: #FC317A;
}
</style>