Shades of Violet Red #FC397E
Tints of Violet Red #FC397E
RGB
CMYK
RGB Variations
Color information
#FC397E (or 0xFC397E) is known color: Violet Red. HEX triplet: FC, 39 and 7E. RGB value is (252,57,126). Sum of RGB (Red+Green+Blue) = 252+57+126=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC397E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC397E is #03C681. Grayscale: #7B7B7B. Windows color (decimal): -247426 or 8272380. OLE color: 8272380.
HSL color Cylindrical-coordinate representation of color #FC397E: hue angle of 338.77º 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 #FC397E is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 126 | - |
| CMYK | 0 | 0.77 | 0.5 | 0.01 |
| HSL | 338.77º | 0.97% | 0.61% | - |
| HSV(B) | 338.77º | 0.77% | 0.99% | - |
| XYZ | 45.37 | 25.13 | 22.2 | - |
| YUV | 123.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 126 | 0 | 0.77 | 0.5 | 0.01 | 338.77 | 0.97 | 0.61 |
| Hex | FC | 39 | 7E | 0 | 4D | 32 | 1 | 153 | 61 | 3D |
| Octal | 374 | 71 | 176 | 0 | 115 | 62 | 1 | 523 | 141 | 75 |
| Binary | 11111100 | 111001 | 1111110 | 0 | 1001101 | 110010 | 1 | 101010011 | 1100001 | 111101 |
Color Harmonies of #FC397E
Complementary color
Monochromatic Colors of #FC397E
Black with #FC397E
Text Example
Text Example
White with #FC397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC397E; }
p { color: rgb(252,57,126); }
H1.HeaderClassName
{
color: #FC397E;
}
.AnyTagClassName
{
color: #FC397E;
}
</style>
background-color css
<style>
a { background-color: #FC397E; }
a { background-color: rgb(252,57,126); }
div.DivClassName
{
background-color: #FC397E;
}
.BgClassName
{
background-color: #FC397E;
}
</style>
border-color css
<style>
span { border-color: #FC397E; }
span { border-color: rgb(252,57,126); }
td.TdClassName
{
border-color: #FC397E;
}
.TagClassName
{
border-color: #FC397E;
}
</style>