Shades of Ruby #FD186A
Tints of Ruby #FD186A
RGB
CMYK
RGB Variations
Color information
#FD186A (or 0xFD186A) is known color: Ruby. HEX triplet: FD, 18 and 6A. RGB value is (253,24,106). Sum of RGB (Red+Green+Blue) = 253+24+106=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD186A is #02E795. Grayscale: #656565. Windows color (decimal): -190358 or 6953213. OLE color: 6953213.
HSL color Cylindrical-coordinate representation of color #FD186A: hue angle of 338.52º 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 #FD186A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 106 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.01 |
| HSL | 338.52º | 0.98% | 0.54% | - |
| HSV(B) | 338.52º | 0.91% | 0.99% | - |
| XYZ | 43.44 | 22.58 | 15.7 | - |
| YUV | 101.82 | 130.37 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 106 | 0 | 0.91 | 0.58 | 0.01 | 338.52 | 0.98 | 0.54 |
| Hex | FD | 18 | 6A | 0 | 5B | 3A | 1 | 153 | 62 | 36 |
| Octal | 375 | 30 | 152 | 0 | 133 | 72 | 1 | 523 | 142 | 66 |
| Binary | 11111101 | 11000 | 1101010 | 0 | 1011011 | 111010 | 1 | 101010011 | 1100010 | 110110 |
Color Harmonies of #FD186A
Complementary color
Monochromatic Colors of #FD186A
Black with #FD186A
Text Example
Text Example
White with #FD186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD186A; }
p { color: rgb(253,24,106); }
H1.HeaderClassName
{
color: #FD186A;
}
.AnyTagClassName
{
color: #FD186A;
}
</style>
background-color css
<style>
a { background-color: #FD186A; }
a { background-color: rgb(253,24,106); }
div.DivClassName
{
background-color: #FD186A;
}
.BgClassName
{
background-color: #FD186A;
}
</style>
border-color css
<style>
span { border-color: #FD186A; }
span { border-color: rgb(253,24,106); }
td.TdClassName
{
border-color: #FD186A;
}
.TagClassName
{
border-color: #FD186A;
}
</style>