Shades of Radical Red #FD505B
Tints of Radical Red #FD505B
RGB
CMYK
RGB Variations
Color information
#FD505B (or 0xFD505B) is known color: Radical Red. HEX triplet: FD, 50 and 5B. RGB value is (253,80,91). Sum of RGB (Red+Green+Blue) = 253+80+91=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD505B is #02AFA4. Grayscale: #858585. Windows color (decimal): -176037 or 5984509. OLE color: 5984509.
HSL color Cylindrical-coordinate representation of color #FD505B: hue angle of 356.18º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD505B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 91 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.01 |
| HSL | 356.19º | 0.98% | 0.65% | - |
| HSV(B) | 356.19º | 0.68% | 0.99% | - |
| XYZ | 45.27 | 27.38 | 12.8 | - |
| YUV | 132.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 91 | 0 | 0.68 | 0.64 | 0.01 | 356.19 | 0.98 | 0.65 |
| Hex | FD | 50 | 5B | 0 | 44 | 40 | 1 | 164 | 62 | 41 |
| Octal | 375 | 120 | 133 | 0 | 104 | 100 | 1 | 544 | 142 | 101 |
| Binary | 11111101 | 1010000 | 1011011 | 0 | 1000100 | 1000000 | 1 | 101100100 | 1100010 | 1000001 |
Color Harmonies of #FD505B
Complementary color
Monochromatic Colors of #FD505B
Black with #FD505B
Text Example
Text Example
White with #FD505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD505B; }
p { color: rgb(253,80,91); }
H1.HeaderClassName
{
color: #FD505B;
}
.AnyTagClassName
{
color: #FD505B;
}
</style>
background-color css
<style>
a { background-color: #FD505B; }
a { background-color: rgb(253,80,91); }
div.DivClassName
{
background-color: #FD505B;
}
.BgClassName
{
background-color: #FD505B;
}
</style>
border-color css
<style>
span { border-color: #FD505B; }
span { border-color: rgb(253,80,91); }
td.TdClassName
{
border-color: #FD505B;
}
.TagClassName
{
border-color: #FD505B;
}
</style>