Shades of Radical Red #FC2B5D
Tints of Radical Red #FC2B5D
RGB
CMYK
RGB Variations
Color information
#FC2B5D (or 0xFC2B5D) is known color: Radical Red. HEX triplet: FC, 2B and 5D. RGB value is (252,43,93). Sum of RGB (Red+Green+Blue) = 252+43+93=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2B5D is #03D4A2. Grayscale: #6F6F6F. Windows color (decimal): -251043 or 6106108. OLE color: 6106108.
HSL color Cylindrical-coordinate representation of color #FC2B5D: hue angle of 345.65º 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 #FC2B5D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 93 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.01 |
| HSL | 345.65º | 0.97% | 0.58% | - |
| HSV(B) | 345.65º | 0.83% | 0.99% | - |
| XYZ | 42.98 | 23.21 | 12.57 | - |
| YUV | 111.19 | 117.74 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 93 | 0 | 0.83 | 0.63 | 0.01 | 345.65 | 0.97 | 0.58 |
| Hex | FC | 2B | 5D | 0 | 53 | 3F | 1 | 15A | 61 | 3A |
| Octal | 374 | 53 | 135 | 0 | 123 | 77 | 1 | 532 | 141 | 72 |
| Binary | 11111100 | 101011 | 1011101 | 0 | 1010011 | 111111 | 1 | 101011010 | 1100001 | 111010 |
Color Harmonies of #FC2B5D
Complementary color
Monochromatic Colors of #FC2B5D
Black with #FC2B5D
Text Example
Text Example
White with #FC2B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B5D; }
p { color: rgb(252,43,93); }
H1.HeaderClassName
{
color: #FC2B5D;
}
.AnyTagClassName
{
color: #FC2B5D;
}
</style>
background-color css
<style>
a { background-color: #FC2B5D; }
a { background-color: rgb(252,43,93); }
div.DivClassName
{
background-color: #FC2B5D;
}
.BgClassName
{
background-color: #FC2B5D;
}
</style>
border-color css
<style>
span { border-color: #FC2B5D; }
span { border-color: rgb(252,43,93); }
td.TdClassName
{
border-color: #FC2B5D;
}
.TagClassName
{
border-color: #FC2B5D;
}
</style>