Shades of Radical Red #FD3259
Tints of Radical Red #FD3259
RGB
CMYK
RGB Variations
Color information
#FD3259 (or 0xFD3259) is known color: Radical Red. HEX triplet: FD, 32 and 59. RGB value is (253,50,89). Sum of RGB (Red+Green+Blue) = 253+50+89=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3259 is #02CDA6. Grayscale: #737373. Windows color (decimal): -183719 or 5845757. OLE color: 5845757.
HSL color Cylindrical-coordinate representation of color #FD3259: hue angle of 348.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD3259 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 89 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.01 |
| HSL | 348.47º | 0.98% | 0.59% | - |
| HSV(B) | 348.47º | 0.8% | 0.99% | - |
| XYZ | 43.45 | 23.89 | 11.77 | - |
| YUV | 115.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 89 | 0 | 0.80 | 0.65 | 0.01 | 348.47 | 0.98 | 0.59 |
| Hex | FD | 32 | 59 | 0 | 50 | 41 | 1 | 15C | 62 | 3B |
| Octal | 375 | 62 | 131 | 0 | 120 | 101 | 1 | 534 | 142 | 73 |
| Binary | 11111101 | 110010 | 1011001 | 0 | 1010000 | 1000001 | 1 | 101011100 | 1100010 | 111011 |
Color Harmonies of #FD3259
Complementary color
Monochromatic Colors of #FD3259
Black with #FD3259
Text Example
Text Example
White with #FD3259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3259; }
p { color: rgb(253,50,89); }
H1.HeaderClassName
{
color: #FD3259;
}
.AnyTagClassName
{
color: #FD3259;
}
</style>
background-color css
<style>
a { background-color: #FD3259; }
a { background-color: rgb(253,50,89); }
div.DivClassName
{
background-color: #FD3259;
}
.BgClassName
{
background-color: #FD3259;
}
</style>
border-color css
<style>
span { border-color: #FD3259; }
span { border-color: rgb(253,50,89); }
td.TdClassName
{
border-color: #FD3259;
}
.TagClassName
{
border-color: #FD3259;
}
</style>