Shades of Radical Red #FC2551
Tints of Radical Red #FC2551
RGB
CMYK
RGB Variations
Color information
#FC2551 (or 0xFC2551) is known color: Radical Red. HEX triplet: FC, 25 and 51. RGB value is (252,37,81). Sum of RGB (Red+Green+Blue) = 252+37+81=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2551 is #03DAAE. Grayscale: #6A6A6A. Windows color (decimal): -252591 or 5318140. OLE color: 5318140.
HSL color Cylindrical-coordinate representation of color #FC2551: hue angle of 347.72º 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 #FC2551 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 81 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.01 |
| HSL | 347.72º | 0.97% | 0.57% | - |
| HSV(B) | 347.72º | 0.85% | 0.99% | - |
| XYZ | 42.29 | 22.61 | 9.92 | - |
| YUV | 106.3 | 113.73 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 81 | 0 | 0.85 | 0.68 | 0.01 | 347.72 | 0.97 | 0.57 |
| Hex | FC | 25 | 51 | 0 | 55 | 44 | 1 | 15C | 61 | 39 |
| Octal | 374 | 45 | 121 | 0 | 125 | 104 | 1 | 534 | 141 | 71 |
| Binary | 11111100 | 100101 | 1010001 | 0 | 1010101 | 1000100 | 1 | 101011100 | 1100001 | 111001 |
Color Harmonies of #FC2551
Complementary color
Monochromatic Colors of #FC2551
Black with #FC2551
Text Example
Text Example
White with #FC2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2551; }
p { color: rgb(252,37,81); }
H1.HeaderClassName
{
color: #FC2551;
}
.AnyTagClassName
{
color: #FC2551;
}
</style>
background-color css
<style>
a { background-color: #FC2551; }
a { background-color: rgb(252,37,81); }
div.DivClassName
{
background-color: #FC2551;
}
.BgClassName
{
background-color: #FC2551;
}
</style>
border-color css
<style>
span { border-color: #FC2551; }
span { border-color: rgb(252,37,81); }
td.TdClassName
{
border-color: #FC2551;
}
.TagClassName
{
border-color: #FC2551;
}
</style>