Shades of Radical Red #FB2970
Tints of Radical Red #FB2970
RGB
CMYK
RGB Variations
Color information
#FB2970 (or 0xFB2970) is known color: Radical Red. HEX triplet: FB, 29 and 70. RGB value is (251,41,112). Sum of RGB (Red+Green+Blue) = 251+41+112=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2970 is #04D68F. Grayscale: #6F6F6F. Windows color (decimal): -317072 or 7350779. OLE color: 7350779.
HSL color Cylindrical-coordinate representation of color #FB2970: hue angle of 339.71º 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 #FB2970 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 112 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.02 |
| HSL | 339.71º | 0.96% | 0.57% | - |
| HSV(B) | 339.71º | 0.84% | 0.98% | - |
| XYZ | 43.5 | 23.26 | 17.53 | - |
| YUV | 111.88 | 128.07 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 112 | 0 | 0.84 | 0.55 | 0.02 | 339.71 | 0.96 | 0.57 |
| Hex | FB | 29 | 70 | 0 | 54 | 37 | 2 | 154 | 60 | 39 |
| Octal | 373 | 51 | 160 | 0 | 124 | 67 | 2 | 524 | 140 | 71 |
| Binary | 11111011 | 101001 | 1110000 | 0 | 1010100 | 110111 | 10 | 101010100 | 1100000 | 111001 |
Color Harmonies of #FB2970
Complementary color
Monochromatic Colors of #FB2970
Black with #FB2970
Text Example
Text Example
White with #FB2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2970; }
p { color: rgb(251,41,112); }
H1.HeaderClassName
{
color: #FB2970;
}
.AnyTagClassName
{
color: #FB2970;
}
</style>
background-color css
<style>
a { background-color: #FB2970; }
a { background-color: rgb(251,41,112); }
div.DivClassName
{
background-color: #FB2970;
}
.BgClassName
{
background-color: #FB2970;
}
</style>
border-color css
<style>
span { border-color: #FB2970; }
span { border-color: rgb(251,41,112); }
td.TdClassName
{
border-color: #FB2970;
}
.TagClassName
{
border-color: #FB2970;
}
</style>