Shades of Radical Red #FC456D
Tints of Radical Red #FC456D
RGB
CMYK
RGB Variations
Color information
#FC456D (or 0xFC456D) is known color: Radical Red. HEX triplet: FC, 45 and 6D. RGB value is (252,69,109). Sum of RGB (Red+Green+Blue) = 252+69+109=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC456D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC456D is #03BA92. Grayscale: #808080. Windows color (decimal): -244371 or 7161340. OLE color: 7161340.
HSL color Cylindrical-coordinate representation of color #FC456D: hue angle of 346.89º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC456D is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 109 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.01 |
| HSL | 346.89º | 0.97% | 0.63% | - |
| HSV(B) | 346.89º | 0.73% | 0.99% | - |
| XYZ | 45.03 | 26.06 | 17.12 | - |
| YUV | 128.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 109 | 0 | 0.73 | 0.57 | 0.01 | 346.89 | 0.97 | 0.63 |
| Hex | FC | 45 | 6D | 0 | 49 | 39 | 1 | 15B | 61 | 3F |
| Octal | 374 | 105 | 155 | 0 | 111 | 71 | 1 | 533 | 141 | 77 |
| Binary | 11111100 | 1000101 | 1101101 | 0 | 1001001 | 111001 | 1 | 101011011 | 1100001 | 111111 |
Color Harmonies of #FC456D
Complementary color
Monochromatic Colors of #FC456D
Black with #FC456D
Text Example
Text Example
White with #FC456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC456D; }
p { color: rgb(252,69,109); }
H1.HeaderClassName
{
color: #FC456D;
}
.AnyTagClassName
{
color: #FC456D;
}
</style>
background-color css
<style>
a { background-color: #FC456D; }
a { background-color: rgb(252,69,109); }
div.DivClassName
{
background-color: #FC456D;
}
.BgClassName
{
background-color: #FC456D;
}
</style>
border-color css
<style>
span { border-color: #FC456D; }
span { border-color: rgb(252,69,109); }
td.TdClassName
{
border-color: #FC456D;
}
.TagClassName
{
border-color: #FC456D;
}
</style>