Shades of Radical Red #FD3E5D
Tints of Radical Red #FD3E5D
RGB
CMYK
RGB Variations
Color information
#FD3E5D (or 0xFD3E5D) is known color: Radical Red. HEX triplet: FD, 3E and 5D. RGB value is (253,62,93). Sum of RGB (Red+Green+Blue) = 253+62+93=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E5D is #02C1A2. Grayscale: #7A7A7A. Windows color (decimal): -180643 or 6110973. OLE color: 6110973.
HSL color Cylindrical-coordinate representation of color #FD3E5D: hue angle of 350.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3E5D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 93 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.01 |
| HSL | 350.26º | 0.98% | 0.62% | - |
| HSV(B) | 350.26º | 0.75% | 0.99% | - |
| XYZ | 44.21 | 25.12 | 12.87 | - |
| YUV | 122.64 | 111.28 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 93 | 0 | 0.75 | 0.63 | 0.01 | 350.26 | 0.98 | 0.62 |
| Hex | FD | 3E | 5D | 0 | 4B | 3F | 1 | 15E | 62 | 3E |
| Octal | 375 | 76 | 135 | 0 | 113 | 77 | 1 | 536 | 142 | 76 |
| Binary | 11111101 | 111110 | 1011101 | 0 | 1001011 | 111111 | 1 | 101011110 | 1100010 | 111110 |
Color Harmonies of #FD3E5D
Complementary color
Monochromatic Colors of #FD3E5D
Black with #FD3E5D
Text Example
Text Example
White with #FD3E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E5D; }
p { color: rgb(253,62,93); }
H1.HeaderClassName
{
color: #FD3E5D;
}
.AnyTagClassName
{
color: #FD3E5D;
}
</style>
background-color css
<style>
a { background-color: #FD3E5D; }
a { background-color: rgb(253,62,93); }
div.DivClassName
{
background-color: #FD3E5D;
}
.BgClassName
{
background-color: #FD3E5D;
}
</style>
border-color css
<style>
span { border-color: #FD3E5D; }
span { border-color: rgb(253,62,93); }
td.TdClassName
{
border-color: #FD3E5D;
}
.TagClassName
{
border-color: #FD3E5D;
}
</style>