Shades of Radical Red #FC1C5C
Tints of Radical Red #FC1C5C
RGB
CMYK
RGB Variations
Color information
#FC1C5C (or 0xFC1C5C) is known color: Radical Red. HEX triplet: FC, 1C and 5C. RGB value is (252,28,92). Sum of RGB (Red+Green+Blue) = 252+28+92=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C5C is #03E3A3. Grayscale: #666666. Windows color (decimal): -254884 or 6036732. OLE color: 6036732.
HSL color Cylindrical-coordinate representation of color #FC1C5C: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C5C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 92 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.01 |
| HSL | 342.86º | 0.97% | 0.55% | - |
| HSV(B) | 342.86º | 0.89% | 0.99% | - |
| XYZ | 42.49 | 22.3 | 12.19 | - |
| YUV | 102.27 | 122.21 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 92 | 0 | 0.89 | 0.63 | 0.01 | 342.86 | 0.97 | 0.55 |
| Hex | FC | 1C | 5C | 0 | 59 | 3F | 1 | 157 | 61 | 37 |
| Octal | 374 | 34 | 134 | 0 | 131 | 77 | 1 | 527 | 141 | 67 |
| Binary | 11111100 | 11100 | 1011100 | 0 | 1011001 | 111111 | 1 | 101010111 | 1100001 | 110111 |
Color Harmonies of #FC1C5C
Complementary color
Monochromatic Colors of #FC1C5C
Black with #FC1C5C
Text Example
Text Example
White with #FC1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C5C; }
p { color: rgb(252,28,92); }
H1.HeaderClassName
{
color: #FC1C5C;
}
.AnyTagClassName
{
color: #FC1C5C;
}
</style>
background-color css
<style>
a { background-color: #FC1C5C; }
a { background-color: rgb(252,28,92); }
div.DivClassName
{
background-color: #FC1C5C;
}
.BgClassName
{
background-color: #FC1C5C;
}
</style>
border-color css
<style>
span { border-color: #FC1C5C; }
span { border-color: rgb(252,28,92); }
td.TdClassName
{
border-color: #FC1C5C;
}
.TagClassName
{
border-color: #FC1C5C;
}
</style>