Shades of Radical Red #FB3A5E
Tints of Radical Red #FB3A5E
RGB
CMYK
RGB Variations
Color information
#FB3A5E (or 0xFB3A5E) is known color: Radical Red. HEX triplet: FB, 3A and 5E. RGB value is (251,58,94). Sum of RGB (Red+Green+Blue) = 251+58+94=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3A5E is #04C5A1. Grayscale: #777777. Windows color (decimal): -312738 or 6175483. OLE color: 6175483.
HSL color Cylindrical-coordinate representation of color #FB3A5E: hue angle of 348.81º 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 #FB3A5E is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 94 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.02 |
| HSL | 348.81º | 0.96% | 0.61% | - |
| HSV(B) | 348.81º | 0.77% | 0.98% | - |
| XYZ | 43.32 | 24.34 | 13.01 | - |
| YUV | 119.81 | 113.44 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 94 | 0 | 0.77 | 0.63 | 0.02 | 348.81 | 0.96 | 0.61 |
| Hex | FB | 3A | 5E | 0 | 4D | 3F | 2 | 15D | 60 | 3D |
| Octal | 373 | 72 | 136 | 0 | 115 | 77 | 2 | 535 | 140 | 75 |
| Binary | 11111011 | 111010 | 1011110 | 0 | 1001101 | 111111 | 10 | 101011101 | 1100000 | 111101 |
Color Harmonies of #FB3A5E
Complementary color
Monochromatic Colors of #FB3A5E
Black with #FB3A5E
Text Example
Text Example
White with #FB3A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A5E; }
p { color: rgb(251,58,94); }
H1.HeaderClassName
{
color: #FB3A5E;
}
.AnyTagClassName
{
color: #FB3A5E;
}
</style>
background-color css
<style>
a { background-color: #FB3A5E; }
a { background-color: rgb(251,58,94); }
div.DivClassName
{
background-color: #FB3A5E;
}
.BgClassName
{
background-color: #FB3A5E;
}
</style>
border-color css
<style>
span { border-color: #FB3A5E; }
span { border-color: rgb(251,58,94); }
td.TdClassName
{
border-color: #FB3A5E;
}
.TagClassName
{
border-color: #FB3A5E;
}
</style>