Shades of Radical Red #FB3350
Tints of Radical Red #FB3350
RGB
CMYK
RGB Variations
Color information
#FB3350 (or 0xFB3350) is known color: Radical Red. HEX triplet: FB, 33 and 50. RGB value is (251,51,80). Sum of RGB (Red+Green+Blue) = 251+51+80=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3350 is #04CCAF. Grayscale: #727272. Windows color (decimal): -314544 or 5256187. OLE color: 5256187.
HSL color Cylindrical-coordinate representation of color #FB3350: hue angle of 351.3º 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 #FB3350 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 80 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.02 |
| HSL | 351.3º | 0.96% | 0.59% | - |
| HSV(B) | 351.3º | 0.8% | 0.98% | - |
| XYZ | 42.42 | 23.46 | 9.88 | - |
| YUV | 114.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 80 | 0 | 0.80 | 0.68 | 0.02 | 351.3 | 0.96 | 0.59 |
| Hex | FB | 33 | 50 | 0 | 50 | 44 | 2 | 15F | 60 | 3B |
| Octal | 373 | 63 | 120 | 0 | 120 | 104 | 2 | 537 | 140 | 73 |
| Binary | 11111011 | 110011 | 1010000 | 0 | 1010000 | 1000100 | 10 | 101011111 | 1100000 | 111011 |
Color Harmonies of #FB3350
Complementary color
Monochromatic Colors of #FB3350
Black with #FB3350
Text Example
Text Example
White with #FB3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3350; }
p { color: rgb(251,51,80); }
H1.HeaderClassName
{
color: #FB3350;
}
.AnyTagClassName
{
color: #FB3350;
}
</style>
background-color css
<style>
a { background-color: #FB3350; }
a { background-color: rgb(251,51,80); }
div.DivClassName
{
background-color: #FB3350;
}
.BgClassName
{
background-color: #FB3350;
}
</style>
border-color css
<style>
span { border-color: #FB3350; }
span { border-color: rgb(251,51,80); }
td.TdClassName
{
border-color: #FB3350;
}
.TagClassName
{
border-color: #FB3350;
}
</style>