Shades of Radical Red #FD4A5D
Tints of Radical Red #FD4A5D
RGB
CMYK
RGB Variations
Color information
#FD4A5D (or 0xFD4A5D) is known color: Radical Red. HEX triplet: FD, 4A and 5D. RGB value is (253,74,93). Sum of RGB (Red+Green+Blue) = 253+74+93=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A5D is #02B5A2. Grayscale: #818181. Windows color (decimal): -177571 or 6114045. OLE color: 6114045.
HSL color Cylindrical-coordinate representation of color #FD4A5D: hue angle of 353.63º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4A5D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 93 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.01 |
| HSL | 353.63º | 0.98% | 0.64% | - |
| HSV(B) | 353.63º | 0.71% | 0.99% | - |
| XYZ | 44.93 | 26.57 | 13.12 | - |
| YUV | 129.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 93 | 0 | 0.71 | 0.63 | 0.01 | 353.63 | 0.98 | 0.64 |
| Hex | FD | 4A | 5D | 0 | 47 | 3F | 1 | 162 | 62 | 40 |
| Octal | 375 | 112 | 135 | 0 | 107 | 77 | 1 | 542 | 142 | 100 |
| Binary | 11111101 | 1001010 | 1011101 | 0 | 1000111 | 111111 | 1 | 101100010 | 1100010 | 1000000 |
Color Harmonies of #FD4A5D
Complementary color
Monochromatic Colors of #FD4A5D
Black with #FD4A5D
Text Example
Text Example
White with #FD4A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A5D; }
p { color: rgb(253,74,93); }
H1.HeaderClassName
{
color: #FD4A5D;
}
.AnyTagClassName
{
color: #FD4A5D;
}
</style>
background-color css
<style>
a { background-color: #FD4A5D; }
a { background-color: rgb(253,74,93); }
div.DivClassName
{
background-color: #FD4A5D;
}
.BgClassName
{
background-color: #FD4A5D;
}
</style>
border-color css
<style>
span { border-color: #FD4A5D; }
span { border-color: rgb(253,74,93); }
td.TdClassName
{
border-color: #FD4A5D;
}
.TagClassName
{
border-color: #FD4A5D;
}
</style>