Shades of Radical Red #FC346D
Tints of Radical Red #FC346D
RGB
CMYK
RGB Variations
Color information
#FC346D (or 0xFC346D) is known color: Radical Red. HEX triplet: FC, 34 and 6D. RGB value is (252,52,109). Sum of RGB (Red+Green+Blue) = 252+52+109=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC346D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC346D is #03CB92. Grayscale: #767676. Windows color (decimal): -248723 or 7156988. OLE color: 7156988.
HSL color Cylindrical-coordinate representation of color #FC346D: hue angle of 342.9º 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 #FC346D is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 109 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.01 |
| HSL | 342.9º | 0.97% | 0.6% | - |
| HSV(B) | 342.9º | 0.79% | 0.99% | - |
| XYZ | 44.13 | 24.26 | 16.82 | - |
| YUV | 118.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 109 | 0 | 0.79 | 0.57 | 0.01 | 342.9 | 0.97 | 0.6 |
| Hex | FC | 34 | 6D | 0 | 4F | 39 | 1 | 157 | 61 | 3C |
| Octal | 374 | 64 | 155 | 0 | 117 | 71 | 1 | 527 | 141 | 74 |
| Binary | 11111100 | 110100 | 1101101 | 0 | 1001111 | 111001 | 1 | 101010111 | 1100001 | 111100 |
Color Harmonies of #FC346D
Complementary color
Monochromatic Colors of #FC346D
Black with #FC346D
Text Example
Text Example
White with #FC346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC346D; }
p { color: rgb(252,52,109); }
H1.HeaderClassName
{
color: #FC346D;
}
.AnyTagClassName
{
color: #FC346D;
}
</style>
background-color css
<style>
a { background-color: #FC346D; }
a { background-color: rgb(252,52,109); }
div.DivClassName
{
background-color: #FC346D;
}
.BgClassName
{
background-color: #FC346D;
}
</style>
border-color css
<style>
span { border-color: #FC346D; }
span { border-color: rgb(252,52,109); }
td.TdClassName
{
border-color: #FC346D;
}
.TagClassName
{
border-color: #FC346D;
}
</style>