Shades of Radical Red #FB4245
Tints of Radical Red #FB4245
RGB
CMYK
RGB Variations
Color information
#FB4245 (or 0xFB4245) is known color: Radical Red. HEX triplet: FB, 42 and 45. RGB value is (251,66,69). Sum of RGB (Red+Green+Blue) = 251+66+69=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4245 is #04BDBA. Grayscale: #797979. Windows color (decimal): -310715 or 4539131. OLE color: 4539131.
HSL color Cylindrical-coordinate representation of color #FB4245: hue angle of 359.03º 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 #FB4245 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 69 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.02 |
| HSL | 359.03º | 0.96% | 0.62% | - |
| HSV(B) | 359.03º | 0.74% | 0.98% | - |
| XYZ | 42.81 | 24.84 | 8.17 | - |
| YUV | 121.66 | 98.29 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 69 | 0 | 0.74 | 0.73 | 0.02 | 359.03 | 0.96 | 0.62 |
| Hex | FB | 42 | 45 | 0 | 4A | 49 | 2 | 167 | 60 | 3E |
| Octal | 373 | 102 | 105 | 0 | 112 | 111 | 2 | 547 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1000101 | 0 | 1001010 | 1001001 | 10 | 101100111 | 1100000 | 111110 |
Color Harmonies of #FB4245
Complementary color
Monochromatic Colors of #FB4245
Black with #FB4245
Text Example
Text Example
White with #FB4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4245; }
p { color: rgb(251,66,69); }
H1.HeaderClassName
{
color: #FB4245;
}
.AnyTagClassName
{
color: #FB4245;
}
</style>
background-color css
<style>
a { background-color: #FB4245; }
a { background-color: rgb(251,66,69); }
div.DivClassName
{
background-color: #FB4245;
}
.BgClassName
{
background-color: #FB4245;
}
</style>
border-color css
<style>
span { border-color: #FB4245; }
span { border-color: rgb(251,66,69); }
td.TdClassName
{
border-color: #FB4245;
}
.TagClassName
{
border-color: #FB4245;
}
</style>