Shades of Radical Red #FC2573
Tints of Radical Red #FC2573
RGB
CMYK
RGB Variations
Color information
#FC2573 (or 0xFC2573) is known color: Radical Red. HEX triplet: FC, 25 and 73. RGB value is (252,37,115). Sum of RGB (Red+Green+Blue) = 252+37+115=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2573 is #03DA8C. Grayscale: #6E6E6E. Windows color (decimal): -252557 or 7546364. OLE color: 7546364.
HSL color Cylindrical-coordinate representation of color #FC2573: hue angle of 338.23º 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 #FC2573 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 115 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.01 |
| HSL | 338.23º | 0.97% | 0.57% | - |
| HSV(B) | 338.23º | 0.85% | 0.99% | - |
| XYZ | 43.9 | 23.26 | 18.39 | - |
| YUV | 110.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 115 | 0 | 0.85 | 0.54 | 0.01 | 338.23 | 0.97 | 0.57 |
| Hex | FC | 25 | 73 | 0 | 55 | 36 | 1 | 152 | 61 | 39 |
| Octal | 374 | 45 | 163 | 0 | 125 | 66 | 1 | 522 | 141 | 71 |
| Binary | 11111100 | 100101 | 1110011 | 0 | 1010101 | 110110 | 1 | 101010010 | 1100001 | 111001 |
Color Harmonies of #FC2573
Complementary color
Monochromatic Colors of #FC2573
Black with #FC2573
Text Example
Text Example
White with #FC2573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2573; }
p { color: rgb(252,37,115); }
H1.HeaderClassName
{
color: #FC2573;
}
.AnyTagClassName
{
color: #FC2573;
}
</style>
background-color css
<style>
a { background-color: #FC2573; }
a { background-color: rgb(252,37,115); }
div.DivClassName
{
background-color: #FC2573;
}
.BgClassName
{
background-color: #FC2573;
}
</style>
border-color css
<style>
span { border-color: #FC2573; }
span { border-color: rgb(252,37,115); }
td.TdClassName
{
border-color: #FC2573;
}
.TagClassName
{
border-color: #FC2573;
}
</style>