Shades of Radical Red #FC1C6B
Tints of Radical Red #FC1C6B
RGB
CMYK
RGB Variations
Color information
#FC1C6B (or 0xFC1C6B) is known color: Radical Red. HEX triplet: FC, 1C and 6B. RGB value is (252,28,107). Sum of RGB (Red+Green+Blue) = 252+28+107=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C6B is #03E394. Grayscale: #676767. Windows color (decimal): -254869 or 7019772. OLE color: 7019772.
HSL color Cylindrical-coordinate representation of color #FC1C6B: hue angle of 338.84º 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 #FC1C6B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 107 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.01 |
| HSL | 338.84º | 0.97% | 0.55% | - |
| HSV(B) | 338.84º | 0.89% | 0.99% | - |
| XYZ | 43.21 | 22.59 | 15.99 | - |
| YUV | 103.98 | 129.71 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 107 | 0 | 0.89 | 0.58 | 0.01 | 338.84 | 0.97 | 0.55 |
| Hex | FC | 1C | 6B | 0 | 59 | 3A | 1 | 153 | 61 | 37 |
| Octal | 374 | 34 | 153 | 0 | 131 | 72 | 1 | 523 | 141 | 67 |
| Binary | 11111100 | 11100 | 1101011 | 0 | 1011001 | 111010 | 1 | 101010011 | 1100001 | 110111 |
Color Harmonies of #FC1C6B
Complementary color
Monochromatic Colors of #FC1C6B
Black with #FC1C6B
Text Example
Text Example
White with #FC1C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C6B; }
p { color: rgb(252,28,107); }
H1.HeaderClassName
{
color: #FC1C6B;
}
.AnyTagClassName
{
color: #FC1C6B;
}
</style>
background-color css
<style>
a { background-color: #FC1C6B; }
a { background-color: rgb(252,28,107); }
div.DivClassName
{
background-color: #FC1C6B;
}
.BgClassName
{
background-color: #FC1C6B;
}
</style>
border-color css
<style>
span { border-color: #FC1C6B; }
span { border-color: rgb(252,28,107); }
td.TdClassName
{
border-color: #FC1C6B;
}
.TagClassName
{
border-color: #FC1C6B;
}
</style>