Shades of Ruby #FC186E
Tints of Ruby #FC186E
RGB
CMYK
RGB Variations
Color information
#FC186E (or 0xFC186E) is known color: Ruby. HEX triplet: FC, 18 and 6E. RGB value is (252,24,110). Sum of RGB (Red+Green+Blue) = 252+24+110=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC186E is #03E791. Grayscale: #656565. Windows color (decimal): -255890 or 7215356. OLE color: 7215356.
HSL color Cylindrical-coordinate representation of color #FC186E: hue angle of 337.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC186E is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 110 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.01 |
| HSL | 337.37º | 0.97% | 0.54% | - |
| HSV(B) | 337.37º | 0.9% | 0.99% | - |
| XYZ | 43.29 | 22.47 | 16.81 | - |
| YUV | 101.98 | 132.54 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 110 | 0 | 0.90 | 0.56 | 0.01 | 337.37 | 0.97 | 0.54 |
| Hex | FC | 18 | 6E | 0 | 5A | 38 | 1 | 151 | 61 | 36 |
| Octal | 374 | 30 | 156 | 0 | 132 | 70 | 1 | 521 | 141 | 66 |
| Binary | 11111100 | 11000 | 1101110 | 0 | 1011010 | 111000 | 1 | 101010001 | 1100001 | 110110 |
Color Harmonies of #FC186E
Complementary color
Monochromatic Colors of #FC186E
Black with #FC186E
Text Example
Text Example
White with #FC186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC186E; }
p { color: rgb(252,24,110); }
H1.HeaderClassName
{
color: #FC186E;
}
.AnyTagClassName
{
color: #FC186E;
}
</style>
background-color css
<style>
a { background-color: #FC186E; }
a { background-color: rgb(252,24,110); }
div.DivClassName
{
background-color: #FC186E;
}
.BgClassName
{
background-color: #FC186E;
}
</style>
border-color css
<style>
span { border-color: #FC186E; }
span { border-color: rgb(252,24,110); }
td.TdClassName
{
border-color: #FC186E;
}
.TagClassName
{
border-color: #FC186E;
}
</style>