Shades of Radical Red #FB2B59
Tints of Radical Red #FB2B59
RGB
CMYK
RGB Variations
Color information
#FB2B59 (or 0xFB2B59) is known color: Radical Red. HEX triplet: FB, 2B and 59. RGB value is (251,43,89). Sum of RGB (Red+Green+Blue) = 251+43+89=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B59 is #04D4A6. Grayscale: #6E6E6E. Windows color (decimal): -316583 or 5843963. OLE color: 5843963.
HSL color Cylindrical-coordinate representation of color #FB2B59: hue angle of 346.73º 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 #FB2B59 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 89 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.02 |
| HSL | 346.73º | 0.96% | 0.58% | - |
| HSV(B) | 346.73º | 0.83% | 0.98% | - |
| XYZ | 42.45 | 22.96 | 11.65 | - |
| YUV | 110.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 89 | 0 | 0.83 | 0.65 | 0.02 | 346.73 | 0.96 | 0.58 |
| Hex | FB | 2B | 59 | 0 | 53 | 41 | 2 | 15B | 60 | 3A |
| Octal | 373 | 53 | 131 | 0 | 123 | 101 | 2 | 533 | 140 | 72 |
| Binary | 11111011 | 101011 | 1011001 | 0 | 1010011 | 1000001 | 10 | 101011011 | 1100000 | 111010 |
Color Harmonies of #FB2B59
Complementary color
Monochromatic Colors of #FB2B59
Black with #FB2B59
Text Example
Text Example
White with #FB2B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B59; }
p { color: rgb(251,43,89); }
H1.HeaderClassName
{
color: #FB2B59;
}
.AnyTagClassName
{
color: #FB2B59;
}
</style>
background-color css
<style>
a { background-color: #FB2B59; }
a { background-color: rgb(251,43,89); }
div.DivClassName
{
background-color: #FB2B59;
}
.BgClassName
{
background-color: #FB2B59;
}
</style>
border-color css
<style>
span { border-color: #FB2B59; }
span { border-color: rgb(251,43,89); }
td.TdClassName
{
border-color: #FB2B59;
}
.TagClassName
{
border-color: #FB2B59;
}
</style>