Shades of Radical Red #FB3C45
Tints of Radical Red #FB3C45
RGB
CMYK
RGB Variations
Color information
#FB3C45 (or 0xFB3C45) is known color: Radical Red. HEX triplet: FB, 3C and 45. RGB value is (251,60,69). Sum of RGB (Red+Green+Blue) = 251+60+69=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C45 is #04C3BA. Grayscale: #767676. Windows color (decimal): -312251 or 4537595. OLE color: 4537595.
HSL color Cylindrical-coordinate representation of color #FB3C45: hue angle of 357.17º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3C45 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 69 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.02 |
| HSL | 357.17º | 0.96% | 0.61% | - |
| HSV(B) | 357.17º | 0.76% | 0.98% | - |
| XYZ | 42.47 | 24.17 | 8.06 | - |
| YUV | 118.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 69 | 0 | 0.76 | 0.73 | 0.02 | 357.17 | 0.96 | 0.61 |
| Hex | FB | 3C | 45 | 0 | 4C | 49 | 2 | 165 | 60 | 3D |
| Octal | 373 | 74 | 105 | 0 | 114 | 111 | 2 | 545 | 140 | 75 |
| Binary | 11111011 | 111100 | 1000101 | 0 | 1001100 | 1001001 | 10 | 101100101 | 1100000 | 111101 |
Color Harmonies of #FB3C45
Complementary color
Monochromatic Colors of #FB3C45
Black with #FB3C45
Text Example
Text Example
White with #FB3C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C45; }
p { color: rgb(251,60,69); }
H1.HeaderClassName
{
color: #FB3C45;
}
.AnyTagClassName
{
color: #FB3C45;
}
</style>
background-color css
<style>
a { background-color: #FB3C45; }
a { background-color: rgb(251,60,69); }
div.DivClassName
{
background-color: #FB3C45;
}
.BgClassName
{
background-color: #FB3C45;
}
</style>
border-color css
<style>
span { border-color: #FB3C45; }
span { border-color: rgb(251,60,69); }
td.TdClassName
{
border-color: #FB3C45;
}
.TagClassName
{
border-color: #FB3C45;
}
</style>