Shades of Ruby #FB1672
Tints of Ruby #FB1672
RGB
CMYK
RGB Variations
Color information
#FB1672 (or 0xFB1672) is known color: Ruby. HEX triplet: FB, 16 and 72. RGB value is (251,22,114). Sum of RGB (Red+Green+Blue) = 251+22+114=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1672 is #04E98D. Grayscale: #646464. Windows color (decimal): -321934 or 7476987. OLE color: 7476987.
HSL color Cylindrical-coordinate representation of color #FB1672: hue angle of 335.9º 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 #FB1672 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.02 |
| HSL | 335.9º | 0.97% | 0.54% | - |
| HSV(B) | 335.9º | 0.91% | 0.98% | - |
| XYZ | 43.11 | 22.3 | 17.95 | - |
| YUV | 100.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 114 | 0 | 0.91 | 0.55 | 0.02 | 335.9 | 0.97 | 0.54 |
| Hex | FB | 16 | 72 | 0 | 5B | 37 | 2 | 150 | 61 | 36 |
| Octal | 373 | 26 | 162 | 0 | 133 | 67 | 2 | 520 | 141 | 66 |
| Binary | 11111011 | 10110 | 1110010 | 0 | 1011011 | 110111 | 10 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FB1672
Complementary color
Monochromatic Colors of #FB1672
Black with #FB1672
Text Example
Text Example
White with #FB1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1672; }
p { color: rgb(251,22,114); }
H1.HeaderClassName
{
color: #FB1672;
}
.AnyTagClassName
{
color: #FB1672;
}
</style>
background-color css
<style>
a { background-color: #FB1672; }
a { background-color: rgb(251,22,114); }
div.DivClassName
{
background-color: #FB1672;
}
.BgClassName
{
background-color: #FB1672;
}
</style>
border-color css
<style>
span { border-color: #FB1672; }
span { border-color: rgb(251,22,114); }
td.TdClassName
{
border-color: #FB1672;
}
.TagClassName
{
border-color: #FB1672;
}
</style>