Shades of Radical Red #FD4E5D
Tints of Radical Red #FD4E5D
RGB
CMYK
RGB Variations
Color information
#FD4E5D (or 0xFD4E5D) is known color: Radical Red. HEX triplet: FD, 4E and 5D. RGB value is (253,78,93). Sum of RGB (Red+Green+Blue) = 253+78+93=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4E5D is #02B1A2. Grayscale: #848484. Windows color (decimal): -176547 or 6115069. OLE color: 6115069.
HSL color Cylindrical-coordinate representation of color #FD4E5D: hue angle of 354.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4E5D is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 78 | 93 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.01 |
| HSL | 354.86º | 0.98% | 0.65% | - |
| HSV(B) | 354.86º | 0.69% | 0.99% | - |
| XYZ | 45.21 | 27.12 | 13.21 | - |
| YUV | 132.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 78 | 93 | 0 | 0.69 | 0.63 | 0.01 | 354.86 | 0.98 | 0.65 |
| Hex | FD | 4E | 5D | 0 | 45 | 3F | 1 | 163 | 62 | 41 |
| Octal | 375 | 116 | 135 | 0 | 105 | 77 | 1 | 543 | 142 | 101 |
| Binary | 11111101 | 1001110 | 1011101 | 0 | 1000101 | 111111 | 1 | 101100011 | 1100010 | 1000001 |
Color Harmonies of #FD4E5D
Complementary color
Monochromatic Colors of #FD4E5D
Black with #FD4E5D
Text Example
Text Example
White with #FD4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4E5D; }
p { color: rgb(253,78,93); }
H1.HeaderClassName
{
color: #FD4E5D;
}
.AnyTagClassName
{
color: #FD4E5D;
}
</style>
background-color css
<style>
a { background-color: #FD4E5D; }
a { background-color: rgb(253,78,93); }
div.DivClassName
{
background-color: #FD4E5D;
}
.BgClassName
{
background-color: #FD4E5D;
}
</style>
border-color css
<style>
span { border-color: #FD4E5D; }
span { border-color: rgb(253,78,93); }
td.TdClassName
{
border-color: #FD4E5D;
}
.TagClassName
{
border-color: #FD4E5D;
}
</style>