Shades of Radical Red #FD515A
Tints of Radical Red #FD515A
RGB
CMYK
RGB Variations
Color information
#FD515A (or 0xFD515A) is known color: Radical Red. HEX triplet: FD, 51 and 5A. RGB value is (253,81,90). Sum of RGB (Red+Green+Blue) = 253+81+90=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD515A is #02AEA5. Grayscale: #858585. Windows color (decimal): -175782 or 5919229. OLE color: 5919229.
HSL color Cylindrical-coordinate representation of color #FD515A: hue angle of 356.86º 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 #FD515A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 90 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.01 |
| HSL | 356.86º | 0.98% | 0.65% | - |
| HSV(B) | 356.86º | 0.68% | 0.99% | - |
| XYZ | 45.3 | 27.51 | 12.59 | - |
| YUV | 133.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 90 | 0 | 0.68 | 0.64 | 0.01 | 356.86 | 0.98 | 0.65 |
| Hex | FD | 51 | 5A | 0 | 44 | 40 | 1 | 165 | 62 | 41 |
| Octal | 375 | 121 | 132 | 0 | 104 | 100 | 1 | 545 | 142 | 101 |
| Binary | 11111101 | 1010001 | 1011010 | 0 | 1000100 | 1000000 | 1 | 101100101 | 1100010 | 1000001 |
Color Harmonies of #FD515A
Complementary color
Monochromatic Colors of #FD515A
Black with #FD515A
Text Example
Text Example
White with #FD515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD515A; }
p { color: rgb(253,81,90); }
H1.HeaderClassName
{
color: #FD515A;
}
.AnyTagClassName
{
color: #FD515A;
}
</style>
background-color css
<style>
a { background-color: #FD515A; }
a { background-color: rgb(253,81,90); }
div.DivClassName
{
background-color: #FD515A;
}
.BgClassName
{
background-color: #FD515A;
}
</style>
border-color css
<style>
span { border-color: #FD515A; }
span { border-color: rgb(253,81,90); }
td.TdClassName
{
border-color: #FD515A;
}
.TagClassName
{
border-color: #FD515A;
}
</style>