Shades of Radical Red #FD495B
Tints of Radical Red #FD495B
RGB
CMYK
RGB Variations
Color information
#FD495B (or 0xFD495B) is known color: Radical Red. HEX triplet: FD, 49 and 5B. RGB value is (253,73,91). Sum of RGB (Red+Green+Blue) = 253+73+91=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD495B is #02B6A4. Grayscale: #808080. Windows color (decimal): -177829 or 5982717. OLE color: 5982717.
HSL color Cylindrical-coordinate representation of color #FD495B: hue angle of 354º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD495B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 91 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.01 |
| HSL | 354º | 0.98% | 0.64% | - |
| HSV(B) | 354º | 0.71% | 0.99% | - |
| XYZ | 44.78 | 26.4 | 12.63 | - |
| YUV | 128.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 91 | 0 | 0.71 | 0.64 | 0.01 | 354 | 0.98 | 0.64 |
| Hex | FD | 49 | 5B | 0 | 47 | 40 | 1 | 162 | 62 | 40 |
| Octal | 375 | 111 | 133 | 0 | 107 | 100 | 1 | 542 | 142 | 100 |
| Binary | 11111101 | 1001001 | 1011011 | 0 | 1000111 | 1000000 | 1 | 101100010 | 1100010 | 1000000 |
Color Harmonies of #FD495B
Complementary color
Monochromatic Colors of #FD495B
Black with #FD495B
Text Example
Text Example
White with #FD495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD495B; }
p { color: rgb(253,73,91); }
H1.HeaderClassName
{
color: #FD495B;
}
.AnyTagClassName
{
color: #FD495B;
}
</style>
background-color css
<style>
a { background-color: #FD495B; }
a { background-color: rgb(253,73,91); }
div.DivClassName
{
background-color: #FD495B;
}
.BgClassName
{
background-color: #FD495B;
}
</style>
border-color css
<style>
span { border-color: #FD495B; }
span { border-color: rgb(253,73,91); }
td.TdClassName
{
border-color: #FD495B;
}
.TagClassName
{
border-color: #FD495B;
}
</style>