Shades of Radical Red #FC215D
Tints of Radical Red #FC215D
RGB
CMYK
RGB Variations
Color information
#FC215D (or 0xFC215D) is known color: Radical Red. HEX triplet: FC, 21 and 5D. RGB value is (252,33,93). Sum of RGB (Red+Green+Blue) = 252+33+93=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC215D is #03DEA2. Grayscale: #696969. Windows color (decimal): -253603 or 6103548. OLE color: 6103548.
HSL color Cylindrical-coordinate representation of color #FC215D: hue angle of 343.56º 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 #FC215D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 93 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.01 |
| HSL | 343.56º | 0.97% | 0.56% | - |
| HSV(B) | 343.56º | 0.87% | 0.99% | - |
| XYZ | 42.66 | 22.57 | 12.46 | - |
| YUV | 105.32 | 121.05 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 93 | 0 | 0.87 | 0.63 | 0.01 | 343.56 | 0.97 | 0.56 |
| Hex | FC | 21 | 5D | 0 | 57 | 3F | 1 | 158 | 61 | 38 |
| Octal | 374 | 41 | 135 | 0 | 127 | 77 | 1 | 530 | 141 | 70 |
| Binary | 11111100 | 100001 | 1011101 | 0 | 1010111 | 111111 | 1 | 101011000 | 1100001 | 111000 |
Color Harmonies of #FC215D
Complementary color
Monochromatic Colors of #FC215D
Black with #FC215D
Text Example
Text Example
White with #FC215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC215D; }
p { color: rgb(252,33,93); }
H1.HeaderClassName
{
color: #FC215D;
}
.AnyTagClassName
{
color: #FC215D;
}
</style>
background-color css
<style>
a { background-color: #FC215D; }
a { background-color: rgb(252,33,93); }
div.DivClassName
{
background-color: #FC215D;
}
.BgClassName
{
background-color: #FC215D;
}
</style>
border-color css
<style>
span { border-color: #FC215D; }
span { border-color: rgb(252,33,93); }
td.TdClassName
{
border-color: #FC215D;
}
.TagClassName
{
border-color: #FC215D;
}
</style>