Shades of Radical Red #FB3251
Tints of Radical Red #FB3251
RGB
CMYK
RGB Variations
Color information
#FB3251 (or 0xFB3251) is known color: Radical Red. HEX triplet: FB, 32 and 51. RGB value is (251,50,81). Sum of RGB (Red+Green+Blue) = 251+50+81=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3251 is #04CDAE. Grayscale: #717171. Windows color (decimal): -314799 or 5321467. OLE color: 5321467.
HSL color Cylindrical-coordinate representation of color #FB3251: hue angle of 350.75º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3251 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 81 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.02 |
| HSL | 350.75º | 0.96% | 0.59% | - |
| HSV(B) | 350.75º | 0.8% | 0.98% | - |
| XYZ | 42.41 | 23.38 | 10.06 | - |
| YUV | 113.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 81 | 0 | 0.80 | 0.68 | 0.02 | 350.75 | 0.96 | 0.59 |
| Hex | FB | 32 | 51 | 0 | 50 | 44 | 2 | 15F | 60 | 3B |
| Octal | 373 | 62 | 121 | 0 | 120 | 104 | 2 | 537 | 140 | 73 |
| Binary | 11111011 | 110010 | 1010001 | 0 | 1010000 | 1000100 | 10 | 101011111 | 1100000 | 111011 |
Color Harmonies of #FB3251
Complementary color
Monochromatic Colors of #FB3251
Black with #FB3251
Text Example
Text Example
White with #FB3251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3251; }
p { color: rgb(251,50,81); }
H1.HeaderClassName
{
color: #FB3251;
}
.AnyTagClassName
{
color: #FB3251;
}
</style>
background-color css
<style>
a { background-color: #FB3251; }
a { background-color: rgb(251,50,81); }
div.DivClassName
{
background-color: #FB3251;
}
.BgClassName
{
background-color: #FB3251;
}
</style>
border-color css
<style>
span { border-color: #FB3251; }
span { border-color: rgb(251,50,81); }
td.TdClassName
{
border-color: #FB3251;
}
.TagClassName
{
border-color: #FB3251;
}
</style>