Shades of Radical Red #FC2552
Tints of Radical Red #FC2552
RGB
CMYK
RGB Variations
Color information
#FC2552 (or 0xFC2552) is known color: Radical Red. HEX triplet: FC, 25 and 52. RGB value is (252,37,82). Sum of RGB (Red+Green+Blue) = 252+37+82=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2552 is #03DAAD. Grayscale: #6A6A6A. Windows color (decimal): -252590 or 5383676. OLE color: 5383676.
HSL color Cylindrical-coordinate representation of color #FC2552: hue angle of 347.44º 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 #FC2552 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 82 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.01 |
| HSL | 347.44º | 0.97% | 0.57% | - |
| HSV(B) | 347.44º | 0.85% | 0.99% | - |
| XYZ | 42.33 | 22.63 | 10.12 | - |
| YUV | 106.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 82 | 0 | 0.85 | 0.67 | 0.01 | 347.44 | 0.97 | 0.57 |
| Hex | FC | 25 | 52 | 0 | 55 | 43 | 1 | 15B | 61 | 39 |
| Octal | 374 | 45 | 122 | 0 | 125 | 103 | 1 | 533 | 141 | 71 |
| Binary | 11111100 | 100101 | 1010010 | 0 | 1010101 | 1000011 | 1 | 101011011 | 1100001 | 111001 |
Color Harmonies of #FC2552
Complementary color
Monochromatic Colors of #FC2552
Black with #FC2552
Text Example
Text Example
White with #FC2552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2552; }
p { color: rgb(252,37,82); }
H1.HeaderClassName
{
color: #FC2552;
}
.AnyTagClassName
{
color: #FC2552;
}
</style>
background-color css
<style>
a { background-color: #FC2552; }
a { background-color: rgb(252,37,82); }
div.DivClassName
{
background-color: #FC2552;
}
.BgClassName
{
background-color: #FC2552;
}
</style>
border-color css
<style>
span { border-color: #FC2552; }
span { border-color: rgb(252,37,82); }
td.TdClassName
{
border-color: #FC2552;
}
.TagClassName
{
border-color: #FC2552;
}
</style>