Shades of Radical Red #FB495D
Tints of Radical Red #FB495D
RGB
CMYK
RGB Variations
Color information
#FB495D (or 0xFB495D) is known color: Radical Red. HEX triplet: FB, 49 and 5D. RGB value is (251,73,93). Sum of RGB (Red+Green+Blue) = 251+73+93=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB495D is #04B6A2. Grayscale: #808080. Windows color (decimal): -308899 or 6113787. OLE color: 6113787.
HSL color Cylindrical-coordinate representation of color #FB495D: hue angle of 353.26º 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 #FB495D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 93 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.02 |
| HSL | 353.26º | 0.96% | 0.64% | - |
| HSV(B) | 353.26º | 0.71% | 0.98% | - |
| XYZ | 44.14 | 26.06 | 13.06 | - |
| YUV | 128.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 93 | 0 | 0.71 | 0.63 | 0.02 | 353.26 | 0.96 | 0.64 |
| Hex | FB | 49 | 5D | 0 | 47 | 3F | 2 | 161 | 60 | 40 |
| Octal | 373 | 111 | 135 | 0 | 107 | 77 | 2 | 541 | 140 | 100 |
| Binary | 11111011 | 1001001 | 1011101 | 0 | 1000111 | 111111 | 10 | 101100001 | 1100000 | 1000000 |
Color Harmonies of #FB495D
Complementary color
Monochromatic Colors of #FB495D
Black with #FB495D
Text Example
Text Example
White with #FB495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB495D; }
p { color: rgb(251,73,93); }
H1.HeaderClassName
{
color: #FB495D;
}
.AnyTagClassName
{
color: #FB495D;
}
</style>
background-color css
<style>
a { background-color: #FB495D; }
a { background-color: rgb(251,73,93); }
div.DivClassName
{
background-color: #FB495D;
}
.BgClassName
{
background-color: #FB495D;
}
</style>
border-color css
<style>
span { border-color: #FB495D; }
span { border-color: rgb(251,73,93); }
td.TdClassName
{
border-color: #FB495D;
}
.TagClassName
{
border-color: #FB495D;
}
</style>