Shades of Radical Red #FB4146
Tints of Radical Red #FB4146
RGB
CMYK
RGB Variations
Color information
#FB4146 (or 0xFB4146) is known color: Radical Red. HEX triplet: FB, 41 and 46. RGB value is (251,65,70). Sum of RGB (Red+Green+Blue) = 251+65+70=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4146 is #04BEB9. Grayscale: #797979. Windows color (decimal): -310970 or 4604411. OLE color: 4604411.
HSL color Cylindrical-coordinate representation of color #FB4146: hue angle of 358.39º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4146 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 70 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.02 |
| HSL | 358.39º | 0.96% | 0.62% | - |
| HSV(B) | 358.39º | 0.74% | 0.98% | - |
| XYZ | 42.78 | 24.73 | 8.31 | - |
| YUV | 121.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 70 | 0 | 0.74 | 0.72 | 0.02 | 358.39 | 0.96 | 0.62 |
| Hex | FB | 41 | 46 | 0 | 4A | 48 | 2 | 166 | 60 | 3E |
| Octal | 373 | 101 | 106 | 0 | 112 | 110 | 2 | 546 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1000110 | 0 | 1001010 | 1001000 | 10 | 101100110 | 1100000 | 111110 |
Color Harmonies of #FB4146
Complementary color
Monochromatic Colors of #FB4146
Black with #FB4146
Text Example
Text Example
White with #FB4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4146; }
p { color: rgb(251,65,70); }
H1.HeaderClassName
{
color: #FB4146;
}
.AnyTagClassName
{
color: #FB4146;
}
</style>
background-color css
<style>
a { background-color: #FB4146; }
a { background-color: rgb(251,65,70); }
div.DivClassName
{
background-color: #FB4146;
}
.BgClassName
{
background-color: #FB4146;
}
</style>
border-color css
<style>
span { border-color: #FB4146; }
span { border-color: rgb(251,65,70); }
td.TdClassName
{
border-color: #FB4146;
}
.TagClassName
{
border-color: #FB4146;
}
</style>