Shades of Radical Red #FB296D
Tints of Radical Red #FB296D
RGB
CMYK
RGB Variations
Color information
#FB296D (or 0xFB296D) is known color: Radical Red. HEX triplet: FB, 29 and 6D. RGB value is (251,41,109). Sum of RGB (Red+Green+Blue) = 251+41+109=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB296D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB296D is #04D692. Grayscale: #6F6F6F. Windows color (decimal): -317075 or 7154171. OLE color: 7154171.
HSL color Cylindrical-coordinate representation of color #FB296D: hue angle of 340.57º 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 #FB296D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 109 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.02 |
| HSL | 340.57º | 0.96% | 0.57% | - |
| HSV(B) | 340.57º | 0.84% | 0.98% | - |
| XYZ | 43.34 | 23.2 | 16.66 | - |
| YUV | 111.54 | 126.57 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 109 | 0 | 0.84 | 0.57 | 0.02 | 340.57 | 0.96 | 0.57 |
| Hex | FB | 29 | 6D | 0 | 54 | 39 | 2 | 155 | 60 | 39 |
| Octal | 373 | 51 | 155 | 0 | 124 | 71 | 2 | 525 | 140 | 71 |
| Binary | 11111011 | 101001 | 1101101 | 0 | 1010100 | 111001 | 10 | 101010101 | 1100000 | 111001 |
Color Harmonies of #FB296D
Complementary color
Monochromatic Colors of #FB296D
Black with #FB296D
Text Example
Text Example
White with #FB296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB296D; }
p { color: rgb(251,41,109); }
H1.HeaderClassName
{
color: #FB296D;
}
.AnyTagClassName
{
color: #FB296D;
}
</style>
background-color css
<style>
a { background-color: #FB296D; }
a { background-color: rgb(251,41,109); }
div.DivClassName
{
background-color: #FB296D;
}
.BgClassName
{
background-color: #FB296D;
}
</style>
border-color css
<style>
span { border-color: #FB296D; }
span { border-color: rgb(251,41,109); }
td.TdClassName
{
border-color: #FB296D;
}
.TagClassName
{
border-color: #FB296D;
}
</style>