Shades of Radical Red #FD3C5C
Tints of Radical Red #FD3C5C
RGB
CMYK
RGB Variations
Color information
#FD3C5C (or 0xFD3C5C) is known color: Radical Red. HEX triplet: FD, 3C and 5C. RGB value is (253,60,92). Sum of RGB (Red+Green+Blue) = 253+60+92=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C5C is #02C3A3. Grayscale: #797979. Windows color (decimal): -181156 or 6044925. OLE color: 6044925.
HSL color Cylindrical-coordinate representation of color #FD3C5C: hue angle of 350.05º 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 #FD3C5C is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 92 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.01 |
| HSL | 350.05º | 0.98% | 0.61% | - |
| HSV(B) | 350.05º | 0.76% | 0.99% | - |
| XYZ | 44.06 | 24.89 | 12.61 | - |
| YUV | 121.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 92 | 0 | 0.76 | 0.64 | 0.01 | 350.05 | 0.98 | 0.61 |
| Hex | FD | 3C | 5C | 0 | 4C | 40 | 1 | 15E | 62 | 3D |
| Octal | 375 | 74 | 134 | 0 | 114 | 100 | 1 | 536 | 142 | 75 |
| Binary | 11111101 | 111100 | 1011100 | 0 | 1001100 | 1000000 | 1 | 101011110 | 1100010 | 111101 |
Color Harmonies of #FD3C5C
Complementary color
Monochromatic Colors of #FD3C5C
Black with #FD3C5C
Text Example
Text Example
White with #FD3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C5C; }
p { color: rgb(253,60,92); }
H1.HeaderClassName
{
color: #FD3C5C;
}
.AnyTagClassName
{
color: #FD3C5C;
}
</style>
background-color css
<style>
a { background-color: #FD3C5C; }
a { background-color: rgb(253,60,92); }
div.DivClassName
{
background-color: #FD3C5C;
}
.BgClassName
{
background-color: #FD3C5C;
}
</style>
border-color css
<style>
span { border-color: #FD3C5C; }
span { border-color: rgb(253,60,92); }
td.TdClassName
{
border-color: #FD3C5C;
}
.TagClassName
{
border-color: #FD3C5C;
}
</style>