Shades of Radical Red #FB3C50
Tints of Radical Red #FB3C50
RGB
CMYK
RGB Variations
Color information
#FB3C50 (or 0xFB3C50) is known color: Radical Red. HEX triplet: FB, 3C and 50. RGB value is (251,60,80). Sum of RGB (Red+Green+Blue) = 251+60+80=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C50 is #04C3AF. Grayscale: #777777. Windows color (decimal): -312240 or 5258491. OLE color: 5258491.
HSL color Cylindrical-coordinate representation of color #FB3C50: hue angle of 353.72º 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 #FB3C50 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 80 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.02 |
| HSL | 353.72º | 0.96% | 0.61% | - |
| HSV(B) | 353.72º | 0.76% | 0.98% | - |
| XYZ | 42.85 | 24.32 | 10.03 | - |
| YUV | 119.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 80 | 0 | 0.76 | 0.68 | 0.02 | 353.72 | 0.96 | 0.61 |
| Hex | FB | 3C | 50 | 0 | 4C | 44 | 2 | 162 | 60 | 3D |
| Octal | 373 | 74 | 120 | 0 | 114 | 104 | 2 | 542 | 140 | 75 |
| Binary | 11111011 | 111100 | 1010000 | 0 | 1001100 | 1000100 | 10 | 101100010 | 1100000 | 111101 |
Color Harmonies of #FB3C50
Complementary color
Monochromatic Colors of #FB3C50
Black with #FB3C50
Text Example
Text Example
White with #FB3C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C50; }
p { color: rgb(251,60,80); }
H1.HeaderClassName
{
color: #FB3C50;
}
.AnyTagClassName
{
color: #FB3C50;
}
</style>
background-color css
<style>
a { background-color: #FB3C50; }
a { background-color: rgb(251,60,80); }
div.DivClassName
{
background-color: #FB3C50;
}
.BgClassName
{
background-color: #FB3C50;
}
</style>
border-color css
<style>
span { border-color: #FB3C50; }
span { border-color: rgb(251,60,80); }
td.TdClassName
{
border-color: #FB3C50;
}
.TagClassName
{
border-color: #FB3C50;
}
</style>