Shades of Radical Red #FB2871
Tints of Radical Red #FB2871
RGB
CMYK
RGB Variations
Color information
#FB2871 (or 0xFB2871) is known color: Radical Red. HEX triplet: FB, 28 and 71. RGB value is (251,40,113). Sum of RGB (Red+Green+Blue) = 251+40+113=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2871 is #04D78E. Grayscale: #6F6F6F. Windows color (decimal): -317327 or 7416059. OLE color: 7416059.
HSL color Cylindrical-coordinate representation of color #FB2871: hue angle of 339.24º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2871 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 113 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.02 |
| HSL | 339.24º | 0.96% | 0.57% | - |
| HSV(B) | 339.24º | 0.84% | 0.98% | - |
| XYZ | 43.52 | 23.22 | 17.81 | - |
| YUV | 111.41 | 128.9 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 113 | 0 | 0.84 | 0.55 | 0.02 | 339.24 | 0.96 | 0.57 |
| Hex | FB | 28 | 71 | 0 | 54 | 37 | 2 | 153 | 60 | 39 |
| Octal | 373 | 50 | 161 | 0 | 124 | 67 | 2 | 523 | 140 | 71 |
| Binary | 11111011 | 101000 | 1110001 | 0 | 1010100 | 110111 | 10 | 101010011 | 1100000 | 111001 |
Color Harmonies of #FB2871
Complementary color
Monochromatic Colors of #FB2871
Black with #FB2871
Text Example
Text Example
White with #FB2871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2871; }
p { color: rgb(251,40,113); }
H1.HeaderClassName
{
color: #FB2871;
}
.AnyTagClassName
{
color: #FB2871;
}
</style>
background-color css
<style>
a { background-color: #FB2871; }
a { background-color: rgb(251,40,113); }
div.DivClassName
{
background-color: #FB2871;
}
.BgClassName
{
background-color: #FB2871;
}
</style>
border-color css
<style>
span { border-color: #FB2871; }
span { border-color: rgb(251,40,113); }
td.TdClassName
{
border-color: #FB2871;
}
.TagClassName
{
border-color: #FB2871;
}
</style>