Shades of Radical Red #FD3C6A
Tints of Radical Red #FD3C6A
RGB
CMYK
RGB Variations
Color information
#FD3C6A (or 0xFD3C6A) is known color: Radical Red. HEX triplet: FD, 3C and 6A. RGB value is (253,60,106). Sum of RGB (Red+Green+Blue) = 253+60+106=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C6A is #02C395. Grayscale: #7A7A7A. Windows color (decimal): -181142 or 6962429. OLE color: 6962429.
HSL color Cylindrical-coordinate representation of color #FD3C6A: hue angle of 345.7º 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 #FD3C6A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 106 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.01 |
| HSL | 345.7º | 0.98% | 0.61% | - |
| HSV(B) | 345.7º | 0.76% | 0.99% | - |
| XYZ | 44.73 | 25.15 | 16.13 | - |
| YUV | 122.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 106 | 0 | 0.76 | 0.58 | 0.01 | 345.7 | 0.98 | 0.61 |
| Hex | FD | 3C | 6A | 0 | 4C | 3A | 1 | 15A | 62 | 3D |
| Octal | 375 | 74 | 152 | 0 | 114 | 72 | 1 | 532 | 142 | 75 |
| Binary | 11111101 | 111100 | 1101010 | 0 | 1001100 | 111010 | 1 | 101011010 | 1100010 | 111101 |
Color Harmonies of #FD3C6A
Complementary color
Monochromatic Colors of #FD3C6A
Black with #FD3C6A
Text Example
Text Example
White with #FD3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C6A; }
p { color: rgb(253,60,106); }
H1.HeaderClassName
{
color: #FD3C6A;
}
.AnyTagClassName
{
color: #FD3C6A;
}
</style>
background-color css
<style>
a { background-color: #FD3C6A; }
a { background-color: rgb(253,60,106); }
div.DivClassName
{
background-color: #FD3C6A;
}
.BgClassName
{
background-color: #FD3C6A;
}
</style>
border-color css
<style>
span { border-color: #FD3C6A; }
span { border-color: rgb(253,60,106); }
td.TdClassName
{
border-color: #FD3C6A;
}
.TagClassName
{
border-color: #FD3C6A;
}
</style>