Shades of Radical Red #FD515B
Tints of Radical Red #FD515B
RGB
CMYK
RGB Variations
Color information
#FD515B (or 0xFD515B) is known color: Radical Red. HEX triplet: FD, 51 and 5B. RGB value is (253,81,91). Sum of RGB (Red+Green+Blue) = 253+81+91=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD515B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD515B is #02AEA4. Grayscale: #858585. Windows color (decimal): -175781 or 5984765. OLE color: 5984765.
HSL color Cylindrical-coordinate representation of color #FD515B: hue angle of 356.51º 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 #FD515B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 91 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.01 |
| HSL | 356.51º | 0.98% | 0.65% | - |
| HSV(B) | 356.51º | 0.68% | 0.99% | - |
| XYZ | 45.34 | 27.52 | 12.82 | - |
| YUV | 133.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 91 | 0 | 0.68 | 0.64 | 0.01 | 356.51 | 0.98 | 0.65 |
| Hex | FD | 51 | 5B | 0 | 44 | 40 | 1 | 165 | 62 | 41 |
| Octal | 375 | 121 | 133 | 0 | 104 | 100 | 1 | 545 | 142 | 101 |
| Binary | 11111101 | 1010001 | 1011011 | 0 | 1000100 | 1000000 | 1 | 101100101 | 1100010 | 1000001 |
Color Harmonies of #FD515B
Complementary color
Monochromatic Colors of #FD515B
Black with #FD515B
Text Example
Text Example
White with #FD515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD515B; }
p { color: rgb(253,81,91); }
H1.HeaderClassName
{
color: #FD515B;
}
.AnyTagClassName
{
color: #FD515B;
}
</style>
background-color css
<style>
a { background-color: #FD515B; }
a { background-color: rgb(253,81,91); }
div.DivClassName
{
background-color: #FD515B;
}
.BgClassName
{
background-color: #FD515B;
}
</style>
border-color css
<style>
span { border-color: #FD515B; }
span { border-color: rgb(253,81,91); }
td.TdClassName
{
border-color: #FD515B;
}
.TagClassName
{
border-color: #FD515B;
}
</style>