Shades of Radical Red #FB4B5D
Tints of Radical Red #FB4B5D
RGB
CMYK
RGB Variations
Color information
#FB4B5D (or 0xFB4B5D) is known color: Radical Red. HEX triplet: FB, 4B and 5D. RGB value is (251,75,93). Sum of RGB (Red+Green+Blue) = 251+75+93=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4B5D is #04B4A2. Grayscale: #818181. Windows color (decimal): -308387 or 6114299. OLE color: 6114299.
HSL color Cylindrical-coordinate representation of color #FB4B5D: hue angle of 353.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4B5D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 93 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.02 |
| HSL | 353.86º | 0.96% | 0.64% | - |
| HSV(B) | 353.86º | 0.7% | 0.98% | - |
| XYZ | 44.28 | 26.33 | 13.1 | - |
| YUV | 129.68 | 107.31 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 93 | 0 | 0.70 | 0.63 | 0.02 | 353.86 | 0.96 | 0.64 |
| Hex | FB | 4B | 5D | 0 | 46 | 3F | 2 | 162 | 60 | 40 |
| Octal | 373 | 113 | 135 | 0 | 106 | 77 | 2 | 542 | 140 | 100 |
| Binary | 11111011 | 1001011 | 1011101 | 0 | 1000110 | 111111 | 10 | 101100010 | 1100000 | 1000000 |
Color Harmonies of #FB4B5D
Complementary color
Monochromatic Colors of #FB4B5D
Black with #FB4B5D
Text Example
Text Example
White with #FB4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B5D; }
p { color: rgb(251,75,93); }
H1.HeaderClassName
{
color: #FB4B5D;
}
.AnyTagClassName
{
color: #FB4B5D;
}
</style>
background-color css
<style>
a { background-color: #FB4B5D; }
a { background-color: rgb(251,75,93); }
div.DivClassName
{
background-color: #FB4B5D;
}
.BgClassName
{
background-color: #FB4B5D;
}
</style>
border-color css
<style>
span { border-color: #FB4B5D; }
span { border-color: rgb(251,75,93); }
td.TdClassName
{
border-color: #FB4B5D;
}
.TagClassName
{
border-color: #FB4B5D;
}
</style>