Shades of Ruby #FA186E
Tints of Ruby #FA186E
RGB
CMYK
RGB Variations
Color information
#FA186E (or 0xFA186E) is known color: Ruby. HEX triplet: FA, 18 and 6E. RGB value is (250,24,110). Sum of RGB (Red+Green+Blue) = 250+24+110=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA186E is #05E791. Grayscale: #656565. Windows color (decimal): -386962 or 7215354. OLE color: 7215354.
HSL color Cylindrical-coordinate representation of color #FA186E: hue angle of 337.17º 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 #FA186E is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 110 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.02 |
| HSL | 337.17º | 0.96% | 0.54% | - |
| HSV(B) | 337.17º | 0.9% | 0.98% | - |
| XYZ | 42.57 | 22.1 | 16.77 | - |
| YUV | 101.38 | 132.87 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 110 | 0 | 0.90 | 0.56 | 0.02 | 337.17 | 0.96 | 0.54 |
| Hex | FA | 18 | 6E | 0 | 5A | 38 | 2 | 151 | 60 | 36 |
| Octal | 372 | 30 | 156 | 0 | 132 | 70 | 2 | 521 | 140 | 66 |
| Binary | 11111010 | 11000 | 1101110 | 0 | 1011010 | 111000 | 10 | 101010001 | 1100000 | 110110 |
Color Harmonies of #FA186E
Complementary color
Monochromatic Colors of #FA186E
Black with #FA186E
Text Example
Text Example
White with #FA186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA186E; }
p { color: rgb(250,24,110); }
H1.HeaderClassName
{
color: #FA186E;
}
.AnyTagClassName
{
color: #FA186E;
}
</style>
background-color css
<style>
a { background-color: #FA186E; }
a { background-color: rgb(250,24,110); }
div.DivClassName
{
background-color: #FA186E;
}
.BgClassName
{
background-color: #FA186E;
}
</style>
border-color css
<style>
span { border-color: #FA186E; }
span { border-color: rgb(250,24,110); }
td.TdClassName
{
border-color: #FA186E;
}
.TagClassName
{
border-color: #FA186E;
}
</style>