Shades of Radical Red #FC2275
Tints of Radical Red #FC2275
RGB
CMYK
RGB Variations
Color information
#FC2275 (or 0xFC2275) is known color: Radical Red. HEX triplet: FC, 22 and 75. RGB value is (252,34,117). Sum of RGB (Red+Green+Blue) = 252+34+117=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2275 is #03DD8A. Grayscale: #6C6C6C. Windows color (decimal): -253323 or 7676668. OLE color: 7676668.
HSL color Cylindrical-coordinate representation of color #FC2275: hue angle of 337.16º 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 #FC2275 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 117 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.01 |
| HSL | 337.16º | 0.97% | 0.56% | - |
| HSV(B) | 337.16º | 0.87% | 0.99% | - |
| XYZ | 43.93 | 23.12 | 18.98 | - |
| YUV | 108.64 | 132.72 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 117 | 0 | 0.87 | 0.54 | 0.01 | 337.16 | 0.97 | 0.56 |
| Hex | FC | 22 | 75 | 0 | 57 | 36 | 1 | 151 | 61 | 38 |
| Octal | 374 | 42 | 165 | 0 | 127 | 66 | 1 | 521 | 141 | 70 |
| Binary | 11111100 | 100010 | 1110101 | 0 | 1010111 | 110110 | 1 | 101010001 | 1100001 | 111000 |
Color Harmonies of #FC2275
Complementary color
Monochromatic Colors of #FC2275
Black with #FC2275
Text Example
Text Example
White with #FC2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2275; }
p { color: rgb(252,34,117); }
H1.HeaderClassName
{
color: #FC2275;
}
.AnyTagClassName
{
color: #FC2275;
}
</style>
background-color css
<style>
a { background-color: #FC2275; }
a { background-color: rgb(252,34,117); }
div.DivClassName
{
background-color: #FC2275;
}
.BgClassName
{
background-color: #FC2275;
}
</style>
border-color css
<style>
span { border-color: #FC2275; }
span { border-color: rgb(252,34,117); }
td.TdClassName
{
border-color: #FC2275;
}
.TagClassName
{
border-color: #FC2275;
}
</style>