Shades of Radical Red #FD3C65
Tints of Radical Red #FD3C65
RGB
CMYK
RGB Variations
Color information
#FD3C65 (or 0xFD3C65) is known color: Radical Red. HEX triplet: FD, 3C and 65. RGB value is (253,60,101). Sum of RGB (Red+Green+Blue) = 253+60+101=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C65 is #02C39A. Grayscale: #7A7A7A. Windows color (decimal): -181147 or 6634749. OLE color: 6634749.
HSL color Cylindrical-coordinate representation of color #FD3C65: hue angle of 347.25º 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 #FD3C65 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 101 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.01 |
| HSL | 347.25º | 0.98% | 0.61% | - |
| HSV(B) | 347.25º | 0.76% | 0.99% | - |
| XYZ | 44.47 | 25.05 | 14.8 | - |
| YUV | 122.38 | 115.94 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 101 | 0 | 0.76 | 0.60 | 0.01 | 347.25 | 0.98 | 0.61 |
| Hex | FD | 3C | 65 | 0 | 4C | 3C | 1 | 15B | 62 | 3D |
| Octal | 375 | 74 | 145 | 0 | 114 | 74 | 1 | 533 | 142 | 75 |
| Binary | 11111101 | 111100 | 1100101 | 0 | 1001100 | 111100 | 1 | 101011011 | 1100010 | 111101 |
Color Harmonies of #FD3C65
Complementary color
Monochromatic Colors of #FD3C65
Black with #FD3C65
Text Example
Text Example
White with #FD3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C65; }
p { color: rgb(253,60,101); }
H1.HeaderClassName
{
color: #FD3C65;
}
.AnyTagClassName
{
color: #FD3C65;
}
</style>
background-color css
<style>
a { background-color: #FD3C65; }
a { background-color: rgb(253,60,101); }
div.DivClassName
{
background-color: #FD3C65;
}
.BgClassName
{
background-color: #FD3C65;
}
</style>
border-color css
<style>
span { border-color: #FD3C65; }
span { border-color: rgb(253,60,101); }
td.TdClassName
{
border-color: #FD3C65;
}
.TagClassName
{
border-color: #FD3C65;
}
</style>