Shades of Radical Red #FB3A55
Tints of Radical Red #FB3A55
RGB
CMYK
RGB Variations
Color information
#FB3A55 (or 0xFB3A55) is known color: Radical Red. HEX triplet: FB, 3A and 55. RGB value is (251,58,85). Sum of RGB (Red+Green+Blue) = 251+58+85=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3A55 is #04C5AA. Grayscale: #767676. Windows color (decimal): -312747 or 5585659. OLE color: 5585659.
HSL color Cylindrical-coordinate representation of color #FB3A55: hue angle of 351.61º 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 #FB3A55 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 85 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.02 |
| HSL | 351.61º | 0.96% | 0.61% | - |
| HSV(B) | 351.61º | 0.77% | 0.98% | - |
| XYZ | 42.94 | 24.19 | 11 | - |
| YUV | 118.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 85 | 0 | 0.77 | 0.66 | 0.02 | 351.61 | 0.96 | 0.61 |
| Hex | FB | 3A | 55 | 0 | 4D | 42 | 2 | 160 | 60 | 3D |
| Octal | 373 | 72 | 125 | 0 | 115 | 102 | 2 | 540 | 140 | 75 |
| Binary | 11111011 | 111010 | 1010101 | 0 | 1001101 | 1000010 | 10 | 101100000 | 1100000 | 111101 |
Color Harmonies of #FB3A55
Complementary color
Monochromatic Colors of #FB3A55
Black with #FB3A55
Text Example
Text Example
White with #FB3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A55; }
p { color: rgb(251,58,85); }
H1.HeaderClassName
{
color: #FB3A55;
}
.AnyTagClassName
{
color: #FB3A55;
}
</style>
background-color css
<style>
a { background-color: #FB3A55; }
a { background-color: rgb(251,58,85); }
div.DivClassName
{
background-color: #FB3A55;
}
.BgClassName
{
background-color: #FB3A55;
}
</style>
border-color css
<style>
span { border-color: #FB3A55; }
span { border-color: rgb(251,58,85); }
td.TdClassName
{
border-color: #FB3A55;
}
.TagClassName
{
border-color: #FB3A55;
}
</style>