Shades of Radical Red #FB2B54
Tints of Radical Red #FB2B54
RGB
CMYK
RGB Variations
Color information
#FB2B54 (or 0xFB2B54) is known color: Radical Red. HEX triplet: FB, 2B and 54. RGB value is (251,43,84). Sum of RGB (Red+Green+Blue) = 251+43+84=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B54 is #04D4AB. Grayscale: #6D6D6D. Windows color (decimal): -316588 or 5516283. OLE color: 5516283.
HSL color Cylindrical-coordinate representation of color #FB2B54: hue angle of 348.17º 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 #FB2B54 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 84 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.02 |
| HSL | 348.17º | 0.96% | 0.58% | - |
| HSV(B) | 348.17º | 0.83% | 0.98% | - |
| XYZ | 42.25 | 22.88 | 10.58 | - |
| YUV | 109.87 | 113.41 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 84 | 0 | 0.83 | 0.67 | 0.02 | 348.17 | 0.96 | 0.58 |
| Hex | FB | 2B | 54 | 0 | 53 | 43 | 2 | 15C | 60 | 3A |
| Octal | 373 | 53 | 124 | 0 | 123 | 103 | 2 | 534 | 140 | 72 |
| Binary | 11111011 | 101011 | 1010100 | 0 | 1010011 | 1000011 | 10 | 101011100 | 1100000 | 111010 |
Color Harmonies of #FB2B54
Complementary color
Monochromatic Colors of #FB2B54
Black with #FB2B54
Text Example
Text Example
White with #FB2B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B54; }
p { color: rgb(251,43,84); }
H1.HeaderClassName
{
color: #FB2B54;
}
.AnyTagClassName
{
color: #FB2B54;
}
</style>
background-color css
<style>
a { background-color: #FB2B54; }
a { background-color: rgb(251,43,84); }
div.DivClassName
{
background-color: #FB2B54;
}
.BgClassName
{
background-color: #FB2B54;
}
</style>
border-color css
<style>
span { border-color: #FB2B54; }
span { border-color: rgb(251,43,84); }
td.TdClassName
{
border-color: #FB2B54;
}
.TagClassName
{
border-color: #FB2B54;
}
</style>