Shades of Radical Red #FB3A4E
Tints of Radical Red #FB3A4E
RGB
CMYK
RGB Variations
Color information
#FB3A4E (or 0xFB3A4E) is known color: Radical Red. HEX triplet: FB, 3A and 4E. RGB value is (251,58,78). Sum of RGB (Red+Green+Blue) = 251+58+78=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3A4E is #04C5B1. Grayscale: #767676. Windows color (decimal): -312754 or 5126907. OLE color: 5126907.
HSL color Cylindrical-coordinate representation of color #FB3A4E: hue angle of 353.78º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3A4E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 78 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.02 |
| HSL | 353.78º | 0.96% | 0.61% | - |
| HSV(B) | 353.78º | 0.77% | 0.98% | - |
| XYZ | 42.67 | 24.09 | 9.61 | - |
| YUV | 117.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 78 | 0 | 0.77 | 0.69 | 0.02 | 353.78 | 0.96 | 0.61 |
| Hex | FB | 3A | 4E | 0 | 4D | 45 | 2 | 162 | 60 | 3D |
| Octal | 373 | 72 | 116 | 0 | 115 | 105 | 2 | 542 | 140 | 75 |
| Binary | 11111011 | 111010 | 1001110 | 0 | 1001101 | 1000101 | 10 | 101100010 | 1100000 | 111101 |
Color Harmonies of #FB3A4E
Complementary color
Monochromatic Colors of #FB3A4E
Black with #FB3A4E
Text Example
Text Example
White with #FB3A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A4E; }
p { color: rgb(251,58,78); }
H1.HeaderClassName
{
color: #FB3A4E;
}
.AnyTagClassName
{
color: #FB3A4E;
}
</style>
background-color css
<style>
a { background-color: #FB3A4E; }
a { background-color: rgb(251,58,78); }
div.DivClassName
{
background-color: #FB3A4E;
}
.BgClassName
{
background-color: #FB3A4E;
}
</style>
border-color css
<style>
span { border-color: #FB3A4E; }
span { border-color: rgb(251,58,78); }
td.TdClassName
{
border-color: #FB3A4E;
}
.TagClassName
{
border-color: #FB3A4E;
}
</style>