Shades of Radical Red #FC2850
Tints of Radical Red #FC2850
RGB
CMYK
RGB Variations
Color information
#FC2850 (or 0xFC2850) is known color: Radical Red. HEX triplet: FC, 28 and 50. RGB value is (252,40,80). Sum of RGB (Red+Green+Blue) = 252+40+80=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2850 is #03D7AF. Grayscale: #6B6B6B. Windows color (decimal): -251824 or 5253372. OLE color: 5253372.
HSL color Cylindrical-coordinate representation of color #FC2850: hue angle of 348.68º 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 #FC2850 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 80 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.01 |
| HSL | 348.68º | 0.97% | 0.57% | - |
| HSV(B) | 348.68º | 0.84% | 0.99% | - |
| XYZ | 42.35 | 22.79 | 9.76 | - |
| YUV | 107.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 80 | 0 | 0.84 | 0.68 | 0.01 | 348.68 | 0.97 | 0.57 |
| Hex | FC | 28 | 50 | 0 | 54 | 44 | 1 | 15D | 61 | 39 |
| Octal | 374 | 50 | 120 | 0 | 124 | 104 | 1 | 535 | 141 | 71 |
| Binary | 11111100 | 101000 | 1010000 | 0 | 1010100 | 1000100 | 1 | 101011101 | 1100001 | 111001 |
Color Harmonies of #FC2850
Complementary color
Monochromatic Colors of #FC2850
Black with #FC2850
Text Example
Text Example
White with #FC2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2850; }
p { color: rgb(252,40,80); }
H1.HeaderClassName
{
color: #FC2850;
}
.AnyTagClassName
{
color: #FC2850;
}
</style>
background-color css
<style>
a { background-color: #FC2850; }
a { background-color: rgb(252,40,80); }
div.DivClassName
{
background-color: #FC2850;
}
.BgClassName
{
background-color: #FC2850;
}
</style>
border-color css
<style>
span { border-color: #FC2850; }
span { border-color: rgb(252,40,80); }
td.TdClassName
{
border-color: #FC2850;
}
.TagClassName
{
border-color: #FC2850;
}
</style>