Shades of Radical Red #FC2550
Tints of Radical Red #FC2550
RGB
CMYK
RGB Variations
Color information
#FC2550 (or 0xFC2550) is known color: Radical Red. HEX triplet: FC, 25 and 50. RGB value is (252,37,80). Sum of RGB (Red+Green+Blue) = 252+37+80=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2550 is #03DAAF. Grayscale: #6A6A6A. Windows color (decimal): -252592 or 5252604. OLE color: 5252604.
HSL color Cylindrical-coordinate representation of color #FC2550: hue angle of 348º 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 #FC2550 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 80 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.01 |
| HSL | 348º | 0.97% | 0.57% | - |
| HSV(B) | 348º | 0.85% | 0.99% | - |
| XYZ | 42.25 | 22.6 | 9.72 | - |
| YUV | 106.19 | 113.23 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 80 | 0 | 0.85 | 0.68 | 0.01 | 348 | 0.97 | 0.57 |
| Hex | FC | 25 | 50 | 0 | 55 | 44 | 1 | 15C | 61 | 39 |
| Octal | 374 | 45 | 120 | 0 | 125 | 104 | 1 | 534 | 141 | 71 |
| Binary | 11111100 | 100101 | 1010000 | 0 | 1010101 | 1000100 | 1 | 101011100 | 1100001 | 111001 |
Color Harmonies of #FC2550
Complementary color
Monochromatic Colors of #FC2550
Black with #FC2550
Text Example
Text Example
White with #FC2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2550; }
p { color: rgb(252,37,80); }
H1.HeaderClassName
{
color: #FC2550;
}
.AnyTagClassName
{
color: #FC2550;
}
</style>
background-color css
<style>
a { background-color: #FC2550; }
a { background-color: rgb(252,37,80); }
div.DivClassName
{
background-color: #FC2550;
}
.BgClassName
{
background-color: #FC2550;
}
</style>
border-color css
<style>
span { border-color: #FC2550; }
span { border-color: rgb(252,37,80); }
td.TdClassName
{
border-color: #FC2550;
}
.TagClassName
{
border-color: #FC2550;
}
</style>