Shades of Ruby #FD186D
Tints of Ruby #FD186D
RGB
CMYK
RGB Variations
Color information
#FD186D (or 0xFD186D) is known color: Ruby. HEX triplet: FD, 18 and 6D. RGB value is (253,24,109). Sum of RGB (Red+Green+Blue) = 253+24+109=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD186D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD186D is #02E792. Grayscale: #666666. Windows color (decimal): -190355 or 7149821. OLE color: 7149821.
HSL color Cylindrical-coordinate representation of color #FD186D: hue angle of 337.73º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD186D is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 109 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.01 |
| HSL | 337.73º | 0.98% | 0.54% | - |
| HSV(B) | 337.73º | 0.91% | 0.99% | - |
| XYZ | 43.59 | 22.64 | 16.54 | - |
| YUV | 102.16 | 131.87 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 109 | 0 | 0.91 | 0.57 | 0.01 | 337.73 | 0.98 | 0.54 |
| Hex | FD | 18 | 6D | 0 | 5B | 39 | 1 | 152 | 62 | 36 |
| Octal | 375 | 30 | 155 | 0 | 133 | 71 | 1 | 522 | 142 | 66 |
| Binary | 11111101 | 11000 | 1101101 | 0 | 1011011 | 111001 | 1 | 101010010 | 1100010 | 110110 |
Color Harmonies of #FD186D
Complementary color
Monochromatic Colors of #FD186D
Black with #FD186D
Text Example
Text Example
White with #FD186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD186D; }
p { color: rgb(253,24,109); }
H1.HeaderClassName
{
color: #FD186D;
}
.AnyTagClassName
{
color: #FD186D;
}
</style>
background-color css
<style>
a { background-color: #FD186D; }
a { background-color: rgb(253,24,109); }
div.DivClassName
{
background-color: #FD186D;
}
.BgClassName
{
background-color: #FD186D;
}
</style>
border-color css
<style>
span { border-color: #FD186D; }
span { border-color: rgb(253,24,109); }
td.TdClassName
{
border-color: #FD186D;
}
.TagClassName
{
border-color: #FD186D;
}
</style>