Shades of Radical Red #FB4145
Tints of Radical Red #FB4145
RGB
CMYK
RGB Variations
Color information
#FB4145 (or 0xFB4145) is known color: Radical Red. HEX triplet: FB, 41 and 45. RGB value is (251,65,69). Sum of RGB (Red+Green+Blue) = 251+65+69=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4145 is #04BEBA. Grayscale: #797979. Windows color (decimal): -310971 or 4538875. OLE color: 4538875.
HSL color Cylindrical-coordinate representation of color #FB4145: hue angle of 358.71º 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 #FB4145 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 69 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.02 |
| HSL | 358.71º | 0.96% | 0.62% | - |
| HSV(B) | 358.71º | 0.74% | 0.98% | - |
| XYZ | 42.75 | 24.72 | 8.15 | - |
| YUV | 121.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 69 | 0 | 0.74 | 0.73 | 0.02 | 358.71 | 0.96 | 0.62 |
| Hex | FB | 41 | 45 | 0 | 4A | 49 | 2 | 167 | 60 | 3E |
| Octal | 373 | 101 | 105 | 0 | 112 | 111 | 2 | 547 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1000101 | 0 | 1001010 | 1001001 | 10 | 101100111 | 1100000 | 111110 |
Color Harmonies of #FB4145
Complementary color
Monochromatic Colors of #FB4145
Black with #FB4145
Text Example
Text Example
White with #FB4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4145; }
p { color: rgb(251,65,69); }
H1.HeaderClassName
{
color: #FB4145;
}
.AnyTagClassName
{
color: #FB4145;
}
</style>
background-color css
<style>
a { background-color: #FB4145; }
a { background-color: rgb(251,65,69); }
div.DivClassName
{
background-color: #FB4145;
}
.BgClassName
{
background-color: #FB4145;
}
</style>
border-color css
<style>
span { border-color: #FB4145; }
span { border-color: rgb(251,65,69); }
td.TdClassName
{
border-color: #FB4145;
}
.TagClassName
{
border-color: #FB4145;
}
</style>