Shades of Radical Red #FC285E
Tints of Radical Red #FC285E
RGB
CMYK
RGB Variations
Color information
#FC285E (or 0xFC285E) is known color: Radical Red. HEX triplet: FC, 28 and 5E. RGB value is (252,40,94). Sum of RGB (Red+Green+Blue) = 252+40+94=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC285E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC285E is #03D7A1. Grayscale: #6D6D6D. Windows color (decimal): -251810 or 6170876. OLE color: 6170876.
HSL color Cylindrical-coordinate representation of color #FC285E: hue angle of 344.72º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC285E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 94 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.01 |
| HSL | 344.72º | 0.97% | 0.57% | - |
| HSV(B) | 344.72º | 0.84% | 0.99% | - |
| XYZ | 42.92 | 23.02 | 12.77 | - |
| YUV | 109.54 | 119.24 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 94 | 0 | 0.84 | 0.63 | 0.01 | 344.72 | 0.97 | 0.57 |
| Hex | FC | 28 | 5E | 0 | 54 | 3F | 1 | 159 | 61 | 39 |
| Octal | 374 | 50 | 136 | 0 | 124 | 77 | 1 | 531 | 141 | 71 |
| Binary | 11111100 | 101000 | 1011110 | 0 | 1010100 | 111111 | 1 | 101011001 | 1100001 | 111001 |
Color Harmonies of #FC285E
Complementary color
Monochromatic Colors of #FC285E
Black with #FC285E
Text Example
Text Example
White with #FC285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC285E; }
p { color: rgb(252,40,94); }
H1.HeaderClassName
{
color: #FC285E;
}
.AnyTagClassName
{
color: #FC285E;
}
</style>
background-color css
<style>
a { background-color: #FC285E; }
a { background-color: rgb(252,40,94); }
div.DivClassName
{
background-color: #FC285E;
}
.BgClassName
{
background-color: #FC285E;
}
</style>
border-color css
<style>
span { border-color: #FC285E; }
span { border-color: rgb(252,40,94); }
td.TdClassName
{
border-color: #FC285E;
}
.TagClassName
{
border-color: #FC285E;
}
</style>