Shades of Ruby #FA186C
Tints of Ruby #FA186C
RGB
CMYK
RGB Variations
Color information
#FA186C (or 0xFA186C) is known color: Ruby. HEX triplet: FA, 18 and 6C. RGB value is (250,24,108). Sum of RGB (Red+Green+Blue) = 250+24+108=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA186C is #05E793. Grayscale: #656565. Windows color (decimal): -386964 or 7084282. OLE color: 7084282.
HSL color Cylindrical-coordinate representation of color #FA186C: hue angle of 337.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA186C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 108 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.02 |
| HSL | 337.7º | 0.96% | 0.54% | - |
| HSV(B) | 337.7º | 0.9% | 0.98% | - |
| XYZ | 42.46 | 22.06 | 16.21 | - |
| YUV | 101.15 | 131.87 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 108 | 0 | 0.90 | 0.57 | 0.02 | 337.7 | 0.96 | 0.54 |
| Hex | FA | 18 | 6C | 0 | 5A | 39 | 2 | 152 | 60 | 36 |
| Octal | 372 | 30 | 154 | 0 | 132 | 71 | 2 | 522 | 140 | 66 |
| Binary | 11111010 | 11000 | 1101100 | 0 | 1011010 | 111001 | 10 | 101010010 | 1100000 | 110110 |
Color Harmonies of #FA186C
Complementary color
Monochromatic Colors of #FA186C
Black with #FA186C
Text Example
Text Example
White with #FA186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA186C; }
p { color: rgb(250,24,108); }
H1.HeaderClassName
{
color: #FA186C;
}
.AnyTagClassName
{
color: #FA186C;
}
</style>
background-color css
<style>
a { background-color: #FA186C; }
a { background-color: rgb(250,24,108); }
div.DivClassName
{
background-color: #FA186C;
}
.BgClassName
{
background-color: #FA186C;
}
</style>
border-color css
<style>
span { border-color: #FA186C; }
span { border-color: rgb(250,24,108); }
td.TdClassName
{
border-color: #FA186C;
}
.TagClassName
{
border-color: #FA186C;
}
</style>