Shades of Radical Red #FB2870
Tints of Radical Red #FB2870
RGB
CMYK
RGB Variations
Color information
#FB2870 (or 0xFB2870) is known color: Radical Red. HEX triplet: FB, 28 and 70. RGB value is (251,40,112). Sum of RGB (Red+Green+Blue) = 251+40+112=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2870 is #04D78F. Grayscale: #6F6F6F. Windows color (decimal): -317328 or 7350523. OLE color: 7350523.
HSL color Cylindrical-coordinate representation of color #FB2870: hue angle of 339.53º 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 #FB2870 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 112 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.02 |
| HSL | 339.53º | 0.96% | 0.57% | - |
| HSV(B) | 339.53º | 0.84% | 0.98% | - |
| XYZ | 43.47 | 23.2 | 17.52 | - |
| YUV | 111.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 112 | 0 | 0.84 | 0.55 | 0.02 | 339.53 | 0.96 | 0.57 |
| Hex | FB | 28 | 70 | 0 | 54 | 37 | 2 | 154 | 60 | 39 |
| Octal | 373 | 50 | 160 | 0 | 124 | 67 | 2 | 524 | 140 | 71 |
| Binary | 11111011 | 101000 | 1110000 | 0 | 1010100 | 110111 | 10 | 101010100 | 1100000 | 111001 |
Color Harmonies of #FB2870
Complementary color
Monochromatic Colors of #FB2870
Black with #FB2870
Text Example
Text Example
White with #FB2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2870; }
p { color: rgb(251,40,112); }
H1.HeaderClassName
{
color: #FB2870;
}
.AnyTagClassName
{
color: #FB2870;
}
</style>
background-color css
<style>
a { background-color: #FB2870; }
a { background-color: rgb(251,40,112); }
div.DivClassName
{
background-color: #FB2870;
}
.BgClassName
{
background-color: #FB2870;
}
</style>
border-color css
<style>
span { border-color: #FB2870; }
span { border-color: rgb(251,40,112); }
td.TdClassName
{
border-color: #FB2870;
}
.TagClassName
{
border-color: #FB2870;
}
</style>