Shades of Radical Red #FF494B
Tints of Radical Red #FF494B
RGB
CMYK
RGB Variations
Color information
#FF494B (or 0xFF494B) is known color: Radical Red. HEX triplet: FF, 49 and 4B. RGB value is (255,73,75). Sum of RGB (Red+Green+Blue) = 255+73+75=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF494B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF494B is #00B6B4. Grayscale: #7F7F7F. Windows color (decimal): -46773 or 4934143. OLE color: 4934143.
HSL color Cylindrical-coordinate representation of color #FF494B: hue angle of 359.34º 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 #FF494B is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 75 | - |
| CMYK | 0 | 0.71 | 0.71 | 0 |
| HSL | 359.34º | 1% | 0.64% | - |
| HSV(B) | 359.34º | 0.71% | 1% | - |
| XYZ | 44.89 | 26.53 | 9.41 | - |
| YUV | 127.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 75 | 0 | 0.71 | 0.71 | 0 | 359.34 | 1 | 0.64 |
| Hex | FF | 49 | 4B | 0 | 47 | 47 | 0 | 167 | 64 | 40 |
| Octal | 377 | 111 | 113 | 0 | 107 | 107 | 0 | 547 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1001011 | 0 | 1000111 | 1000111 | 0 | 101100111 | 1100100 | 1000000 |
Color Harmonies of #FF494B
Complementary color
Monochromatic Colors of #FF494B
Black with #FF494B
Text Example
Text Example
White with #FF494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF494B; }
p { color: rgb(255,73,75); }
H1.HeaderClassName
{
color: #FF494B;
}
.AnyTagClassName
{
color: #FF494B;
}
</style>
background-color css
<style>
a { background-color: #FF494B; }
a { background-color: rgb(255,73,75); }
div.DivClassName
{
background-color: #FF494B;
}
.BgClassName
{
background-color: #FF494B;
}
</style>
border-color css
<style>
span { border-color: #FF494B; }
span { border-color: rgb(255,73,75); }
td.TdClassName
{
border-color: #FF494B;
}
.TagClassName
{
border-color: #FF494B;
}
</style>