Shades of Radical Red #FB2B4D
Tints of Radical Red #FB2B4D
RGB
CMYK
RGB Variations
Color information
#FB2B4D (or 0xFB2B4D) is known color: Radical Red. HEX triplet: FB, 2B and 4D. RGB value is (251,43,77). Sum of RGB (Red+Green+Blue) = 251+43+77=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B4D is #04D4B2. Grayscale: #6D6D6D. Windows color (decimal): -316595 or 5057531. OLE color: 5057531.
HSL color Cylindrical-coordinate representation of color #FB2B4D: hue angle of 350.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2B4D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 77 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.02 |
| HSL | 350.19º | 0.96% | 0.58% | - |
| HSV(B) | 350.19º | 0.83% | 0.98% | - |
| XYZ | 41.99 | 22.77 | 9.2 | - |
| YUV | 109.07 | 109.91 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 77 | 0 | 0.83 | 0.69 | 0.02 | 350.19 | 0.96 | 0.58 |
| Hex | FB | 2B | 4D | 0 | 53 | 45 | 2 | 15E | 60 | 3A |
| Octal | 373 | 53 | 115 | 0 | 123 | 105 | 2 | 536 | 140 | 72 |
| Binary | 11111011 | 101011 | 1001101 | 0 | 1010011 | 1000101 | 10 | 101011110 | 1100000 | 111010 |
Color Harmonies of #FB2B4D
Complementary color
Monochromatic Colors of #FB2B4D
Black with #FB2B4D
Text Example
Text Example
White with #FB2B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B4D; }
p { color: rgb(251,43,77); }
H1.HeaderClassName
{
color: #FB2B4D;
}
.AnyTagClassName
{
color: #FB2B4D;
}
</style>
background-color css
<style>
a { background-color: #FB2B4D; }
a { background-color: rgb(251,43,77); }
div.DivClassName
{
background-color: #FB2B4D;
}
.BgClassName
{
background-color: #FB2B4D;
}
</style>
border-color css
<style>
span { border-color: #FB2B4D; }
span { border-color: rgb(251,43,77); }
td.TdClassName
{
border-color: #FB2B4D;
}
.TagClassName
{
border-color: #FB2B4D;
}
</style>