Shades of Radical Red #FD3C5A
Tints of Radical Red #FD3C5A
RGB
CMYK
RGB Variations
Color information
#FD3C5A (or 0xFD3C5A) is known color: Radical Red. HEX triplet: FD, 3C and 5A. RGB value is (253,60,90). Sum of RGB (Red+Green+Blue) = 253+60+90=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C5A is #02C3A5. Grayscale: #797979. Windows color (decimal): -181158 or 5913853. OLE color: 5913853.
HSL color Cylindrical-coordinate representation of color #FD3C5A: hue angle of 350.67º 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 #FD3C5A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 90 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.01 |
| HSL | 350.67º | 0.98% | 0.61% | - |
| HSV(B) | 350.67º | 0.76% | 0.99% | - |
| XYZ | 43.97 | 24.85 | 12.15 | - |
| YUV | 121.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 90 | 0 | 0.76 | 0.64 | 0.01 | 350.67 | 0.98 | 0.61 |
| Hex | FD | 3C | 5A | 0 | 4C | 40 | 1 | 15F | 62 | 3D |
| Octal | 375 | 74 | 132 | 0 | 114 | 100 | 1 | 537 | 142 | 75 |
| Binary | 11111101 | 111100 | 1011010 | 0 | 1001100 | 1000000 | 1 | 101011111 | 1100010 | 111101 |
Color Harmonies of #FD3C5A
Complementary color
Monochromatic Colors of #FD3C5A
Black with #FD3C5A
Text Example
Text Example
White with #FD3C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C5A; }
p { color: rgb(253,60,90); }
H1.HeaderClassName
{
color: #FD3C5A;
}
.AnyTagClassName
{
color: #FD3C5A;
}
</style>
background-color css
<style>
a { background-color: #FD3C5A; }
a { background-color: rgb(253,60,90); }
div.DivClassName
{
background-color: #FD3C5A;
}
.BgClassName
{
background-color: #FD3C5A;
}
</style>
border-color css
<style>
span { border-color: #FD3C5A; }
span { border-color: rgb(253,60,90); }
td.TdClassName
{
border-color: #FD3C5A;
}
.TagClassName
{
border-color: #FD3C5A;
}
</style>