Shades of Ruby #FF186C
Tints of Ruby #FF186C
RGB
CMYK
RGB Variations
Color information
#FF186C (or 0xFF186C) is known color: Ruby. HEX triplet: FF, 18 and 6C. RGB value is (255,24,108). Sum of RGB (Red+Green+Blue) = 255+24+108=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF186C is #00E793. Grayscale: #666666. Windows color (decimal): -59284 or 7084287. OLE color: 7084287.
HSL color Cylindrical-coordinate representation of color #FF186C: hue angle of 338.18º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF186C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 108 | - |
| CMYK | 0 | 0.91 | 0.58 | 0 |
| HSL | 338.18º | 1% | 0.55% | - |
| HSV(B) | 338.18º | 0.91% | 1% | - |
| XYZ | 44.27 | 23 | 16.29 | - |
| YUV | 102.65 | 131.03 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 108 | 0 | 0.91 | 0.58 | 0 | 338.18 | 1 | 0.55 |
| Hex | FF | 18 | 6C | 0 | 5B | 3A | 0 | 152 | 64 | 37 |
| Octal | 377 | 30 | 154 | 0 | 133 | 72 | 0 | 522 | 144 | 67 |
| Binary | 11111111 | 11000 | 1101100 | 0 | 1011011 | 111010 | 0 | 101010010 | 1100100 | 110111 |
Color Harmonies of #FF186C
Complementary color
Monochromatic Colors of #FF186C
Black with #FF186C
Text Example
Text Example
White with #FF186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF186C; }
p { color: rgb(255,24,108); }
H1.HeaderClassName
{
color: #FF186C;
}
.AnyTagClassName
{
color: #FF186C;
}
</style>
background-color css
<style>
a { background-color: #FF186C; }
a { background-color: rgb(255,24,108); }
div.DivClassName
{
background-color: #FF186C;
}
.BgClassName
{
background-color: #FF186C;
}
</style>
border-color css
<style>
span { border-color: #FF186C; }
span { border-color: rgb(255,24,108); }
td.TdClassName
{
border-color: #FF186C;
}
.TagClassName
{
border-color: #FF186C;
}
</style>