Shades of Violet Red #FC397C
Tints of Violet Red #FC397C
RGB
CMYK
RGB Variations
Color information
#FC397C (or 0xFC397C) is known color: Violet Red. HEX triplet: FC, 39 and 7C. RGB value is (252,57,124). Sum of RGB (Red+Green+Blue) = 252+57+124=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC397C is #03C683. Grayscale: #7A7A7A. Windows color (decimal): -247428 or 8141308. OLE color: 8141308.
HSL color Cylindrical-coordinate representation of color #FC397C: hue angle of 339.38º 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 #FC397C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 124 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.01 |
| HSL | 339.38º | 0.97% | 0.61% | - |
| HSV(B) | 339.38º | 0.77% | 0.99% | - |
| XYZ | 45.25 | 25.08 | 21.52 | - |
| YUV | 122.94 | 128.6 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 124 | 0 | 0.77 | 0.51 | 0.01 | 339.38 | 0.97 | 0.61 |
| Hex | FC | 39 | 7C | 0 | 4D | 33 | 1 | 153 | 61 | 3D |
| Octal | 374 | 71 | 174 | 0 | 115 | 63 | 1 | 523 | 141 | 75 |
| Binary | 11111100 | 111001 | 1111100 | 0 | 1001101 | 110011 | 1 | 101010011 | 1100001 | 111101 |
Color Harmonies of #FC397C
Complementary color
Monochromatic Colors of #FC397C
Black with #FC397C
Text Example
Text Example
White with #FC397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC397C; }
p { color: rgb(252,57,124); }
H1.HeaderClassName
{
color: #FC397C;
}
.AnyTagClassName
{
color: #FC397C;
}
</style>
background-color css
<style>
a { background-color: #FC397C; }
a { background-color: rgb(252,57,124); }
div.DivClassName
{
background-color: #FC397C;
}
.BgClassName
{
background-color: #FC397C;
}
</style>
border-color css
<style>
span { border-color: #FC397C; }
span { border-color: rgb(252,57,124); }
td.TdClassName
{
border-color: #FC397C;
}
.TagClassName
{
border-color: #FC397C;
}
</style>