Shades of Radical Red #FB3946
Tints of Radical Red #FB3946
RGB
CMYK
RGB Variations
Color information
#FB3946 (or 0xFB3946) is known color: Radical Red. HEX triplet: FB, 39 and 46. RGB value is (251,57,70). Sum of RGB (Red+Green+Blue) = 251+57+70=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3946 is #04C6B9. Grayscale: #747474. Windows color (decimal): -313018 or 4602363. OLE color: 4602363.
HSL color Cylindrical-coordinate representation of color #FB3946: hue angle of 355.98º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3946 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 70 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.02 |
| HSL | 355.98º | 0.96% | 0.6% | - |
| HSV(B) | 355.98º | 0.77% | 0.98% | - |
| XYZ | 42.35 | 23.88 | 8.17 | - |
| YUV | 116.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 70 | 0 | 0.77 | 0.72 | 0.02 | 355.98 | 0.96 | 0.6 |
| Hex | FB | 39 | 46 | 0 | 4D | 48 | 2 | 164 | 60 | 3C |
| Octal | 373 | 71 | 106 | 0 | 115 | 110 | 2 | 544 | 140 | 74 |
| Binary | 11111011 | 111001 | 1000110 | 0 | 1001101 | 1001000 | 10 | 101100100 | 1100000 | 111100 |
Color Harmonies of #FB3946
Complementary color
Monochromatic Colors of #FB3946
Black with #FB3946
Text Example
Text Example
White with #FB3946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3946; }
p { color: rgb(251,57,70); }
H1.HeaderClassName
{
color: #FB3946;
}
.AnyTagClassName
{
color: #FB3946;
}
</style>
background-color css
<style>
a { background-color: #FB3946; }
a { background-color: rgb(251,57,70); }
div.DivClassName
{
background-color: #FB3946;
}
.BgClassName
{
background-color: #FB3946;
}
</style>
border-color css
<style>
span { border-color: #FB3946; }
span { border-color: rgb(251,57,70); }
td.TdClassName
{
border-color: #FB3946;
}
.TagClassName
{
border-color: #FB3946;
}
</style>