Shades of Red #FB0F05
Tints of Red #FB0F05
RGB
CMYK
RGB Variations
Color information
#FB0F05 (or 0xFB0F05) is known color: Red. HEX triplet: FB, 0F and 05. RGB value is (251,15,5). Sum of RGB (Red+Green+Blue) = 251+15+5=271 (35% of max value = 765). Red value is 251 (98.44% from 255 or 92.62% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0F05 is #04F0FA. Grayscale: #545454. Windows color (decimal): -323835 or 331771. OLE color: 331771.
HSL color Cylindrical-coordinate representation of color #FB0F05: hue angle of 2.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0F05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.44º | 0.97% | 0.5% | - |
| HSV(B) | 2.44º | 0.98% | 0.98% | - |
| XYZ | 39.98 | 20.86 | 2.06 | - |
| YUV | 84.42 | 83.19 | 246.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 5 | 0 | 0.94 | 0.98 | 0.02 | 2.44 | 0.97 | 0.5 |
| Hex | FB | F | 5 | 0 | 5E | 62 | 2 | 2 | 61 | 32 |
| Octal | 373 | 17 | 5 | 0 | 136 | 142 | 2 | 2 | 141 | 62 |
| Binary | 11111011 | 1111 | 101 | 0 | 1011110 | 1100010 | 10 | 10 | 1100001 | 110010 |
Color Harmonies of #FB0F05
Complementary color
Monochromatic Colors of #FB0F05
Black with #FB0F05
Text Example
Text Example
White with #FB0F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F05; }
p { color: rgb(251,15,5); }
H1.HeaderClassName
{
color: #FB0F05;
}
.AnyTagClassName
{
color: #FB0F05;
}
</style>
background-color css
<style>
a { background-color: #FB0F05; }
a { background-color: rgb(251,15,5); }
div.DivClassName
{
background-color: #FB0F05;
}
.BgClassName
{
background-color: #FB0F05;
}
</style>
border-color css
<style>
span { border-color: #FB0F05; }
span { border-color: rgb(251,15,5); }
td.TdClassName
{
border-color: #FB0F05;
}
.TagClassName
{
border-color: #FB0F05;
}
</style>