Shades of Radical Red #FC2875
Tints of Radical Red #FC2875
RGB
CMYK
RGB Variations
Color information
#FC2875 (or 0xFC2875) is known color: Radical Red. HEX triplet: FC, 28 and 75. RGB value is (252,40,117). Sum of RGB (Red+Green+Blue) = 252+40+117=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2875 is #03D78A. Grayscale: #707070. Windows color (decimal): -251787 or 7678204. OLE color: 7678204.
HSL color Cylindrical-coordinate representation of color #FC2875: hue angle of 338.21º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2875 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 117 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.01 |
| HSL | 338.21º | 0.97% | 0.57% | - |
| HSV(B) | 338.21º | 0.84% | 0.99% | - |
| XYZ | 44.11 | 23.5 | 19.04 | - |
| YUV | 112.17 | 130.74 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 117 | 0 | 0.84 | 0.54 | 0.01 | 338.21 | 0.97 | 0.57 |
| Hex | FC | 28 | 75 | 0 | 54 | 36 | 1 | 152 | 61 | 39 |
| Octal | 374 | 50 | 165 | 0 | 124 | 66 | 1 | 522 | 141 | 71 |
| Binary | 11111100 | 101000 | 1110101 | 0 | 1010100 | 110110 | 1 | 101010010 | 1100001 | 111001 |
Color Harmonies of #FC2875
Complementary color
Monochromatic Colors of #FC2875
Black with #FC2875
Text Example
Text Example
White with #FC2875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2875; }
p { color: rgb(252,40,117); }
H1.HeaderClassName
{
color: #FC2875;
}
.AnyTagClassName
{
color: #FC2875;
}
</style>
background-color css
<style>
a { background-color: #FC2875; }
a { background-color: rgb(252,40,117); }
div.DivClassName
{
background-color: #FC2875;
}
.BgClassName
{
background-color: #FC2875;
}
</style>
border-color css
<style>
span { border-color: #FC2875; }
span { border-color: rgb(252,40,117); }
td.TdClassName
{
border-color: #FC2875;
}
.TagClassName
{
border-color: #FC2875;
}
</style>