Shades of Radical Red #FC285A
Tints of Radical Red #FC285A
RGB
CMYK
RGB Variations
Color information
#FC285A (or 0xFC285A) is known color: Radical Red. HEX triplet: FC, 28 and 5A. RGB value is (252,40,90). Sum of RGB (Red+Green+Blue) = 252+40+90=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC285A is #03D7A5. Grayscale: #6D6D6D. Windows color (decimal): -251814 or 5908732. OLE color: 5908732.
HSL color Cylindrical-coordinate representation of color #FC285A: hue angle of 345.85º 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 #FC285A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 90 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.01 |
| HSL | 345.85º | 0.97% | 0.57% | - |
| HSV(B) | 345.85º | 0.84% | 0.99% | - |
| XYZ | 42.75 | 22.95 | 11.85 | - |
| YUV | 109.09 | 117.24 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 90 | 0 | 0.84 | 0.64 | 0.01 | 345.85 | 0.97 | 0.57 |
| Hex | FC | 28 | 5A | 0 | 54 | 40 | 1 | 15A | 61 | 39 |
| Octal | 374 | 50 | 132 | 0 | 124 | 100 | 1 | 532 | 141 | 71 |
| Binary | 11111100 | 101000 | 1011010 | 0 | 1010100 | 1000000 | 1 | 101011010 | 1100001 | 111001 |
Color Harmonies of #FC285A
Complementary color
Monochromatic Colors of #FC285A
Black with #FC285A
Text Example
Text Example
White with #FC285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC285A; }
p { color: rgb(252,40,90); }
H1.HeaderClassName
{
color: #FC285A;
}
.AnyTagClassName
{
color: #FC285A;
}
</style>
background-color css
<style>
a { background-color: #FC285A; }
a { background-color: rgb(252,40,90); }
div.DivClassName
{
background-color: #FC285A;
}
.BgClassName
{
background-color: #FC285A;
}
</style>
border-color css
<style>
span { border-color: #FC285A; }
span { border-color: rgb(252,40,90); }
td.TdClassName
{
border-color: #FC285A;
}
.TagClassName
{
border-color: #FC285A;
}
</style>