Shades of Radical Red #FC345E
Tints of Radical Red #FC345E
RGB
CMYK
RGB Variations
Color information
#FC345E (or 0xFC345E) is known color: Radical Red. HEX triplet: FC, 34 and 5E. RGB value is (252,52,94). Sum of RGB (Red+Green+Blue) = 252+52+94=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC345E is #03CBA1. Grayscale: #747474. Windows color (decimal): -248738 or 6173948. OLE color: 6173948.
HSL color Cylindrical-coordinate representation of color #FC345E: hue angle of 347.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 #FC345E is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 94 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.01 |
| HSL | 347.4º | 0.97% | 0.6% | - |
| HSV(B) | 347.4º | 0.79% | 0.99% | - |
| XYZ | 43.39 | 23.96 | 12.93 | - |
| YUV | 116.59 | 115.26 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 94 | 0 | 0.79 | 0.63 | 0.01 | 347.4 | 0.97 | 0.6 |
| Hex | FC | 34 | 5E | 0 | 4F | 3F | 1 | 15B | 61 | 3C |
| Octal | 374 | 64 | 136 | 0 | 117 | 77 | 1 | 533 | 141 | 74 |
| Binary | 11111100 | 110100 | 1011110 | 0 | 1001111 | 111111 | 1 | 101011011 | 1100001 | 111100 |
Color Harmonies of #FC345E
Complementary color
Monochromatic Colors of #FC345E
Black with #FC345E
Text Example
Text Example
White with #FC345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC345E; }
p { color: rgb(252,52,94); }
H1.HeaderClassName
{
color: #FC345E;
}
.AnyTagClassName
{
color: #FC345E;
}
</style>
background-color css
<style>
a { background-color: #FC345E; }
a { background-color: rgb(252,52,94); }
div.DivClassName
{
background-color: #FC345E;
}
.BgClassName
{
background-color: #FC345E;
}
</style>
border-color css
<style>
span { border-color: #FC345E; }
span { border-color: rgb(252,52,94); }
td.TdClassName
{
border-color: #FC345E;
}
.TagClassName
{
border-color: #FC345E;
}
</style>