Shades of Radical Red #FD3A4D
Tints of Radical Red #FD3A4D
RGB
CMYK
RGB Variations
Color information
#FD3A4D (or 0xFD3A4D) is known color: Radical Red. HEX triplet: FD, 3A and 4D. RGB value is (253,58,77). Sum of RGB (Red+Green+Blue) = 253+58+77=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A4D is #02C5B2. Grayscale: #767676. Windows color (decimal): -181683 or 5061373. OLE color: 5061373.
HSL color Cylindrical-coordinate representation of color #FD3A4D: hue angle of 354.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3A4D is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 77 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.01 |
| HSL | 354.15º | 0.98% | 0.61% | - |
| HSV(B) | 354.15º | 0.77% | 0.99% | - |
| XYZ | 43.36 | 24.44 | 9.45 | - |
| YUV | 118.47 | 104.6 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 77 | 0 | 0.77 | 0.70 | 0.01 | 354.15 | 0.98 | 0.61 |
| Hex | FD | 3A | 4D | 0 | 4D | 46 | 1 | 162 | 62 | 3D |
| Octal | 375 | 72 | 115 | 0 | 115 | 106 | 1 | 542 | 142 | 75 |
| Binary | 11111101 | 111010 | 1001101 | 0 | 1001101 | 1000110 | 1 | 101100010 | 1100010 | 111101 |
Color Harmonies of #FD3A4D
Complementary color
Monochromatic Colors of #FD3A4D
Black with #FD3A4D
Text Example
Text Example
White with #FD3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A4D; }
p { color: rgb(253,58,77); }
H1.HeaderClassName
{
color: #FD3A4D;
}
.AnyTagClassName
{
color: #FD3A4D;
}
</style>
background-color css
<style>
a { background-color: #FD3A4D; }
a { background-color: rgb(253,58,77); }
div.DivClassName
{
background-color: #FD3A4D;
}
.BgClassName
{
background-color: #FD3A4D;
}
</style>
border-color css
<style>
span { border-color: #FD3A4D; }
span { border-color: rgb(253,58,77); }
td.TdClassName
{
border-color: #FD3A4D;
}
.TagClassName
{
border-color: #FD3A4D;
}
</style>