Shades of Radical Red #FC2B5C
Tints of Radical Red #FC2B5C
RGB
CMYK
RGB Variations
Color information
#FC2B5C (or 0xFC2B5C) is known color: Radical Red. HEX triplet: FC, 2B and 5C. RGB value is (252,43,92). Sum of RGB (Red+Green+Blue) = 252+43+92=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2B5C is #03D4A3. Grayscale: #6F6F6F. Windows color (decimal): -251044 or 6040572. OLE color: 6040572.
HSL color Cylindrical-coordinate representation of color #FC2B5C: hue angle of 345.93º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2B5C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 92 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.01 |
| HSL | 345.93º | 0.97% | 0.58% | - |
| HSV(B) | 345.93º | 0.83% | 0.99% | - |
| XYZ | 42.94 | 23.2 | 12.34 | - |
| YUV | 111.08 | 117.24 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 92 | 0 | 0.83 | 0.63 | 0.01 | 345.93 | 0.97 | 0.58 |
| Hex | FC | 2B | 5C | 0 | 53 | 3F | 1 | 15A | 61 | 3A |
| Octal | 374 | 53 | 134 | 0 | 123 | 77 | 1 | 532 | 141 | 72 |
| Binary | 11111100 | 101011 | 1011100 | 0 | 1010011 | 111111 | 1 | 101011010 | 1100001 | 111010 |
Color Harmonies of #FC2B5C
Complementary color
Monochromatic Colors of #FC2B5C
Black with #FC2B5C
Text Example
Text Example
White with #FC2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B5C; }
p { color: rgb(252,43,92); }
H1.HeaderClassName
{
color: #FC2B5C;
}
.AnyTagClassName
{
color: #FC2B5C;
}
</style>
background-color css
<style>
a { background-color: #FC2B5C; }
a { background-color: rgb(252,43,92); }
div.DivClassName
{
background-color: #FC2B5C;
}
.BgClassName
{
background-color: #FC2B5C;
}
</style>
border-color css
<style>
span { border-color: #FC2B5C; }
span { border-color: rgb(252,43,92); }
td.TdClassName
{
border-color: #FC2B5C;
}
.TagClassName
{
border-color: #FC2B5C;
}
</style>