Shades of Red #FB0605
Tints of Red #FB0605
RGB
CMYK
RGB Variations
Color information
#FB0605 (or 0xFB0605) is known color: Red. HEX triplet: FB, 06 and 05. RGB value is (251,6,5). Sum of RGB (Red+Green+Blue) = 251+6+5=262 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.80% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0605 is #04F9FA. Grayscale: #4F4F4F. Windows color (decimal): -326139 or 329467. OLE color: 329467.
HSL color Cylindrical-coordinate representation of color #FB0605: hue angle of 0.24º 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 #FB0605 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.02 |
| HSL | 0.24º | 0.97% | 0.5% | - |
| HSV(B) | 0.24º | 0.98% | 0.98% | - |
| XYZ | 39.88 | 20.65 | 2.03 | - |
| YUV | 79.14 | 86.17 | 250.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 5 | 0 | 0.98 | 0.98 | 0.02 | 0.24 | 0.97 | 0.5 |
| Hex | FB | 6 | 5 | 0 | 62 | 62 | 2 | 0 | 61 | 32 |
| Octal | 373 | 6 | 5 | 0 | 142 | 142 | 2 | 0 | 141 | 62 |
| Binary | 11111011 | 110 | 101 | 0 | 1100010 | 1100010 | 10 | 0 | 1100001 | 110010 |
Color Harmonies of #FB0605
Complementary color
Monochromatic Colors of #FB0605
Black with #FB0605
Text Example
Text Example
White with #FB0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0605; }
p { color: rgb(251,6,5); }
H1.HeaderClassName
{
color: #FB0605;
}
.AnyTagClassName
{
color: #FB0605;
}
</style>
background-color css
<style>
a { background-color: #FB0605; }
a { background-color: rgb(251,6,5); }
div.DivClassName
{
background-color: #FB0605;
}
.BgClassName
{
background-color: #FB0605;
}
</style>
border-color css
<style>
span { border-color: #FB0605; }
span { border-color: rgb(251,6,5); }
td.TdClassName
{
border-color: #FB0605;
}
.TagClassName
{
border-color: #FB0605;
}
</style>