Shades of Radical Red #FC456C
Tints of Radical Red #FC456C
RGB
CMYK
RGB Variations
Color information
#FC456C (or 0xFC456C) is known color: Radical Red. HEX triplet: FC, 45 and 6C. RGB value is (252,69,108). Sum of RGB (Red+Green+Blue) = 252+69+108=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC456C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC456C is #03BA93. Grayscale: #808080. Windows color (decimal): -244372 or 7095804. OLE color: 7095804.
HSL color Cylindrical-coordinate representation of color #FC456C: hue angle of 347.21º 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 #FC456C is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 108 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.01 |
| HSL | 347.21º | 0.97% | 0.63% | - |
| HSV(B) | 347.21º | 0.73% | 0.99% | - |
| XYZ | 44.98 | 26.03 | 16.84 | - |
| YUV | 128.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 108 | 0 | 0.73 | 0.57 | 0.01 | 347.21 | 0.97 | 0.63 |
| Hex | FC | 45 | 6C | 0 | 49 | 39 | 1 | 15B | 61 | 3F |
| Octal | 374 | 105 | 154 | 0 | 111 | 71 | 1 | 533 | 141 | 77 |
| Binary | 11111100 | 1000101 | 1101100 | 0 | 1001001 | 111001 | 1 | 101011011 | 1100001 | 111111 |
Color Harmonies of #FC456C
Complementary color
Monochromatic Colors of #FC456C
Black with #FC456C
Text Example
Text Example
White with #FC456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC456C; }
p { color: rgb(252,69,108); }
H1.HeaderClassName
{
color: #FC456C;
}
.AnyTagClassName
{
color: #FC456C;
}
</style>
background-color css
<style>
a { background-color: #FC456C; }
a { background-color: rgb(252,69,108); }
div.DivClassName
{
background-color: #FC456C;
}
.BgClassName
{
background-color: #FC456C;
}
</style>
border-color css
<style>
span { border-color: #FC456C; }
span { border-color: rgb(252,69,108); }
td.TdClassName
{
border-color: #FC456C;
}
.TagClassName
{
border-color: #FC456C;
}
</style>