Shades of Ruby #FB1073
Tints of Ruby #FB1073
RGB
CMYK
RGB Variations
Color information
#FB1073 (or 0xFB1073) is known color: Ruby. HEX triplet: FB, 10 and 73. RGB value is (251,16,115). Sum of RGB (Red+Green+Blue) = 251+16+115=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1073 is #04EF8C. Grayscale: #616161. Windows color (decimal): -323469 or 7540987. OLE color: 7540987.
HSL color Cylindrical-coordinate representation of color #FB1073: hue angle of 334.72º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1073 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 115 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.02 |
| HSL | 334.72º | 0.97% | 0.52% | - |
| HSV(B) | 334.72º | 0.94% | 0.98% | - |
| XYZ | 43.06 | 22.12 | 18.22 | - |
| YUV | 97.55 | 137.86 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 115 | 0 | 0.94 | 0.54 | 0.02 | 334.72 | 0.97 | 0.52 |
| Hex | FB | 10 | 73 | 0 | 5E | 36 | 2 | 14F | 61 | 34 |
| Octal | 373 | 20 | 163 | 0 | 136 | 66 | 2 | 517 | 141 | 64 |
| Binary | 11111011 | 10000 | 1110011 | 0 | 1011110 | 110110 | 10 | 101001111 | 1100001 | 110100 |
Color Harmonies of #FB1073
Complementary color
Monochromatic Colors of #FB1073
Black with #FB1073
Text Example
Text Example
White with #FB1073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1073; }
p { color: rgb(251,16,115); }
H1.HeaderClassName
{
color: #FB1073;
}
.AnyTagClassName
{
color: #FB1073;
}
</style>
background-color css
<style>
a { background-color: #FB1073; }
a { background-color: rgb(251,16,115); }
div.DivClassName
{
background-color: #FB1073;
}
.BgClassName
{
background-color: #FB1073;
}
</style>
border-color css
<style>
span { border-color: #FB1073; }
span { border-color: rgb(251,16,115); }
td.TdClassName
{
border-color: #FB1073;
}
.TagClassName
{
border-color: #FB1073;
}
</style>