Shades of Radical Red #FF494D
Tints of Radical Red #FF494D
RGB
CMYK
RGB Variations
Color information
#FF494D (or 0xFF494D) is known color: Radical Red. HEX triplet: FF, 49 and 4D. RGB value is (255,73,77). Sum of RGB (Red+Green+Blue) = 255+73+77=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF494D is #00B6B2. Grayscale: #808080. Windows color (decimal): -46771 or 5065215. OLE color: 5065215.
HSL color Cylindrical-coordinate representation of color #FF494D: hue angle of 358.68º 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 #FF494D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 77 | - |
| CMYK | 0 | 0.71 | 0.70 | 0 |
| HSL | 358.68º | 1% | 0.64% | - |
| HSV(B) | 358.68º | 0.71% | 1% | - |
| XYZ | 44.96 | 26.56 | 9.78 | - |
| YUV | 127.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 77 | 0 | 0.71 | 0.70 | 0 | 358.68 | 1 | 0.64 |
| Hex | FF | 49 | 4D | 0 | 47 | 46 | 0 | 167 | 64 | 40 |
| Octal | 377 | 111 | 115 | 0 | 107 | 106 | 0 | 547 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1001101 | 0 | 1000111 | 1000110 | 0 | 101100111 | 1100100 | 1000000 |
Color Harmonies of #FF494D
Complementary color
Monochromatic Colors of #FF494D
Black with #FF494D
Text Example
Text Example
White with #FF494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF494D; }
p { color: rgb(255,73,77); }
H1.HeaderClassName
{
color: #FF494D;
}
.AnyTagClassName
{
color: #FF494D;
}
</style>
background-color css
<style>
a { background-color: #FF494D; }
a { background-color: rgb(255,73,77); }
div.DivClassName
{
background-color: #FF494D;
}
.BgClassName
{
background-color: #FF494D;
}
</style>
border-color css
<style>
span { border-color: #FF494D; }
span { border-color: rgb(255,73,77); }
td.TdClassName
{
border-color: #FF494D;
}
.TagClassName
{
border-color: #FF494D;
}
</style>