Shades of Radical Red #FB3F45
Tints of Radical Red #FB3F45
RGB
CMYK
RGB Variations
Color information
#FB3F45 (or 0xFB3F45) is known color: Radical Red. HEX triplet: FB, 3F and 45. RGB value is (251,63,69). Sum of RGB (Red+Green+Blue) = 251+63+69=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3F45 is #04C0BA. Grayscale: #787878. Windows color (decimal): -311483 or 4538363. OLE color: 4538363.
HSL color Cylindrical-coordinate representation of color #FB3F45: hue angle of 358.09º 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 #FB3F45 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 69 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.02 |
| HSL | 358.09º | 0.96% | 0.62% | - |
| HSV(B) | 358.09º | 0.75% | 0.98% | - |
| XYZ | 42.64 | 24.49 | 8.11 | - |
| YUV | 119.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 69 | 0 | 0.75 | 0.73 | 0.02 | 358.09 | 0.96 | 0.62 |
| Hex | FB | 3F | 45 | 0 | 4B | 49 | 2 | 166 | 60 | 3E |
| Octal | 373 | 77 | 105 | 0 | 113 | 111 | 2 | 546 | 140 | 76 |
| Binary | 11111011 | 111111 | 1000101 | 0 | 1001011 | 1001001 | 10 | 101100110 | 1100000 | 111110 |
Color Harmonies of #FB3F45
Complementary color
Monochromatic Colors of #FB3F45
Black with #FB3F45
Text Example
Text Example
White with #FB3F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F45; }
p { color: rgb(251,63,69); }
H1.HeaderClassName
{
color: #FB3F45;
}
.AnyTagClassName
{
color: #FB3F45;
}
</style>
background-color css
<style>
a { background-color: #FB3F45; }
a { background-color: rgb(251,63,69); }
div.DivClassName
{
background-color: #FB3F45;
}
.BgClassName
{
background-color: #FB3F45;
}
</style>
border-color css
<style>
span { border-color: #FB3F45; }
span { border-color: rgb(251,63,69); }
td.TdClassName
{
border-color: #FB3F45;
}
.TagClassName
{
border-color: #FB3F45;
}
</style>