Shades of Radical Red #FC2564
Tints of Radical Red #FC2564
RGB
CMYK
RGB Variations
Color information
#FC2564 (or 0xFC2564) is known color: Radical Red. HEX triplet: FC, 25 and 64. RGB value is (252,37,100). Sum of RGB (Red+Green+Blue) = 252+37+100=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2564 is #03DA9B. Grayscale: #6C6C6C. Windows color (decimal): -252572 or 6563324. OLE color: 6563324.
HSL color Cylindrical-coordinate representation of color #FC2564: hue angle of 342.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2564 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 100 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.01 |
| HSL | 342.42º | 0.97% | 0.57% | - |
| HSV(B) | 342.42º | 0.85% | 0.99% | - |
| XYZ | 43.11 | 22.94 | 14.21 | - |
| YUV | 108.47 | 123.23 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 100 | 0 | 0.85 | 0.60 | 0.01 | 342.42 | 0.97 | 0.57 |
| Hex | FC | 25 | 64 | 0 | 55 | 3C | 1 | 156 | 61 | 39 |
| Octal | 374 | 45 | 144 | 0 | 125 | 74 | 1 | 526 | 141 | 71 |
| Binary | 11111100 | 100101 | 1100100 | 0 | 1010101 | 111100 | 1 | 101010110 | 1100001 | 111001 |
Color Harmonies of #FC2564
Complementary color
Monochromatic Colors of #FC2564
Black with #FC2564
Text Example
Text Example
White with #FC2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2564; }
p { color: rgb(252,37,100); }
H1.HeaderClassName
{
color: #FC2564;
}
.AnyTagClassName
{
color: #FC2564;
}
</style>
background-color css
<style>
a { background-color: #FC2564; }
a { background-color: rgb(252,37,100); }
div.DivClassName
{
background-color: #FC2564;
}
.BgClassName
{
background-color: #FC2564;
}
</style>
border-color css
<style>
span { border-color: #FC2564; }
span { border-color: rgb(252,37,100); }
td.TdClassName
{
border-color: #FC2564;
}
.TagClassName
{
border-color: #FC2564;
}
</style>