Shades of Radical Red #FD2C71
Tints of Radical Red #FD2C71
RGB
CMYK
RGB Variations
Color information
#FD2C71 (or 0xFD2C71) is known color: Radical Red. HEX triplet: FD, 2C and 71. RGB value is (253,44,113). Sum of RGB (Red+Green+Blue) = 253+44+113=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2C71 is #02D38E. Grayscale: #727272. Windows color (decimal): -185231 or 7417085. OLE color: 7417085.
HSL color Cylindrical-coordinate representation of color #FD2C71: hue angle of 340.19º degrees, saturation: 0.98, 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 #FD2C71 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 113 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.01 |
| HSL | 340.19º | 0.98% | 0.58% | - |
| HSV(B) | 340.19º | 0.83% | 0.99% | - |
| XYZ | 44.39 | 23.88 | 17.89 | - |
| YUV | 114.36 | 127.24 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 113 | 0 | 0.83 | 0.55 | 0.01 | 340.19 | 0.98 | 0.58 |
| Hex | FD | 2C | 71 | 0 | 53 | 37 | 1 | 154 | 62 | 3A |
| Octal | 375 | 54 | 161 | 0 | 123 | 67 | 1 | 524 | 142 | 72 |
| Binary | 11111101 | 101100 | 1110001 | 0 | 1010011 | 110111 | 1 | 101010100 | 1100010 | 111010 |
Color Harmonies of #FD2C71
Complementary color
Monochromatic Colors of #FD2C71
Black with #FD2C71
Text Example
Text Example
White with #FD2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C71; }
p { color: rgb(253,44,113); }
H1.HeaderClassName
{
color: #FD2C71;
}
.AnyTagClassName
{
color: #FD2C71;
}
</style>
background-color css
<style>
a { background-color: #FD2C71; }
a { background-color: rgb(253,44,113); }
div.DivClassName
{
background-color: #FD2C71;
}
.BgClassName
{
background-color: #FD2C71;
}
</style>
border-color css
<style>
span { border-color: #FD2C71; }
span { border-color: rgb(253,44,113); }
td.TdClassName
{
border-color: #FD2C71;
}
.TagClassName
{
border-color: #FD2C71;
}
</style>