Shades of Radical Red #FC485D
Tints of Radical Red #FC485D
RGB
CMYK
RGB Variations
Color information
#FC485D (or 0xFC485D) is known color: Radical Red. HEX triplet: FC, 48 and 5D. RGB value is (252,72,93). Sum of RGB (Red+Green+Blue) = 252+72+93=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC485D is #03B7A2. Grayscale: #808080. Windows color (decimal): -243619 or 6113532. OLE color: 6113532.
HSL color Cylindrical-coordinate representation of color #FC485D: hue angle of 353º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC485D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 93 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.01 |
| HSL | 353º | 0.97% | 0.64% | - |
| HSV(B) | 353º | 0.71% | 0.99% | - |
| XYZ | 44.44 | 26.12 | 13.06 | - |
| YUV | 128.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 93 | 0 | 0.71 | 0.63 | 0.01 | 353 | 0.97 | 0.64 |
| Hex | FC | 48 | 5D | 0 | 47 | 3F | 1 | 161 | 61 | 40 |
| Octal | 374 | 110 | 135 | 0 | 107 | 77 | 1 | 541 | 141 | 100 |
| Binary | 11111100 | 1001000 | 1011101 | 0 | 1000111 | 111111 | 1 | 101100001 | 1100001 | 1000000 |
Color Harmonies of #FC485D
Complementary color
Monochromatic Colors of #FC485D
Black with #FC485D
Text Example
Text Example
White with #FC485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC485D; }
p { color: rgb(252,72,93); }
H1.HeaderClassName
{
color: #FC485D;
}
.AnyTagClassName
{
color: #FC485D;
}
</style>
background-color css
<style>
a { background-color: #FC485D; }
a { background-color: rgb(252,72,93); }
div.DivClassName
{
background-color: #FC485D;
}
.BgClassName
{
background-color: #FC485D;
}
</style>
border-color css
<style>
span { border-color: #FC485D; }
span { border-color: rgb(252,72,93); }
td.TdClassName
{
border-color: #FC485D;
}
.TagClassName
{
border-color: #FC485D;
}
</style>