Shades of Radical Red #FB1A5E
Tints of Radical Red #FB1A5E
RGB
CMYK
RGB Variations
Color information
#FB1A5E (or 0xFB1A5E) is known color: Radical Red. HEX triplet: FB, 1A and 5E. RGB value is (251,26,94). Sum of RGB (Red+Green+Blue) = 251+26+94=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A5E is #04E5A1. Grayscale: #646464. Windows color (decimal): -320930 or 6167291. OLE color: 6167291.
HSL color Cylindrical-coordinate representation of color #FB1A5E: hue angle of 341.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1A5E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 94 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.02 |
| HSL | 341.87º | 0.97% | 0.54% | - |
| HSV(B) | 341.87º | 0.9% | 0.98% | - |
| XYZ | 42.17 | 22.06 | 12.62 | - |
| YUV | 101.03 | 124.04 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 94 | 0 | 0.90 | 0.63 | 0.02 | 341.87 | 0.97 | 0.54 |
| Hex | FB | 1A | 5E | 0 | 5A | 3F | 2 | 156 | 61 | 36 |
| Octal | 373 | 32 | 136 | 0 | 132 | 77 | 2 | 526 | 141 | 66 |
| Binary | 11111011 | 11010 | 1011110 | 0 | 1011010 | 111111 | 10 | 101010110 | 1100001 | 110110 |
Color Harmonies of #FB1A5E
Complementary color
Monochromatic Colors of #FB1A5E
Black with #FB1A5E
Text Example
Text Example
White with #FB1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A5E; }
p { color: rgb(251,26,94); }
H1.HeaderClassName
{
color: #FB1A5E;
}
.AnyTagClassName
{
color: #FB1A5E;
}
</style>
background-color css
<style>
a { background-color: #FB1A5E; }
a { background-color: rgb(251,26,94); }
div.DivClassName
{
background-color: #FB1A5E;
}
.BgClassName
{
background-color: #FB1A5E;
}
</style>
border-color css
<style>
span { border-color: #FB1A5E; }
span { border-color: rgb(251,26,94); }
td.TdClassName
{
border-color: #FB1A5E;
}
.TagClassName
{
border-color: #FB1A5E;
}
</style>