Shades of Radical Red #FC345F
Tints of Radical Red #FC345F
RGB
CMYK
RGB Variations
Color information
#FC345F (or 0xFC345F) is known color: Radical Red. HEX triplet: FC, 34 and 5F. RGB value is (252,52,95). Sum of RGB (Red+Green+Blue) = 252+52+95=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC345F is #03CBA0. Grayscale: #747474. Windows color (decimal): -248737 or 6239484. OLE color: 6239484.
HSL color Cylindrical-coordinate representation of color #FC345F: hue angle of 347.1º 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 #FC345F is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 95 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.01 |
| HSL | 347.1º | 0.97% | 0.6% | - |
| HSV(B) | 347.1º | 0.79% | 0.99% | - |
| XYZ | 43.44 | 23.98 | 13.17 | - |
| YUV | 116.7 | 115.76 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 95 | 0 | 0.79 | 0.62 | 0.01 | 347.1 | 0.97 | 0.6 |
| Hex | FC | 34 | 5F | 0 | 4F | 3E | 1 | 15B | 61 | 3C |
| Octal | 374 | 64 | 137 | 0 | 117 | 76 | 1 | 533 | 141 | 74 |
| Binary | 11111100 | 110100 | 1011111 | 0 | 1001111 | 111110 | 1 | 101011011 | 1100001 | 111100 |
Color Harmonies of #FC345F
Complementary color
Monochromatic Colors of #FC345F
Black with #FC345F
Text Example
Text Example
White with #FC345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC345F; }
p { color: rgb(252,52,95); }
H1.HeaderClassName
{
color: #FC345F;
}
.AnyTagClassName
{
color: #FC345F;
}
</style>
background-color css
<style>
a { background-color: #FC345F; }
a { background-color: rgb(252,52,95); }
div.DivClassName
{
background-color: #FC345F;
}
.BgClassName
{
background-color: #FC345F;
}
</style>
border-color css
<style>
span { border-color: #FC345F; }
span { border-color: rgb(252,52,95); }
td.TdClassName
{
border-color: #FC345F;
}
.TagClassName
{
border-color: #FC345F;
}
</style>