Shades of Radical Red #FD495C
Tints of Radical Red #FD495C
RGB
CMYK
RGB Variations
Color information
#FD495C (or 0xFD495C) is known color: Radical Red. HEX triplet: FD, 49 and 5C. RGB value is (253,73,92). Sum of RGB (Red+Green+Blue) = 253+73+92=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD495C is #02B6A3. Grayscale: #818181. Windows color (decimal): -177828 or 6048253. OLE color: 6048253.
HSL color Cylindrical-coordinate representation of color #FD495C: hue angle of 353.67º 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 #FD495C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 92 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.01 |
| HSL | 353.67º | 0.98% | 0.64% | - |
| HSV(B) | 353.67º | 0.71% | 0.99% | - |
| XYZ | 44.82 | 26.42 | 12.86 | - |
| YUV | 128.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 92 | 0 | 0.71 | 0.64 | 0.01 | 353.67 | 0.98 | 0.64 |
| Hex | FD | 49 | 5C | 0 | 47 | 40 | 1 | 162 | 62 | 40 |
| Octal | 375 | 111 | 134 | 0 | 107 | 100 | 1 | 542 | 142 | 100 |
| Binary | 11111101 | 1001001 | 1011100 | 0 | 1000111 | 1000000 | 1 | 101100010 | 1100010 | 1000000 |
Color Harmonies of #FD495C
Complementary color
Monochromatic Colors of #FD495C
Black with #FD495C
Text Example
Text Example
White with #FD495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD495C; }
p { color: rgb(253,73,92); }
H1.HeaderClassName
{
color: #FD495C;
}
.AnyTagClassName
{
color: #FD495C;
}
</style>
background-color css
<style>
a { background-color: #FD495C; }
a { background-color: rgb(253,73,92); }
div.DivClassName
{
background-color: #FD495C;
}
.BgClassName
{
background-color: #FD495C;
}
</style>
border-color css
<style>
span { border-color: #FD495C; }
span { border-color: rgb(253,73,92); }
td.TdClassName
{
border-color: #FD495C;
}
.TagClassName
{
border-color: #FD495C;
}
</style>