Shades of Ruby #FF186B
Tints of Ruby #FF186B
RGB
CMYK
RGB Variations
Color information
#FF186B (or 0xFF186B) is known color: Ruby. HEX triplet: FF, 18 and 6B. RGB value is (255,24,107). Sum of RGB (Red+Green+Blue) = 255+24+107=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF186B is #00E794. Grayscale: #666666. Windows color (decimal): -59285 or 7018751. OLE color: 7018751.
HSL color Cylindrical-coordinate representation of color #FF186B: hue angle of 338.44º 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 #FF186B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 107 | - |
| CMYK | 0 | 0.91 | 0.58 | 0 |
| HSL | 338.44º | 1% | 0.55% | - |
| HSV(B) | 338.44º | 0.91% | 1% | - |
| XYZ | 44.22 | 22.97 | 16.01 | - |
| YUV | 102.53 | 130.53 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 107 | 0 | 0.91 | 0.58 | 0 | 338.44 | 1 | 0.55 |
| Hex | FF | 18 | 6B | 0 | 5B | 3A | 0 | 152 | 64 | 37 |
| Octal | 377 | 30 | 153 | 0 | 133 | 72 | 0 | 522 | 144 | 67 |
| Binary | 11111111 | 11000 | 1101011 | 0 | 1011011 | 111010 | 0 | 101010010 | 1100100 | 110111 |
Color Harmonies of #FF186B
Complementary color
Monochromatic Colors of #FF186B
Black with #FF186B
Text Example
Text Example
White with #FF186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF186B; }
p { color: rgb(255,24,107); }
H1.HeaderClassName
{
color: #FF186B;
}
.AnyTagClassName
{
color: #FF186B;
}
</style>
background-color css
<style>
a { background-color: #FF186B; }
a { background-color: rgb(255,24,107); }
div.DivClassName
{
background-color: #FF186B;
}
.BgClassName
{
background-color: #FF186B;
}
</style>
border-color css
<style>
span { border-color: #FF186B; }
span { border-color: rgb(255,24,107); }
td.TdClassName
{
border-color: #FF186B;
}
.TagClassName
{
border-color: #FF186B;
}
</style>