Shades of Radical Red #FD4E5A
Tints of Radical Red #FD4E5A
RGB
CMYK
RGB Variations
Color information
#FD4E5A (or 0xFD4E5A) is known color: Radical Red. HEX triplet: FD, 4E and 5A. RGB value is (253,78,90). Sum of RGB (Red+Green+Blue) = 253+78+90=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4E5A is #02B1A5. Grayscale: #838383. Windows color (decimal): -176550 or 5918461. OLE color: 5918461.
HSL color Cylindrical-coordinate representation of color #FD4E5A: hue angle of 355.89º 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 #FD4E5A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 78 | 90 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.01 |
| HSL | 355.89º | 0.98% | 0.65% | - |
| HSV(B) | 355.89º | 0.69% | 0.99% | - |
| XYZ | 45.08 | 27.07 | 12.52 | - |
| YUV | 131.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 78 | 90 | 0 | 0.69 | 0.64 | 0.01 | 355.89 | 0.98 | 0.65 |
| Hex | FD | 4E | 5A | 0 | 45 | 40 | 1 | 164 | 62 | 41 |
| Octal | 375 | 116 | 132 | 0 | 105 | 100 | 1 | 544 | 142 | 101 |
| Binary | 11111101 | 1001110 | 1011010 | 0 | 1000101 | 1000000 | 1 | 101100100 | 1100010 | 1000001 |
Color Harmonies of #FD4E5A
Complementary color
Monochromatic Colors of #FD4E5A
Black with #FD4E5A
Text Example
Text Example
White with #FD4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4E5A; }
p { color: rgb(253,78,90); }
H1.HeaderClassName
{
color: #FD4E5A;
}
.AnyTagClassName
{
color: #FD4E5A;
}
</style>
background-color css
<style>
a { background-color: #FD4E5A; }
a { background-color: rgb(253,78,90); }
div.DivClassName
{
background-color: #FD4E5A;
}
.BgClassName
{
background-color: #FD4E5A;
}
</style>
border-color css
<style>
span { border-color: #FD4E5A; }
span { border-color: rgb(253,78,90); }
td.TdClassName
{
border-color: #FD4E5A;
}
.TagClassName
{
border-color: #FD4E5A;
}
</style>