Shades of Radical Red #FD4D5B
Tints of Radical Red #FD4D5B
RGB
CMYK
RGB Variations
Color information
#FD4D5B (or 0xFD4D5B) is known color: Radical Red. HEX triplet: FD, 4D and 5B. RGB value is (253,77,91). Sum of RGB (Red+Green+Blue) = 253+77+91=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D5B is #02B2A4. Grayscale: #838383. Windows color (decimal): -176805 or 5983741. OLE color: 5983741.
HSL color Cylindrical-coordinate representation of color #FD4D5B: hue angle of 355.23º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4D5B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 91 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.01 |
| HSL | 355.23º | 0.98% | 0.65% | - |
| HSV(B) | 355.23º | 0.7% | 0.99% | - |
| XYZ | 45.05 | 26.95 | 12.72 | - |
| YUV | 131.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 91 | 0 | 0.70 | 0.64 | 0.01 | 355.23 | 0.98 | 0.65 |
| Hex | FD | 4D | 5B | 0 | 46 | 40 | 1 | 163 | 62 | 41 |
| Octal | 375 | 115 | 133 | 0 | 106 | 100 | 1 | 543 | 142 | 101 |
| Binary | 11111101 | 1001101 | 1011011 | 0 | 1000110 | 1000000 | 1 | 101100011 | 1100010 | 1000001 |
Color Harmonies of #FD4D5B
Complementary color
Monochromatic Colors of #FD4D5B
Black with #FD4D5B
Text Example
Text Example
White with #FD4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D5B; }
p { color: rgb(253,77,91); }
H1.HeaderClassName
{
color: #FD4D5B;
}
.AnyTagClassName
{
color: #FD4D5B;
}
</style>
background-color css
<style>
a { background-color: #FD4D5B; }
a { background-color: rgb(253,77,91); }
div.DivClassName
{
background-color: #FD4D5B;
}
.BgClassName
{
background-color: #FD4D5B;
}
</style>
border-color css
<style>
span { border-color: #FD4D5B; }
span { border-color: rgb(253,77,91); }
td.TdClassName
{
border-color: #FD4D5B;
}
.TagClassName
{
border-color: #FD4D5B;
}
</style>