Shades of Radical Red #FD2659
Tints of Radical Red #FD2659
RGB
CMYK
RGB Variations
Color information
#FD2659 (or 0xFD2659) is known color: Radical Red. HEX triplet: FD, 26 and 59. RGB value is (253,38,89). Sum of RGB (Red+Green+Blue) = 253+38+89=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2659 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2659 is #02D9A6. Grayscale: #6C6C6C. Windows color (decimal): -186791 or 5842685. OLE color: 5842685.
HSL color Cylindrical-coordinate representation of color #FD2659: hue angle of 345.77º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2659 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 89 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.01 |
| HSL | 345.77º | 0.98% | 0.57% | - |
| HSV(B) | 345.77º | 0.85% | 0.99% | - |
| XYZ | 43 | 22.99 | 11.62 | - |
| YUV | 108.1 | 117.23 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 89 | 0 | 0.85 | 0.65 | 0.01 | 345.77 | 0.98 | 0.57 |
| Hex | FD | 26 | 59 | 0 | 55 | 41 | 1 | 15A | 62 | 39 |
| Octal | 375 | 46 | 131 | 0 | 125 | 101 | 1 | 532 | 142 | 71 |
| Binary | 11111101 | 100110 | 1011001 | 0 | 1010101 | 1000001 | 1 | 101011010 | 1100010 | 111001 |
Color Harmonies of #FD2659
Complementary color
Monochromatic Colors of #FD2659
Black with #FD2659
Text Example
Text Example
White with #FD2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2659; }
p { color: rgb(253,38,89); }
H1.HeaderClassName
{
color: #FD2659;
}
.AnyTagClassName
{
color: #FD2659;
}
</style>
background-color css
<style>
a { background-color: #FD2659; }
a { background-color: rgb(253,38,89); }
div.DivClassName
{
background-color: #FD2659;
}
.BgClassName
{
background-color: #FD2659;
}
</style>
border-color css
<style>
span { border-color: #FD2659; }
span { border-color: rgb(253,38,89); }
td.TdClassName
{
border-color: #FD2659;
}
.TagClassName
{
border-color: #FD2659;
}
</style>