Shades of Ruby #FE186E
Tints of Ruby #FE186E
RGB
CMYK
RGB Variations
Color information
#FE186E (or 0xFE186E) is known color: Ruby. HEX triplet: FE, 18 and 6E. RGB value is (254,24,110). Sum of RGB (Red+Green+Blue) = 254+24+110=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE186E is #01E791. Grayscale: #666666. Windows color (decimal): -124818 or 7215358. OLE color: 7215358.
HSL color Cylindrical-coordinate representation of color #FE186E: hue angle of 337.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE186E is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 110 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.00 |
| HSL | 337.57º | 0.99% | 0.55% | - |
| HSV(B) | 337.57º | 0.91% | 1% | - |
| XYZ | 44.01 | 22.85 | 16.84 | - |
| YUV | 102.57 | 132.2 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 110 | 0 | 0.91 | 0.57 | 0.00 | 337.57 | 0.99 | 0.55 |
| Hex | FE | 18 | 6E | 0 | 5B | 39 | 0 | 152 | 63 | 37 |
| Octal | 376 | 30 | 156 | 0 | 133 | 71 | 0 | 522 | 143 | 67 |
| Binary | 11111110 | 11000 | 1101110 | 0 | 1011011 | 111001 | 0 | 101010010 | 1100011 | 110111 |
Color Harmonies of #FE186E
Complementary color
Monochromatic Colors of #FE186E
Black with #FE186E
Text Example
Text Example
White with #FE186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE186E; }
p { color: rgb(254,24,110); }
H1.HeaderClassName
{
color: #FE186E;
}
.AnyTagClassName
{
color: #FE186E;
}
</style>
background-color css
<style>
a { background-color: #FE186E; }
a { background-color: rgb(254,24,110); }
div.DivClassName
{
background-color: #FE186E;
}
.BgClassName
{
background-color: #FE186E;
}
</style>
border-color css
<style>
span { border-color: #FE186E; }
span { border-color: rgb(254,24,110); }
td.TdClassName
{
border-color: #FE186E;
}
.TagClassName
{
border-color: #FE186E;
}
</style>