Shades of Radical Red #FC2153
Tints of Radical Red #FC2153
RGB
CMYK
RGB Variations
Color information
#FC2153 (or 0xFC2153) is known color: Radical Red. HEX triplet: FC, 21 and 53. RGB value is (252,33,83). Sum of RGB (Red+Green+Blue) = 252+33+83=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2153 is #03DEAC. Grayscale: #686868. Windows color (decimal): -253613 or 5448188. OLE color: 5448188.
HSL color Cylindrical-coordinate representation of color #FC2153: hue angle of 346.3º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2153 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 83 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.01 |
| HSL | 346.3º | 0.97% | 0.56% | - |
| HSV(B) | 346.3º | 0.87% | 0.99% | - |
| XYZ | 42.25 | 22.41 | 10.28 | - |
| YUV | 104.18 | 116.05 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 83 | 0 | 0.87 | 0.67 | 0.01 | 346.3 | 0.97 | 0.56 |
| Hex | FC | 21 | 53 | 0 | 57 | 43 | 1 | 15A | 61 | 38 |
| Octal | 374 | 41 | 123 | 0 | 127 | 103 | 1 | 532 | 141 | 70 |
| Binary | 11111100 | 100001 | 1010011 | 0 | 1010111 | 1000011 | 1 | 101011010 | 1100001 | 111000 |
Color Harmonies of #FC2153
Complementary color
Monochromatic Colors of #FC2153
Black with #FC2153
Text Example
Text Example
White with #FC2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2153; }
p { color: rgb(252,33,83); }
H1.HeaderClassName
{
color: #FC2153;
}
.AnyTagClassName
{
color: #FC2153;
}
</style>
background-color css
<style>
a { background-color: #FC2153; }
a { background-color: rgb(252,33,83); }
div.DivClassName
{
background-color: #FC2153;
}
.BgClassName
{
background-color: #FC2153;
}
</style>
border-color css
<style>
span { border-color: #FC2153; }
span { border-color: rgb(252,33,83); }
td.TdClassName
{
border-color: #FC2153;
}
.TagClassName
{
border-color: #FC2153;
}
</style>