Shades of Ruby #FF156F
Tints of Ruby #FF156F
RGB
CMYK
RGB Variations
Color information
#FF156F (or 0xFF156F) is known color: Ruby. HEX triplet: FF, 15 and 6F. RGB value is (255,21,111). Sum of RGB (Red+Green+Blue) = 255+21+111=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF156F is #00EA90. Grayscale: #656565. Windows color (decimal): -60049 or 7280127. OLE color: 7280127.
HSL color Cylindrical-coordinate representation of color #FF156F: hue angle of 336.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF156F is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 111 | - |
| CMYK | 0 | 0.92 | 0.56 | 0 |
| HSL | 336.92º | 1% | 0.54% | - |
| HSV(B) | 336.92º | 0.92% | 1% | - |
| XYZ | 44.38 | 22.94 | 17.13 | - |
| YUV | 101.23 | 133.52 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 111 | 0 | 0.92 | 0.56 | 0 | 336.92 | 1 | 0.54 |
| Hex | FF | 15 | 6F | 0 | 5C | 38 | 0 | 151 | 64 | 36 |
| Octal | 377 | 25 | 157 | 0 | 134 | 70 | 0 | 521 | 144 | 66 |
| Binary | 11111111 | 10101 | 1101111 | 0 | 1011100 | 111000 | 0 | 101010001 | 1100100 | 110110 |
Color Harmonies of #FF156F
Complementary color
Monochromatic Colors of #FF156F
Black with #FF156F
Text Example
Text Example
White with #FF156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF156F; }
p { color: rgb(255,21,111); }
H1.HeaderClassName
{
color: #FF156F;
}
.AnyTagClassName
{
color: #FF156F;
}
</style>
background-color css
<style>
a { background-color: #FF156F; }
a { background-color: rgb(255,21,111); }
div.DivClassName
{
background-color: #FF156F;
}
.BgClassName
{
background-color: #FF156F;
}
</style>
border-color css
<style>
span { border-color: #FF156F; }
span { border-color: rgb(255,21,111); }
td.TdClassName
{
border-color: #FF156F;
}
.TagClassName
{
border-color: #FF156F;
}
</style>