Shades of Radical Red #FB3E5B
Tints of Radical Red #FB3E5B
RGB
CMYK
RGB Variations
Color information
#FB3E5B (or 0xFB3E5B) is known color: Radical Red. HEX triplet: FB, 3E and 5B. RGB value is (251,62,91). Sum of RGB (Red+Green+Blue) = 251+62+91=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3E5B is #04C1A4. Grayscale: #797979. Windows color (decimal): -311717 or 5979899. OLE color: 5979899.
HSL color Cylindrical-coordinate representation of color #FB3E5B: hue angle of 350.79º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3E5B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 91 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.02 |
| HSL | 350.79º | 0.96% | 0.61% | - |
| HSV(B) | 350.79º | 0.75% | 0.98% | - |
| XYZ | 43.39 | 24.71 | 12.38 | - |
| YUV | 121.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 91 | 0 | 0.75 | 0.64 | 0.02 | 350.79 | 0.96 | 0.61 |
| Hex | FB | 3E | 5B | 0 | 4B | 40 | 2 | 15F | 60 | 3D |
| Octal | 373 | 76 | 133 | 0 | 113 | 100 | 2 | 537 | 140 | 75 |
| Binary | 11111011 | 111110 | 1011011 | 0 | 1001011 | 1000000 | 10 | 101011111 | 1100000 | 111101 |
Color Harmonies of #FB3E5B
Complementary color
Monochromatic Colors of #FB3E5B
Black with #FB3E5B
Text Example
Text Example
White with #FB3E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E5B; }
p { color: rgb(251,62,91); }
H1.HeaderClassName
{
color: #FB3E5B;
}
.AnyTagClassName
{
color: #FB3E5B;
}
</style>
background-color css
<style>
a { background-color: #FB3E5B; }
a { background-color: rgb(251,62,91); }
div.DivClassName
{
background-color: #FB3E5B;
}
.BgClassName
{
background-color: #FB3E5B;
}
</style>
border-color css
<style>
span { border-color: #FB3E5B; }
span { border-color: rgb(251,62,91); }
td.TdClassName
{
border-color: #FB3E5B;
}
.TagClassName
{
border-color: #FB3E5B;
}
</style>