Shades of Radical Red #FB2E5B
Tints of Radical Red #FB2E5B
RGB
CMYK
RGB Variations
Color information
#FB2E5B (or 0xFB2E5B) is known color: Radical Red. HEX triplet: FB, 2E and 5B. RGB value is (251,46,91). Sum of RGB (Red+Green+Blue) = 251+46+91=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2E5B is #04D1A4. Grayscale: #707070. Windows color (decimal): -315813 or 5975803. OLE color: 5975803.
HSL color Cylindrical-coordinate representation of color #FB2E5B: hue angle of 346.83º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2E5B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 91 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.02 |
| HSL | 346.83º | 0.96% | 0.58% | - |
| HSV(B) | 346.83º | 0.82% | 0.98% | - |
| XYZ | 42.65 | 23.22 | 12.13 | - |
| YUV | 112.43 | 115.92 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 91 | 0 | 0.82 | 0.64 | 0.02 | 346.83 | 0.96 | 0.58 |
| Hex | FB | 2E | 5B | 0 | 52 | 40 | 2 | 15B | 60 | 3A |
| Octal | 373 | 56 | 133 | 0 | 122 | 100 | 2 | 533 | 140 | 72 |
| Binary | 11111011 | 101110 | 1011011 | 0 | 1010010 | 1000000 | 10 | 101011011 | 1100000 | 111010 |
Color Harmonies of #FB2E5B
Complementary color
Monochromatic Colors of #FB2E5B
Black with #FB2E5B
Text Example
Text Example
White with #FB2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E5B; }
p { color: rgb(251,46,91); }
H1.HeaderClassName
{
color: #FB2E5B;
}
.AnyTagClassName
{
color: #FB2E5B;
}
</style>
background-color css
<style>
a { background-color: #FB2E5B; }
a { background-color: rgb(251,46,91); }
div.DivClassName
{
background-color: #FB2E5B;
}
.BgClassName
{
background-color: #FB2E5B;
}
</style>
border-color css
<style>
span { border-color: #FB2E5B; }
span { border-color: rgb(251,46,91); }
td.TdClassName
{
border-color: #FB2E5B;
}
.TagClassName
{
border-color: #FB2E5B;
}
</style>