Shades of Radical Red #FB3A4C
Tints of Radical Red #FB3A4C
RGB
CMYK
RGB Variations
Color information
#FB3A4C (or 0xFB3A4C) is known color: Radical Red. HEX triplet: FB, 3A and 4C. RGB value is (251,58,76). Sum of RGB (Red+Green+Blue) = 251+58+76=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A4C is #04C5B3. Grayscale: #757575. Windows color (decimal): -312756 or 4995835. OLE color: 4995835.
HSL color Cylindrical-coordinate representation of color #FB3A4C: hue angle of 354.4º 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 #FB3A4C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 76 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.02 |
| HSL | 354.4º | 0.96% | 0.61% | - |
| HSV(B) | 354.4º | 0.77% | 0.98% | - |
| XYZ | 42.6 | 24.06 | 9.24 | - |
| YUV | 117.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 76 | 0 | 0.77 | 0.70 | 0.02 | 354.4 | 0.96 | 0.61 |
| Hex | FB | 3A | 4C | 0 | 4D | 46 | 2 | 162 | 60 | 3D |
| Octal | 373 | 72 | 114 | 0 | 115 | 106 | 2 | 542 | 140 | 75 |
| Binary | 11111011 | 111010 | 1001100 | 0 | 1001101 | 1000110 | 10 | 101100010 | 1100000 | 111101 |
Color Harmonies of #FB3A4C
Complementary color
Monochromatic Colors of #FB3A4C
Black with #FB3A4C
Text Example
Text Example
White with #FB3A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A4C; }
p { color: rgb(251,58,76); }
H1.HeaderClassName
{
color: #FB3A4C;
}
.AnyTagClassName
{
color: #FB3A4C;
}
</style>
background-color css
<style>
a { background-color: #FB3A4C; }
a { background-color: rgb(251,58,76); }
div.DivClassName
{
background-color: #FB3A4C;
}
.BgClassName
{
background-color: #FB3A4C;
}
</style>
border-color css
<style>
span { border-color: #FB3A4C; }
span { border-color: rgb(251,58,76); }
td.TdClassName
{
border-color: #FB3A4C;
}
.TagClassName
{
border-color: #FB3A4C;
}
</style>