Shades of Radical Red #FB4046
Tints of Radical Red #FB4046
RGB
CMYK
RGB Variations
Color information
#FB4046 (or 0xFB4046) is known color: Radical Red. HEX triplet: FB, 40 and 46. RGB value is (251,64,70). Sum of RGB (Red+Green+Blue) = 251+64+70=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4046 is #04BFB9. Grayscale: #787878. Windows color (decimal): -311226 or 4604155. OLE color: 4604155.
HSL color Cylindrical-coordinate representation of color #FB4046: hue angle of 358.07º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4046 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 70 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.02 |
| HSL | 358.07º | 0.96% | 0.62% | - |
| HSV(B) | 358.07º | 0.75% | 0.98% | - |
| XYZ | 42.72 | 24.62 | 8.29 | - |
| YUV | 120.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 70 | 0 | 0.75 | 0.72 | 0.02 | 358.07 | 0.96 | 0.62 |
| Hex | FB | 40 | 46 | 0 | 4B | 48 | 2 | 166 | 60 | 3E |
| Octal | 373 | 100 | 106 | 0 | 113 | 110 | 2 | 546 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1000110 | 0 | 1001011 | 1001000 | 10 | 101100110 | 1100000 | 111110 |
Color Harmonies of #FB4046
Complementary color
Monochromatic Colors of #FB4046
Black with #FB4046
Text Example
Text Example
White with #FB4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4046; }
p { color: rgb(251,64,70); }
H1.HeaderClassName
{
color: #FB4046;
}
.AnyTagClassName
{
color: #FB4046;
}
</style>
background-color css
<style>
a { background-color: #FB4046; }
a { background-color: rgb(251,64,70); }
div.DivClassName
{
background-color: #FB4046;
}
.BgClassName
{
background-color: #FB4046;
}
</style>
border-color css
<style>
span { border-color: #FB4046; }
span { border-color: rgb(251,64,70); }
td.TdClassName
{
border-color: #FB4046;
}
.TagClassName
{
border-color: #FB4046;
}
</style>