Shades of Radical Red #FB2D49
Tints of Radical Red #FB2D49
RGB
CMYK
RGB Variations
Color information
#FB2D49 (or 0xFB2D49) is known color: Radical Red. HEX triplet: FB, 2D and 49. RGB value is (251,45,73). Sum of RGB (Red+Green+Blue) = 251+45+73=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D49 is #04D2B6. Grayscale: #6D6D6D. Windows color (decimal): -316087 or 4795899. OLE color: 4795899.
HSL color Cylindrical-coordinate representation of color #FB2D49: hue angle of 351.84º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D49 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 73 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.02 |
| HSL | 351.84º | 0.96% | 0.58% | - |
| HSV(B) | 351.84º | 0.82% | 0.98% | - |
| XYZ | 41.92 | 22.87 | 8.51 | - |
| YUV | 109.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 73 | 0 | 0.82 | 0.71 | 0.02 | 351.84 | 0.96 | 0.58 |
| Hex | FB | 2D | 49 | 0 | 52 | 47 | 2 | 160 | 60 | 3A |
| Octal | 373 | 55 | 111 | 0 | 122 | 107 | 2 | 540 | 140 | 72 |
| Binary | 11111011 | 101101 | 1001001 | 0 | 1010010 | 1000111 | 10 | 101100000 | 1100000 | 111010 |
Color Harmonies of #FB2D49
Complementary color
Monochromatic Colors of #FB2D49
Black with #FB2D49
Text Example
Text Example
White with #FB2D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D49; }
p { color: rgb(251,45,73); }
H1.HeaderClassName
{
color: #FB2D49;
}
.AnyTagClassName
{
color: #FB2D49;
}
</style>
background-color css
<style>
a { background-color: #FB2D49; }
a { background-color: rgb(251,45,73); }
div.DivClassName
{
background-color: #FB2D49;
}
.BgClassName
{
background-color: #FB2D49;
}
</style>
border-color css
<style>
span { border-color: #FB2D49; }
span { border-color: rgb(251,45,73); }
td.TdClassName
{
border-color: #FB2D49;
}
.TagClassName
{
border-color: #FB2D49;
}
</style>