Shades of Radical Red #FC455C
Tints of Radical Red #FC455C
RGB
CMYK
RGB Variations
Color information
#FC455C (or 0xFC455C) is known color: Radical Red. HEX triplet: FC, 45 and 5C. RGB value is (252,69,92). Sum of RGB (Red+Green+Blue) = 252+69+92=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC455C is #03BAA3. Grayscale: #7E7E7E. Windows color (decimal): -244388 or 6047228. OLE color: 6047228.
HSL color Cylindrical-coordinate representation of color #FC455C: hue angle of 352.46º 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 #FC455C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 92 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.01 |
| HSL | 352.46º | 0.97% | 0.63% | - |
| HSV(B) | 352.46º | 0.73% | 0.99% | - |
| XYZ | 44.2 | 25.72 | 12.76 | - |
| YUV | 126.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 92 | 0 | 0.73 | 0.63 | 0.01 | 352.46 | 0.97 | 0.63 |
| Hex | FC | 45 | 5C | 0 | 49 | 3F | 1 | 160 | 61 | 3F |
| Octal | 374 | 105 | 134 | 0 | 111 | 77 | 1 | 540 | 141 | 77 |
| Binary | 11111100 | 1000101 | 1011100 | 0 | 1001001 | 111111 | 1 | 101100000 | 1100001 | 111111 |
Color Harmonies of #FC455C
Complementary color
Monochromatic Colors of #FC455C
Black with #FC455C
Text Example
Text Example
White with #FC455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC455C; }
p { color: rgb(252,69,92); }
H1.HeaderClassName
{
color: #FC455C;
}
.AnyTagClassName
{
color: #FC455C;
}
</style>
background-color css
<style>
a { background-color: #FC455C; }
a { background-color: rgb(252,69,92); }
div.DivClassName
{
background-color: #FC455C;
}
.BgClassName
{
background-color: #FC455C;
}
</style>
border-color css
<style>
span { border-color: #FC455C; }
span { border-color: rgb(252,69,92); }
td.TdClassName
{
border-color: #FC455C;
}
.TagClassName
{
border-color: #FC455C;
}
</style>