Shades of Ruby #FF186F
Tints of Ruby #FF186F
RGB
CMYK
RGB Variations
Color information
#FF186F (or 0xFF186F) is known color: Ruby. HEX triplet: FF, 18 and 6F. RGB value is (255,24,111). Sum of RGB (Red+Green+Blue) = 255+24+111=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF186F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF186F is #00E790. Grayscale: #666666. Windows color (decimal): -59281 or 7280895. OLE color: 7280895.
HSL color Cylindrical-coordinate representation of color #FF186F: hue angle of 337.4º 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 #FF186F is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 111 | - |
| CMYK | 0 | 0.91 | 0.56 | 0 |
| HSL | 337.4º | 1% | 0.55% | - |
| HSV(B) | 337.4º | 0.91% | 1% | - |
| XYZ | 44.44 | 23.06 | 17.15 | - |
| YUV | 102.99 | 132.53 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 111 | 0 | 0.91 | 0.56 | 0 | 337.4 | 1 | 0.55 |
| Hex | FF | 18 | 6F | 0 | 5B | 38 | 0 | 151 | 64 | 37 |
| Octal | 377 | 30 | 157 | 0 | 133 | 70 | 0 | 521 | 144 | 67 |
| Binary | 11111111 | 11000 | 1101111 | 0 | 1011011 | 111000 | 0 | 101010001 | 1100100 | 110111 |
Color Harmonies of #FF186F
Complementary color
Monochromatic Colors of #FF186F
Black with #FF186F
Text Example
Text Example
White with #FF186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF186F; }
p { color: rgb(255,24,111); }
H1.HeaderClassName
{
color: #FF186F;
}
.AnyTagClassName
{
color: #FF186F;
}
</style>
background-color css
<style>
a { background-color: #FF186F; }
a { background-color: rgb(255,24,111); }
div.DivClassName
{
background-color: #FF186F;
}
.BgClassName
{
background-color: #FF186F;
}
</style>
border-color css
<style>
span { border-color: #FF186F; }
span { border-color: rgb(255,24,111); }
td.TdClassName
{
border-color: #FF186F;
}
.TagClassName
{
border-color: #FF186F;
}
</style>