Shades of Radical Red #FB3949
Tints of Radical Red #FB3949
RGB
CMYK
RGB Variations
Color information
#FB3949 (or 0xFB3949) is known color: Radical Red. HEX triplet: FB, 39 and 49. RGB value is (251,57,73). Sum of RGB (Red+Green+Blue) = 251+57+73=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3949 is #04C6B6. Grayscale: #747474. Windows color (decimal): -313015 or 4798971. OLE color: 4798971.
HSL color Cylindrical-coordinate representation of color #FB3949: hue angle of 355.05º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3949 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 73 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.02 |
| HSL | 355.05º | 0.96% | 0.6% | - |
| HSV(B) | 355.05º | 0.77% | 0.98% | - |
| XYZ | 42.45 | 23.92 | 8.68 | - |
| YUV | 116.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 73 | 0 | 0.77 | 0.71 | 0.02 | 355.05 | 0.96 | 0.6 |
| Hex | FB | 39 | 49 | 0 | 4D | 47 | 2 | 163 | 60 | 3C |
| Octal | 373 | 71 | 111 | 0 | 115 | 107 | 2 | 543 | 140 | 74 |
| Binary | 11111011 | 111001 | 1001001 | 0 | 1001101 | 1000111 | 10 | 101100011 | 1100000 | 111100 |
Color Harmonies of #FB3949
Complementary color
Monochromatic Colors of #FB3949
Black with #FB3949
Text Example
Text Example
White with #FB3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3949; }
p { color: rgb(251,57,73); }
H1.HeaderClassName
{
color: #FB3949;
}
.AnyTagClassName
{
color: #FB3949;
}
</style>
background-color css
<style>
a { background-color: #FB3949; }
a { background-color: rgb(251,57,73); }
div.DivClassName
{
background-color: #FB3949;
}
.BgClassName
{
background-color: #FB3949;
}
</style>
border-color css
<style>
span { border-color: #FB3949; }
span { border-color: rgb(251,57,73); }
td.TdClassName
{
border-color: #FB3949;
}
.TagClassName
{
border-color: #FB3949;
}
</style>