Shades of Ruby #FF186A
Tints of Ruby #FF186A
RGB
CMYK
RGB Variations
Color information
#FF186A (or 0xFF186A) is known color: Ruby. HEX triplet: FF, 18 and 6A. RGB value is (255,24,106). Sum of RGB (Red+Green+Blue) = 255+24+106=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF186A is #00E795. Grayscale: #666666. Windows color (decimal): -59286 or 6953215. OLE color: 6953215.
HSL color Cylindrical-coordinate representation of color #FF186A: hue angle of 338.7º 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 #FF186A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 106 | - |
| CMYK | 0 | 0.91 | 0.58 | 0 |
| HSL | 338.7º | 1% | 0.55% | - |
| HSV(B) | 338.7º | 0.91% | 1% | - |
| XYZ | 44.17 | 22.95 | 15.74 | - |
| YUV | 102.42 | 130.03 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 106 | 0 | 0.91 | 0.58 | 0 | 338.7 | 1 | 0.55 |
| Hex | FF | 18 | 6A | 0 | 5B | 3A | 0 | 153 | 64 | 37 |
| Octal | 377 | 30 | 152 | 0 | 133 | 72 | 0 | 523 | 144 | 67 |
| Binary | 11111111 | 11000 | 1101010 | 0 | 1011011 | 111010 | 0 | 101010011 | 1100100 | 110111 |
Color Harmonies of #FF186A
Complementary color
Monochromatic Colors of #FF186A
Black with #FF186A
Text Example
Text Example
White with #FF186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF186A; }
p { color: rgb(255,24,106); }
H1.HeaderClassName
{
color: #FF186A;
}
.AnyTagClassName
{
color: #FF186A;
}
</style>
background-color css
<style>
a { background-color: #FF186A; }
a { background-color: rgb(255,24,106); }
div.DivClassName
{
background-color: #FF186A;
}
.BgClassName
{
background-color: #FF186A;
}
</style>
border-color css
<style>
span { border-color: #FF186A; }
span { border-color: rgb(255,24,106); }
td.TdClassName
{
border-color: #FF186A;
}
.TagClassName
{
border-color: #FF186A;
}
</style>