Shades of Radical Red #FC344C
Tints of Radical Red #FC344C
RGB
CMYK
RGB Variations
Color information
#FC344C (or 0xFC344C) is known color: Radical Red. HEX triplet: FC, 34 and 4C. RGB value is (252,52,76). Sum of RGB (Red+Green+Blue) = 252+52+76=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC344C is #03CBB3. Grayscale: #727272. Windows color (decimal): -248756 or 4994300. OLE color: 4994300.
HSL color Cylindrical-coordinate representation of color #FC344C: hue angle of 352.8º 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 #FC344C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 76 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.01 |
| HSL | 352.8º | 0.97% | 0.6% | - |
| HSV(B) | 352.8º | 0.79% | 0.99% | - |
| XYZ | 42.68 | 23.67 | 9.16 | - |
| YUV | 114.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 76 | 0 | 0.79 | 0.70 | 0.01 | 352.8 | 0.97 | 0.6 |
| Hex | FC | 34 | 4C | 0 | 4F | 46 | 1 | 161 | 61 | 3C |
| Octal | 374 | 64 | 114 | 0 | 117 | 106 | 1 | 541 | 141 | 74 |
| Binary | 11111100 | 110100 | 1001100 | 0 | 1001111 | 1000110 | 1 | 101100001 | 1100001 | 111100 |
Color Harmonies of #FC344C
Complementary color
Monochromatic Colors of #FC344C
Black with #FC344C
Text Example
Text Example
White with #FC344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC344C; }
p { color: rgb(252,52,76); }
H1.HeaderClassName
{
color: #FC344C;
}
.AnyTagClassName
{
color: #FC344C;
}
</style>
background-color css
<style>
a { background-color: #FC344C; }
a { background-color: rgb(252,52,76); }
div.DivClassName
{
background-color: #FC344C;
}
.BgClassName
{
background-color: #FC344C;
}
</style>
border-color css
<style>
span { border-color: #FC344C; }
span { border-color: rgb(252,52,76); }
td.TdClassName
{
border-color: #FC344C;
}
.TagClassName
{
border-color: #FC344C;
}
</style>