Shades of Radical Red #FD3C62
Tints of Radical Red #FD3C62
RGB
CMYK
RGB Variations
Color information
#FD3C62 (or 0xFD3C62) is known color: Radical Red. HEX triplet: FD, 3C and 62. RGB value is (253,60,98). Sum of RGB (Red+Green+Blue) = 253+60+98=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C62 is #02C39D. Grayscale: #7A7A7A. Windows color (decimal): -181150 or 6438141. OLE color: 6438141.
HSL color Cylindrical-coordinate representation of color #FD3C62: hue angle of 348.19º 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 #FD3C62 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 98 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.01 |
| HSL | 348.19º | 0.98% | 0.61% | - |
| HSV(B) | 348.19º | 0.76% | 0.99% | - |
| XYZ | 44.33 | 25 | 14.04 | - |
| YUV | 122.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 98 | 0 | 0.76 | 0.61 | 0.01 | 348.19 | 0.98 | 0.61 |
| Hex | FD | 3C | 62 | 0 | 4C | 3D | 1 | 15C | 62 | 3D |
| Octal | 375 | 74 | 142 | 0 | 114 | 75 | 1 | 534 | 142 | 75 |
| Binary | 11111101 | 111100 | 1100010 | 0 | 1001100 | 111101 | 1 | 101011100 | 1100010 | 111101 |
Color Harmonies of #FD3C62
Complementary color
Monochromatic Colors of #FD3C62
Black with #FD3C62
Text Example
Text Example
White with #FD3C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C62; }
p { color: rgb(253,60,98); }
H1.HeaderClassName
{
color: #FD3C62;
}
.AnyTagClassName
{
color: #FD3C62;
}
</style>
background-color css
<style>
a { background-color: #FD3C62; }
a { background-color: rgb(253,60,98); }
div.DivClassName
{
background-color: #FD3C62;
}
.BgClassName
{
background-color: #FD3C62;
}
</style>
border-color css
<style>
span { border-color: #FD3C62; }
span { border-color: rgb(253,60,98); }
td.TdClassName
{
border-color: #FD3C62;
}
.TagClassName
{
border-color: #FD3C62;
}
</style>