Shades of Ruby #FB1772
Tints of Ruby #FB1772
RGB
CMYK
RGB Variations
Color information
#FB1772 (or 0xFB1772) is known color: Ruby. HEX triplet: FB, 17 and 72. RGB value is (251,23,114). Sum of RGB (Red+Green+Blue) = 251+23+114=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1772 is #04E88D. Grayscale: #656565. Windows color (decimal): -321678 or 7477243. OLE color: 7477243.
HSL color Cylindrical-coordinate representation of color #FB1772: hue angle of 336.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1772 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.02 |
| HSL | 336.05º | 0.97% | 0.54% | - |
| HSV(B) | 336.05º | 0.91% | 0.98% | - |
| XYZ | 43.13 | 22.34 | 17.96 | - |
| YUV | 101.55 | 135.04 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 114 | 0 | 0.91 | 0.55 | 0.02 | 336.05 | 0.97 | 0.54 |
| Hex | FB | 17 | 72 | 0 | 5B | 37 | 2 | 150 | 61 | 36 |
| Octal | 373 | 27 | 162 | 0 | 133 | 67 | 2 | 520 | 141 | 66 |
| Binary | 11111011 | 10111 | 1110010 | 0 | 1011011 | 110111 | 10 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FB1772
Complementary color
Monochromatic Colors of #FB1772
Black with #FB1772
Text Example
Text Example
White with #FB1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1772; }
p { color: rgb(251,23,114); }
H1.HeaderClassName
{
color: #FB1772;
}
.AnyTagClassName
{
color: #FB1772;
}
</style>
background-color css
<style>
a { background-color: #FB1772; }
a { background-color: rgb(251,23,114); }
div.DivClassName
{
background-color: #FB1772;
}
.BgClassName
{
background-color: #FB1772;
}
</style>
border-color css
<style>
span { border-color: #FB1772; }
span { border-color: rgb(251,23,114); }
td.TdClassName
{
border-color: #FB1772;
}
.TagClassName
{
border-color: #FB1772;
}
</style>