Shades of Radical Red #FC456B
Tints of Radical Red #FC456B
RGB
CMYK
RGB Variations
Color information
#FC456B (or 0xFC456B) is known color: Radical Red. HEX triplet: FC, 45 and 6B. RGB value is (252,69,107). Sum of RGB (Red+Green+Blue) = 252+69+107=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC456B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC456B is #03BA94. Grayscale: #808080. Windows color (decimal): -244373 or 7030268. OLE color: 7030268.
HSL color Cylindrical-coordinate representation of color #FC456B: hue angle of 347.54º 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 #FC456B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 107 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.01 |
| HSL | 347.54º | 0.97% | 0.63% | - |
| HSV(B) | 347.54º | 0.73% | 0.99% | - |
| XYZ | 44.93 | 26.01 | 16.56 | - |
| YUV | 128.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 107 | 0 | 0.73 | 0.58 | 0.01 | 347.54 | 0.97 | 0.63 |
| Hex | FC | 45 | 6B | 0 | 49 | 3A | 1 | 15C | 61 | 3F |
| Octal | 374 | 105 | 153 | 0 | 111 | 72 | 1 | 534 | 141 | 77 |
| Binary | 11111100 | 1000101 | 1101011 | 0 | 1001001 | 111010 | 1 | 101011100 | 1100001 | 111111 |
Color Harmonies of #FC456B
Complementary color
Monochromatic Colors of #FC456B
Black with #FC456B
Text Example
Text Example
White with #FC456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC456B; }
p { color: rgb(252,69,107); }
H1.HeaderClassName
{
color: #FC456B;
}
.AnyTagClassName
{
color: #FC456B;
}
</style>
background-color css
<style>
a { background-color: #FC456B; }
a { background-color: rgb(252,69,107); }
div.DivClassName
{
background-color: #FC456B;
}
.BgClassName
{
background-color: #FC456B;
}
</style>
border-color css
<style>
span { border-color: #FC456B; }
span { border-color: rgb(252,69,107); }
td.TdClassName
{
border-color: #FC456B;
}
.TagClassName
{
border-color: #FC456B;
}
</style>