Shades of Radical Red #FB2B5B
Tints of Radical Red #FB2B5B
RGB
CMYK
RGB Variations
Color information
#FB2B5B (or 0xFB2B5B) is known color: Radical Red. HEX triplet: FB, 2B and 5B. RGB value is (251,43,91). Sum of RGB (Red+Green+Blue) = 251+43+91=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B5B is #04D4A4. Grayscale: #6E6E6E. Windows color (decimal): -316581 or 5975035. OLE color: 5975035.
HSL color Cylindrical-coordinate representation of color #FB2B5B: hue angle of 346.15º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2B5B is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 91 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.02 |
| HSL | 346.15º | 0.96% | 0.58% | - |
| HSV(B) | 346.15º | 0.83% | 0.98% | - |
| XYZ | 42.54 | 22.99 | 12.09 | - |
| YUV | 110.66 | 116.91 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 91 | 0 | 0.83 | 0.64 | 0.02 | 346.15 | 0.96 | 0.58 |
| Hex | FB | 2B | 5B | 0 | 53 | 40 | 2 | 15A | 60 | 3A |
| Octal | 373 | 53 | 133 | 0 | 123 | 100 | 2 | 532 | 140 | 72 |
| Binary | 11111011 | 101011 | 1011011 | 0 | 1010011 | 1000000 | 10 | 101011010 | 1100000 | 111010 |
Color Harmonies of #FB2B5B
Complementary color
Monochromatic Colors of #FB2B5B
Black with #FB2B5B
Text Example
Text Example
White with #FB2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B5B; }
p { color: rgb(251,43,91); }
H1.HeaderClassName
{
color: #FB2B5B;
}
.AnyTagClassName
{
color: #FB2B5B;
}
</style>
background-color css
<style>
a { background-color: #FB2B5B; }
a { background-color: rgb(251,43,91); }
div.DivClassName
{
background-color: #FB2B5B;
}
.BgClassName
{
background-color: #FB2B5B;
}
</style>
border-color css
<style>
span { border-color: #FB2B5B; }
span { border-color: rgb(251,43,91); }
td.TdClassName
{
border-color: #FB2B5B;
}
.TagClassName
{
border-color: #FB2B5B;
}
</style>