Shades of Radical Red #FD4C5A
Tints of Radical Red #FD4C5A
RGB
CMYK
RGB Variations
Color information
#FD4C5A (or 0xFD4C5A) is known color: Radical Red. HEX triplet: FD, 4C and 5A. RGB value is (253,76,90). Sum of RGB (Red+Green+Blue) = 253+76+90=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C5A is #02B3A5. Grayscale: #828282. Windows color (decimal): -177062 or 5917949. OLE color: 5917949.
HSL color Cylindrical-coordinate representation of color #FD4C5A: hue angle of 355.25º 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 #FD4C5A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 90 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.01 |
| HSL | 355.25º | 0.98% | 0.65% | - |
| HSV(B) | 355.25º | 0.7% | 0.99% | - |
| XYZ | 44.94 | 26.79 | 12.48 | - |
| YUV | 130.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 90 | 0 | 0.70 | 0.64 | 0.01 | 355.25 | 0.98 | 0.65 |
| Hex | FD | 4C | 5A | 0 | 46 | 40 | 1 | 163 | 62 | 41 |
| Octal | 375 | 114 | 132 | 0 | 106 | 100 | 1 | 543 | 142 | 101 |
| Binary | 11111101 | 1001100 | 1011010 | 0 | 1000110 | 1000000 | 1 | 101100011 | 1100010 | 1000001 |
Color Harmonies of #FD4C5A
Complementary color
Monochromatic Colors of #FD4C5A
Black with #FD4C5A
Text Example
Text Example
White with #FD4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C5A; }
p { color: rgb(253,76,90); }
H1.HeaderClassName
{
color: #FD4C5A;
}
.AnyTagClassName
{
color: #FD4C5A;
}
</style>
background-color css
<style>
a { background-color: #FD4C5A; }
a { background-color: rgb(253,76,90); }
div.DivClassName
{
background-color: #FD4C5A;
}
.BgClassName
{
background-color: #FD4C5A;
}
</style>
border-color css
<style>
span { border-color: #FD4C5A; }
span { border-color: rgb(253,76,90); }
td.TdClassName
{
border-color: #FD4C5A;
}
.TagClassName
{
border-color: #FD4C5A;
}
</style>