Shades of Radical Red #FD2858
Tints of Radical Red #FD2858
RGB
CMYK
RGB Variations
Color information
#FD2858 (or 0xFD2858) is known color: Radical Red. HEX triplet: FD, 28 and 58. RGB value is (253,40,88). Sum of RGB (Red+Green+Blue) = 253+40+88=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2858 is #02D7A7. Grayscale: #6D6D6D. Windows color (decimal): -186280 or 5777661. OLE color: 5777661.
HSL color Cylindrical-coordinate representation of color #FD2858: hue angle of 346.48º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2858 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 88 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.01 |
| HSL | 346.48º | 0.98% | 0.57% | - |
| HSV(B) | 346.48º | 0.84% | 0.99% | - |
| XYZ | 43.03 | 23.1 | 11.42 | - |
| YUV | 109.16 | 116.07 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 88 | 0 | 0.84 | 0.65 | 0.01 | 346.48 | 0.98 | 0.57 |
| Hex | FD | 28 | 58 | 0 | 54 | 41 | 1 | 15A | 62 | 39 |
| Octal | 375 | 50 | 130 | 0 | 124 | 101 | 1 | 532 | 142 | 71 |
| Binary | 11111101 | 101000 | 1011000 | 0 | 1010100 | 1000001 | 1 | 101011010 | 1100010 | 111001 |
Color Harmonies of #FD2858
Complementary color
Monochromatic Colors of #FD2858
Black with #FD2858
Text Example
Text Example
White with #FD2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2858; }
p { color: rgb(253,40,88); }
H1.HeaderClassName
{
color: #FD2858;
}
.AnyTagClassName
{
color: #FD2858;
}
</style>
background-color css
<style>
a { background-color: #FD2858; }
a { background-color: rgb(253,40,88); }
div.DivClassName
{
background-color: #FD2858;
}
.BgClassName
{
background-color: #FD2858;
}
</style>
border-color css
<style>
span { border-color: #FD2858; }
span { border-color: rgb(253,40,88); }
td.TdClassName
{
border-color: #FD2858;
}
.TagClassName
{
border-color: #FD2858;
}
</style>