Shades of Radical Red #FD4059
Tints of Radical Red #FD4059
RGB
CMYK
RGB Variations
Color information
#FD4059 (or 0xFD4059) is known color: Radical Red. HEX triplet: FD, 40 and 59. RGB value is (253,64,89). Sum of RGB (Red+Green+Blue) = 253+64+89=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4059 is #02BFA6. Grayscale: #7B7B7B. Windows color (decimal): -180135 or 5849341. OLE color: 5849341.
HSL color Cylindrical-coordinate representation of color #FD4059: hue angle of 352.06º 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 #FD4059 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 89 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.01 |
| HSL | 352.06º | 0.98% | 0.62% | - |
| HSV(B) | 352.06º | 0.75% | 0.99% | - |
| XYZ | 44.14 | 25.27 | 12 | - |
| YUV | 123.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 89 | 0 | 0.75 | 0.65 | 0.01 | 352.06 | 0.98 | 0.62 |
| Hex | FD | 40 | 59 | 0 | 4B | 41 | 1 | 160 | 62 | 3E |
| Octal | 375 | 100 | 131 | 0 | 113 | 101 | 1 | 540 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1011001 | 0 | 1001011 | 1000001 | 1 | 101100000 | 1100010 | 111110 |
Color Harmonies of #FD4059
Complementary color
Monochromatic Colors of #FD4059
Black with #FD4059
Text Example
Text Example
White with #FD4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4059; }
p { color: rgb(253,64,89); }
H1.HeaderClassName
{
color: #FD4059;
}
.AnyTagClassName
{
color: #FD4059;
}
</style>
background-color css
<style>
a { background-color: #FD4059; }
a { background-color: rgb(253,64,89); }
div.DivClassName
{
background-color: #FD4059;
}
.BgClassName
{
background-color: #FD4059;
}
</style>
border-color css
<style>
span { border-color: #FD4059; }
span { border-color: rgb(253,64,89); }
td.TdClassName
{
border-color: #FD4059;
}
.TagClassName
{
border-color: #FD4059;
}
</style>