Shades of Violet Red #FC347A
Tints of Violet Red #FC347A
RGB
CMYK
RGB Variations
Color information
#FC347A (or 0xFC347A) is known color: Violet Red. HEX triplet: FC, 34 and 7A. RGB value is (252,52,122). Sum of RGB (Red+Green+Blue) = 252+52+122=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC347A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC347A is #03CB85. Grayscale: #777777. Windows color (decimal): -248710 or 8008956. OLE color: 8008956.
HSL color Cylindrical-coordinate representation of color #FC347A: hue angle of 339º 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 #FC347A is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 122 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.01 |
| HSL | 339º | 0.97% | 0.6% | - |
| HSV(B) | 339º | 0.79% | 0.99% | - |
| XYZ | 44.89 | 24.56 | 20.79 | - |
| YUV | 119.78 | 129.26 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 122 | 0 | 0.79 | 0.52 | 0.01 | 339 | 0.97 | 0.6 |
| Hex | FC | 34 | 7A | 0 | 4F | 34 | 1 | 153 | 61 | 3C |
| Octal | 374 | 64 | 172 | 0 | 117 | 64 | 1 | 523 | 141 | 74 |
| Binary | 11111100 | 110100 | 1111010 | 0 | 1001111 | 110100 | 1 | 101010011 | 1100001 | 111100 |
Color Harmonies of #FC347A
Complementary color
Monochromatic Colors of #FC347A
Black with #FC347A
Text Example
Text Example
White with #FC347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC347A; }
p { color: rgb(252,52,122); }
H1.HeaderClassName
{
color: #FC347A;
}
.AnyTagClassName
{
color: #FC347A;
}
</style>
background-color css
<style>
a { background-color: #FC347A; }
a { background-color: rgb(252,52,122); }
div.DivClassName
{
background-color: #FC347A;
}
.BgClassName
{
background-color: #FC347A;
}
</style>
border-color css
<style>
span { border-color: #FC347A; }
span { border-color: rgb(252,52,122); }
td.TdClassName
{
border-color: #FC347A;
}
.TagClassName
{
border-color: #FC347A;
}
</style>