Shades of Radical Red #FC1C6D
Tints of Radical Red #FC1C6D
RGB
CMYK
RGB Variations
Color information
#FC1C6D (or 0xFC1C6D) is known color: Radical Red. HEX triplet: FC, 1C and 6D. RGB value is (252,28,109). Sum of RGB (Red+Green+Blue) = 252+28+109=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C6D is #03E392. Grayscale: #686868. Windows color (decimal): -254867 or 7150844. OLE color: 7150844.
HSL color Cylindrical-coordinate representation of color #FC1C6D: hue angle of 338.3º 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 #FC1C6D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 109 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.01 |
| HSL | 338.3º | 0.97% | 0.55% | - |
| HSV(B) | 338.3º | 0.89% | 0.99% | - |
| XYZ | 43.32 | 22.63 | 16.55 | - |
| YUV | 104.21 | 130.71 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 109 | 0 | 0.89 | 0.57 | 0.01 | 338.3 | 0.97 | 0.55 |
| Hex | FC | 1C | 6D | 0 | 59 | 39 | 1 | 152 | 61 | 37 |
| Octal | 374 | 34 | 155 | 0 | 131 | 71 | 1 | 522 | 141 | 67 |
| Binary | 11111100 | 11100 | 1101101 | 0 | 1011001 | 111001 | 1 | 101010010 | 1100001 | 110111 |
Color Harmonies of #FC1C6D
Complementary color
Monochromatic Colors of #FC1C6D
Black with #FC1C6D
Text Example
Text Example
White with #FC1C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C6D; }
p { color: rgb(252,28,109); }
H1.HeaderClassName
{
color: #FC1C6D;
}
.AnyTagClassName
{
color: #FC1C6D;
}
</style>
background-color css
<style>
a { background-color: #FC1C6D; }
a { background-color: rgb(252,28,109); }
div.DivClassName
{
background-color: #FC1C6D;
}
.BgClassName
{
background-color: #FC1C6D;
}
</style>
border-color css
<style>
span { border-color: #FC1C6D; }
span { border-color: rgb(252,28,109); }
td.TdClassName
{
border-color: #FC1C6D;
}
.TagClassName
{
border-color: #FC1C6D;
}
</style>