Shades of Radical Red #FC2572
Tints of Radical Red #FC2572
RGB
CMYK
RGB Variations
Color information
#FC2572 (or 0xFC2572) is known color: Radical Red. HEX triplet: FC, 25 and 72. RGB value is (252,37,114). Sum of RGB (Red+Green+Blue) = 252+37+114=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2572 is #03DA8D. Grayscale: #6D6D6D. Windows color (decimal): -252558 or 7480828. OLE color: 7480828.
HSL color Cylindrical-coordinate representation of color #FC2572: hue angle of 338.51º 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 #FC2572 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 114 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.01 |
| HSL | 338.51º | 0.97% | 0.57% | - |
| HSV(B) | 338.51º | 0.85% | 0.99% | - |
| XYZ | 43.84 | 23.23 | 18.09 | - |
| YUV | 110.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 114 | 0 | 0.85 | 0.55 | 0.01 | 338.51 | 0.97 | 0.57 |
| Hex | FC | 25 | 72 | 0 | 55 | 37 | 1 | 153 | 61 | 39 |
| Octal | 374 | 45 | 162 | 0 | 125 | 67 | 1 | 523 | 141 | 71 |
| Binary | 11111100 | 100101 | 1110010 | 0 | 1010101 | 110111 | 1 | 101010011 | 1100001 | 111001 |
Color Harmonies of #FC2572
Complementary color
Monochromatic Colors of #FC2572
Black with #FC2572
Text Example
Text Example
White with #FC2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2572; }
p { color: rgb(252,37,114); }
H1.HeaderClassName
{
color: #FC2572;
}
.AnyTagClassName
{
color: #FC2572;
}
</style>
background-color css
<style>
a { background-color: #FC2572; }
a { background-color: rgb(252,37,114); }
div.DivClassName
{
background-color: #FC2572;
}
.BgClassName
{
background-color: #FC2572;
}
</style>
border-color css
<style>
span { border-color: #FC2572; }
span { border-color: rgb(252,37,114); }
td.TdClassName
{
border-color: #FC2572;
}
.TagClassName
{
border-color: #FC2572;
}
</style>