Shades of Radical Red #FB444B
Tints of Radical Red #FB444B
RGB
CMYK
RGB Variations
Color information
#FB444B (or 0xFB444B) is known color: Radical Red. HEX triplet: FB, 44 and 4B. RGB value is (251,68,75). Sum of RGB (Red+Green+Blue) = 251+68+75=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB444B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB444B is #04BBB4. Grayscale: #7B7B7B. Windows color (decimal): -310197 or 4932859. OLE color: 4932859.
HSL color Cylindrical-coordinate representation of color #FB444B: hue angle of 357.7º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB444B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 75 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.02 |
| HSL | 357.7º | 0.96% | 0.63% | - |
| HSV(B) | 357.7º | 0.73% | 0.98% | - |
| XYZ | 43.12 | 25.15 | 9.24 | - |
| YUV | 123.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 75 | 0 | 0.73 | 0.70 | 0.02 | 357.7 | 0.96 | 0.63 |
| Hex | FB | 44 | 4B | 0 | 49 | 46 | 2 | 166 | 60 | 3F |
| Octal | 373 | 104 | 113 | 0 | 111 | 106 | 2 | 546 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1001011 | 0 | 1001001 | 1000110 | 10 | 101100110 | 1100000 | 111111 |
Color Harmonies of #FB444B
Complementary color
Monochromatic Colors of #FB444B
Black with #FB444B
Text Example
Text Example
White with #FB444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB444B; }
p { color: rgb(251,68,75); }
H1.HeaderClassName
{
color: #FB444B;
}
.AnyTagClassName
{
color: #FB444B;
}
</style>
background-color css
<style>
a { background-color: #FB444B; }
a { background-color: rgb(251,68,75); }
div.DivClassName
{
background-color: #FB444B;
}
.BgClassName
{
background-color: #FB444B;
}
</style>
border-color css
<style>
span { border-color: #FB444B; }
span { border-color: rgb(251,68,75); }
td.TdClassName
{
border-color: #FB444B;
}
.TagClassName
{
border-color: #FB444B;
}
</style>