Shades of Radical Red #FD3C71
Tints of Radical Red #FD3C71
RGB
CMYK
RGB Variations
Color information
#FD3C71 (or 0xFD3C71) is known color: Radical Red. HEX triplet: FD, 3C and 71. RGB value is (253,60,113). Sum of RGB (Red+Green+Blue) = 253+60+113=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C71 is #02C38E. Grayscale: #7B7B7B. Windows color (decimal): -181135 or 7421181. OLE color: 7421181.
HSL color Cylindrical-coordinate representation of color #FD3C71: hue angle of 343.52º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C71 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 113 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.01 |
| HSL | 343.52º | 0.98% | 0.61% | - |
| HSV(B) | 343.52º | 0.76% | 0.99% | - |
| XYZ | 45.1 | 25.31 | 18.13 | - |
| YUV | 123.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 113 | 0 | 0.76 | 0.55 | 0.01 | 343.52 | 0.98 | 0.61 |
| Hex | FD | 3C | 71 | 0 | 4C | 37 | 1 | 158 | 62 | 3D |
| Octal | 375 | 74 | 161 | 0 | 114 | 67 | 1 | 530 | 142 | 75 |
| Binary | 11111101 | 111100 | 1110001 | 0 | 1001100 | 110111 | 1 | 101011000 | 1100010 | 111101 |
Color Harmonies of #FD3C71
Complementary color
Monochromatic Colors of #FD3C71
Black with #FD3C71
Text Example
Text Example
White with #FD3C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C71; }
p { color: rgb(253,60,113); }
H1.HeaderClassName
{
color: #FD3C71;
}
.AnyTagClassName
{
color: #FD3C71;
}
</style>
background-color css
<style>
a { background-color: #FD3C71; }
a { background-color: rgb(253,60,113); }
div.DivClassName
{
background-color: #FD3C71;
}
.BgClassName
{
background-color: #FD3C71;
}
</style>
border-color css
<style>
span { border-color: #FD3C71; }
span { border-color: rgb(253,60,113); }
td.TdClassName
{
border-color: #FD3C71;
}
.TagClassName
{
border-color: #FD3C71;
}
</style>