Shades of Radical Red #FF495C
Tints of Radical Red #FF495C
RGB
CMYK
RGB Variations
Color information
#FF495C (or 0xFF495C) is known color: Radical Red. HEX triplet: FF, 49 and 5C. RGB value is (255,73,92). Sum of RGB (Red+Green+Blue) = 255+73+92=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF495C is #00B6A3. Grayscale: #818181. Windows color (decimal): -46756 or 6048255. OLE color: 6048255.
HSL color Cylindrical-coordinate representation of color #FF495C: hue angle of 353.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF495C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 92 | - |
| CMYK | 0 | 0.71 | 0.64 | 0 |
| HSL | 353.74º | 1% | 0.64% | - |
| HSV(B) | 353.74º | 0.71% | 1% | - |
| XYZ | 45.55 | 26.8 | 12.9 | - |
| YUV | 129.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 92 | 0 | 0.71 | 0.64 | 0 | 353.74 | 1 | 0.64 |
| Hex | FF | 49 | 5C | 0 | 47 | 40 | 0 | 162 | 64 | 40 |
| Octal | 377 | 111 | 134 | 0 | 107 | 100 | 0 | 542 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1011100 | 0 | 1000111 | 1000000 | 0 | 101100010 | 1100100 | 1000000 |
Color Harmonies of #FF495C
Complementary color
Monochromatic Colors of #FF495C
Black with #FF495C
Text Example
Text Example
White with #FF495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF495C; }
p { color: rgb(255,73,92); }
H1.HeaderClassName
{
color: #FF495C;
}
.AnyTagClassName
{
color: #FF495C;
}
</style>
background-color css
<style>
a { background-color: #FF495C; }
a { background-color: rgb(255,73,92); }
div.DivClassName
{
background-color: #FF495C;
}
.BgClassName
{
background-color: #FF495C;
}
</style>
border-color css
<style>
span { border-color: #FF495C; }
span { border-color: rgb(255,73,92); }
td.TdClassName
{
border-color: #FF495C;
}
.TagClassName
{
border-color: #FF495C;
}
</style>