Shades of Radical Red #FB2B65
Tints of Radical Red #FB2B65
RGB
CMYK
RGB Variations
Color information
#FB2B65 (or 0xFB2B65) is known color: Radical Red. HEX triplet: FB, 2B and 65. RGB value is (251,43,101). Sum of RGB (Red+Green+Blue) = 251+43+101=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B65 is #04D49A. Grayscale: #6F6F6F. Windows color (decimal): -316571 or 6630395. OLE color: 6630395.
HSL color Cylindrical-coordinate representation of color #FB2B65: hue angle of 343.27º 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 #FB2B65 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 101 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.02 |
| HSL | 343.27º | 0.96% | 0.58% | - |
| HSV(B) | 343.27º | 0.83% | 0.98% | - |
| XYZ | 43 | 23.18 | 14.52 | - |
| YUV | 111.8 | 121.91 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 101 | 0 | 0.83 | 0.60 | 0.02 | 343.27 | 0.96 | 0.58 |
| Hex | FB | 2B | 65 | 0 | 53 | 3C | 2 | 157 | 60 | 3A |
| Octal | 373 | 53 | 145 | 0 | 123 | 74 | 2 | 527 | 140 | 72 |
| Binary | 11111011 | 101011 | 1100101 | 0 | 1010011 | 111100 | 10 | 101010111 | 1100000 | 111010 |
Color Harmonies of #FB2B65
Complementary color
Monochromatic Colors of #FB2B65
Black with #FB2B65
Text Example
Text Example
White with #FB2B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B65; }
p { color: rgb(251,43,101); }
H1.HeaderClassName
{
color: #FB2B65;
}
.AnyTagClassName
{
color: #FB2B65;
}
</style>
background-color css
<style>
a { background-color: #FB2B65; }
a { background-color: rgb(251,43,101); }
div.DivClassName
{
background-color: #FB2B65;
}
.BgClassName
{
background-color: #FB2B65;
}
</style>
border-color css
<style>
span { border-color: #FB2B65; }
span { border-color: rgb(251,43,101); }
td.TdClassName
{
border-color: #FB2B65;
}
.TagClassName
{
border-color: #FB2B65;
}
</style>