Shades of Radical Red #FB494D
Tints of Radical Red #FB494D
RGB
CMYK
RGB Variations
Color information
#FB494D (or 0xFB494D) is known color: Radical Red. HEX triplet: FB, 49 and 4D. RGB value is (251,73,77). Sum of RGB (Red+Green+Blue) = 251+73+77=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB494D is #04B6B2. Grayscale: #7E7E7E. Windows color (decimal): -308915 or 5065211. OLE color: 5065211.
HSL color Cylindrical-coordinate representation of color #FB494D: hue angle of 358.65º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB494D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 77 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.02 |
| HSL | 358.65º | 0.96% | 0.64% | - |
| HSV(B) | 358.65º | 0.71% | 0.98% | - |
| XYZ | 43.51 | 25.81 | 9.71 | - |
| YUV | 126.68 | 99.97 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 77 | 0 | 0.71 | 0.69 | 0.02 | 358.65 | 0.96 | 0.64 |
| Hex | FB | 49 | 4D | 0 | 47 | 45 | 2 | 167 | 60 | 40 |
| Octal | 373 | 111 | 115 | 0 | 107 | 105 | 2 | 547 | 140 | 100 |
| Binary | 11111011 | 1001001 | 1001101 | 0 | 1000111 | 1000101 | 10 | 101100111 | 1100000 | 1000000 |
Color Harmonies of #FB494D
Complementary color
Monochromatic Colors of #FB494D
Black with #FB494D
Text Example
Text Example
White with #FB494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB494D; }
p { color: rgb(251,73,77); }
H1.HeaderClassName
{
color: #FB494D;
}
.AnyTagClassName
{
color: #FB494D;
}
</style>
background-color css
<style>
a { background-color: #FB494D; }
a { background-color: rgb(251,73,77); }
div.DivClassName
{
background-color: #FB494D;
}
.BgClassName
{
background-color: #FB494D;
}
</style>
border-color css
<style>
span { border-color: #FB494D; }
span { border-color: rgb(251,73,77); }
td.TdClassName
{
border-color: #FB494D;
}
.TagClassName
{
border-color: #FB494D;
}
</style>