Shades of Radical Red #FB3A49
Tints of Radical Red #FB3A49
RGB
CMYK
RGB Variations
Color information
#FB3A49 (or 0xFB3A49) is known color: Radical Red. HEX triplet: FB, 3A and 49. RGB value is (251,58,73). Sum of RGB (Red+Green+Blue) = 251+58+73=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A49 is #04C5B6. Grayscale: #757575. Windows color (decimal): -312759 or 4799227. OLE color: 4799227.
HSL color Cylindrical-coordinate representation of color #FB3A49: hue angle of 355.34º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3A49 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 73 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.02 |
| HSL | 355.34º | 0.96% | 0.61% | - |
| HSV(B) | 355.34º | 0.77% | 0.98% | - |
| XYZ | 42.5 | 24.02 | 8.7 | - |
| YUV | 117.42 | 102.94 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 73 | 0 | 0.77 | 0.71 | 0.02 | 355.34 | 0.96 | 0.61 |
| Hex | FB | 3A | 49 | 0 | 4D | 47 | 2 | 163 | 60 | 3D |
| Octal | 373 | 72 | 111 | 0 | 115 | 107 | 2 | 543 | 140 | 75 |
| Binary | 11111011 | 111010 | 1001001 | 0 | 1001101 | 1000111 | 10 | 101100011 | 1100000 | 111101 |
Color Harmonies of #FB3A49
Complementary color
Monochromatic Colors of #FB3A49
Black with #FB3A49
Text Example
Text Example
White with #FB3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A49; }
p { color: rgb(251,58,73); }
H1.HeaderClassName
{
color: #FB3A49;
}
.AnyTagClassName
{
color: #FB3A49;
}
</style>
background-color css
<style>
a { background-color: #FB3A49; }
a { background-color: rgb(251,58,73); }
div.DivClassName
{
background-color: #FB3A49;
}
.BgClassName
{
background-color: #FB3A49;
}
</style>
border-color css
<style>
span { border-color: #FB3A49; }
span { border-color: rgb(251,58,73); }
td.TdClassName
{
border-color: #FB3A49;
}
.TagClassName
{
border-color: #FB3A49;
}
</style>