Shades of Ruby #FB1869
Tints of Ruby #FB1869
RGB
CMYK
RGB Variations
Color information
#FB1869 (or 0xFB1869) is known color: Ruby. HEX triplet: FB, 18 and 69. RGB value is (251,24,105). Sum of RGB (Red+Green+Blue) = 251+24+105=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1869 is #04E796. Grayscale: #656565. Windows color (decimal): -321431 or 6887675. OLE color: 6887675.
HSL color Cylindrical-coordinate representation of color #FB1869: hue angle of 338.59º 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 #FB1869 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 105 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.02 |
| HSL | 338.59º | 0.97% | 0.54% | - |
| HSV(B) | 338.59º | 0.9% | 0.98% | - |
| XYZ | 42.66 | 22.18 | 15.4 | - |
| YUV | 101.11 | 130.21 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 105 | 0 | 0.90 | 0.58 | 0.02 | 338.59 | 0.97 | 0.54 |
| Hex | FB | 18 | 69 | 0 | 5A | 3A | 2 | 153 | 61 | 36 |
| Octal | 373 | 30 | 151 | 0 | 132 | 72 | 2 | 523 | 141 | 66 |
| Binary | 11111011 | 11000 | 1101001 | 0 | 1011010 | 111010 | 10 | 101010011 | 1100001 | 110110 |
Color Harmonies of #FB1869
Complementary color
Monochromatic Colors of #FB1869
Black with #FB1869
Text Example
Text Example
White with #FB1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1869; }
p { color: rgb(251,24,105); }
H1.HeaderClassName
{
color: #FB1869;
}
.AnyTagClassName
{
color: #FB1869;
}
</style>
background-color css
<style>
a { background-color: #FB1869; }
a { background-color: rgb(251,24,105); }
div.DivClassName
{
background-color: #FB1869;
}
.BgClassName
{
background-color: #FB1869;
}
</style>
border-color css
<style>
span { border-color: #FB1869; }
span { border-color: rgb(251,24,105); }
td.TdClassName
{
border-color: #FB1869;
}
.TagClassName
{
border-color: #FB1869;
}
</style>