Shades of Radical Red #FB4B5A
Tints of Radical Red #FB4B5A
RGB
CMYK
RGB Variations
Color information
#FB4B5A (or 0xFB4B5A) is known color: Radical Red. HEX triplet: FB, 4B and 5A. RGB value is (251,75,90). Sum of RGB (Red+Green+Blue) = 251+75+90=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4B5A is #04B4A5. Grayscale: #818181. Windows color (decimal): -308390 or 5917691. OLE color: 5917691.
HSL color Cylindrical-coordinate representation of color #FB4B5A: hue angle of 354.89º 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 #FB4B5A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 90 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.02 |
| HSL | 354.89º | 0.96% | 0.64% | - |
| HSV(B) | 354.89º | 0.7% | 0.98% | - |
| XYZ | 44.15 | 26.28 | 12.42 | - |
| YUV | 129.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 90 | 0 | 0.70 | 0.64 | 0.02 | 354.89 | 0.96 | 0.64 |
| Hex | FB | 4B | 5A | 0 | 46 | 40 | 2 | 163 | 60 | 40 |
| Octal | 373 | 113 | 132 | 0 | 106 | 100 | 2 | 543 | 140 | 100 |
| Binary | 11111011 | 1001011 | 1011010 | 0 | 1000110 | 1000000 | 10 | 101100011 | 1100000 | 1000000 |
Color Harmonies of #FB4B5A
Complementary color
Monochromatic Colors of #FB4B5A
Black with #FB4B5A
Text Example
Text Example
White with #FB4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B5A; }
p { color: rgb(251,75,90); }
H1.HeaderClassName
{
color: #FB4B5A;
}
.AnyTagClassName
{
color: #FB4B5A;
}
</style>
background-color css
<style>
a { background-color: #FB4B5A; }
a { background-color: rgb(251,75,90); }
div.DivClassName
{
background-color: #FB4B5A;
}
.BgClassName
{
background-color: #FB4B5A;
}
</style>
border-color css
<style>
span { border-color: #FB4B5A; }
span { border-color: rgb(251,75,90); }
td.TdClassName
{
border-color: #FB4B5A;
}
.TagClassName
{
border-color: #FB4B5A;
}
</style>