Shades of Ruby #FB1972
Tints of Ruby #FB1972
RGB
CMYK
RGB Variations
Color information
#FB1972 (or 0xFB1972) is known color: Ruby. HEX triplet: FB, 19 and 72. RGB value is (251,25,114). Sum of RGB (Red+Green+Blue) = 251+25+114=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1972 is #04E68D. Grayscale: #666666. Windows color (decimal): -321166 or 7477755. OLE color: 7477755.
HSL color Cylindrical-coordinate representation of color #FB1972: hue angle of 336.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1972 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 114 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.02 |
| HSL | 336.37º | 0.97% | 0.54% | - |
| HSV(B) | 336.37º | 0.9% | 0.98% | - |
| XYZ | 43.17 | 22.42 | 17.97 | - |
| YUV | 102.72 | 134.37 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 114 | 0 | 0.90 | 0.55 | 0.02 | 336.37 | 0.97 | 0.54 |
| Hex | FB | 19 | 72 | 0 | 5A | 37 | 2 | 150 | 61 | 36 |
| Octal | 373 | 31 | 162 | 0 | 132 | 67 | 2 | 520 | 141 | 66 |
| Binary | 11111011 | 11001 | 1110010 | 0 | 1011010 | 110111 | 10 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FB1972
Complementary color
Monochromatic Colors of #FB1972
Black with #FB1972
Text Example
Text Example
White with #FB1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1972; }
p { color: rgb(251,25,114); }
H1.HeaderClassName
{
color: #FB1972;
}
.AnyTagClassName
{
color: #FB1972;
}
</style>
background-color css
<style>
a { background-color: #FB1972; }
a { background-color: rgb(251,25,114); }
div.DivClassName
{
background-color: #FB1972;
}
.BgClassName
{
background-color: #FB1972;
}
</style>
border-color css
<style>
span { border-color: #FB1972; }
span { border-color: rgb(251,25,114); }
td.TdClassName
{
border-color: #FB1972;
}
.TagClassName
{
border-color: #FB1972;
}
</style>