Shades of Radical Red #FC2D5B
Tints of Radical Red #FC2D5B
RGB
CMYK
RGB Variations
Color information
#FC2D5B (or 0xFC2D5B) is known color: Radical Red. HEX triplet: FC, 2D and 5B. RGB value is (252,45,91). Sum of RGB (Red+Green+Blue) = 252+45+91=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D5B is #03D2A4. Grayscale: #707070. Windows color (decimal): -250533 or 5975548. OLE color: 5975548.
HSL color Cylindrical-coordinate representation of color #FC2D5B: hue angle of 346.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D5B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 91 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.01 |
| HSL | 346.67º | 0.97% | 0.58% | - |
| HSV(B) | 346.67º | 0.82% | 0.99% | - |
| XYZ | 42.97 | 23.33 | 12.14 | - |
| YUV | 112.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 91 | 0 | 0.82 | 0.64 | 0.01 | 346.67 | 0.97 | 0.58 |
| Hex | FC | 2D | 5B | 0 | 52 | 40 | 1 | 15B | 61 | 3A |
| Octal | 374 | 55 | 133 | 0 | 122 | 100 | 1 | 533 | 141 | 72 |
| Binary | 11111100 | 101101 | 1011011 | 0 | 1010010 | 1000000 | 1 | 101011011 | 1100001 | 111010 |
Color Harmonies of #FC2D5B
Complementary color
Monochromatic Colors of #FC2D5B
Black with #FC2D5B
Text Example
Text Example
White with #FC2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D5B; }
p { color: rgb(252,45,91); }
H1.HeaderClassName
{
color: #FC2D5B;
}
.AnyTagClassName
{
color: #FC2D5B;
}
</style>
background-color css
<style>
a { background-color: #FC2D5B; }
a { background-color: rgb(252,45,91); }
div.DivClassName
{
background-color: #FC2D5B;
}
.BgClassName
{
background-color: #FC2D5B;
}
</style>
border-color css
<style>
span { border-color: #FC2D5B; }
span { border-color: rgb(252,45,91); }
td.TdClassName
{
border-color: #FC2D5B;
}
.TagClassName
{
border-color: #FC2D5B;
}
</style>