Shades of Violet Red #FC347C
Tints of Violet Red #FC347C
RGB
CMYK
RGB Variations
Color information
#FC347C (or 0xFC347C) is known color: Violet Red. HEX triplet: FC, 34 and 7C. RGB value is (252,52,124). Sum of RGB (Red+Green+Blue) = 252+52+124=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC347C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC347C is #03CB83. Grayscale: #777777. Windows color (decimal): -248708 or 8140028. OLE color: 8140028.
HSL color Cylindrical-coordinate representation of color #FC347C: hue angle of 338.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC347C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 124 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.01 |
| HSL | 338.4º | 0.97% | 0.6% | - |
| HSV(B) | 338.4º | 0.79% | 0.99% | - |
| XYZ | 45.01 | 24.61 | 21.45 | - |
| YUV | 120.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 124 | 0 | 0.79 | 0.51 | 0.01 | 338.4 | 0.97 | 0.6 |
| Hex | FC | 34 | 7C | 0 | 4F | 33 | 1 | 152 | 61 | 3C |
| Octal | 374 | 64 | 174 | 0 | 117 | 63 | 1 | 522 | 141 | 74 |
| Binary | 11111100 | 110100 | 1111100 | 0 | 1001111 | 110011 | 1 | 101010010 | 1100001 | 111100 |
Color Harmonies of #FC347C
Complementary color
Monochromatic Colors of #FC347C
Black with #FC347C
Text Example
Text Example
White with #FC347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC347C; }
p { color: rgb(252,52,124); }
H1.HeaderClassName
{
color: #FC347C;
}
.AnyTagClassName
{
color: #FC347C;
}
</style>
background-color css
<style>
a { background-color: #FC347C; }
a { background-color: rgb(252,52,124); }
div.DivClassName
{
background-color: #FC347C;
}
.BgClassName
{
background-color: #FC347C;
}
</style>
border-color css
<style>
span { border-color: #FC347C; }
span { border-color: rgb(252,52,124); }
td.TdClassName
{
border-color: #FC347C;
}
.TagClassName
{
border-color: #FC347C;
}
</style>