Shades of Ruby #F8166E
Tints of Ruby #F8166E
RGB
CMYK
RGB Variations
Color information
#F8166E (or 0xF8166E) is known color: Ruby. HEX triplet: F8, 16 and 6E. RGB value is (248,22,110). Sum of RGB (Red+Green+Blue) = 248+22+110=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8166E is #07E991. Grayscale: #636363. Windows color (decimal): -518546 or 7214840. OLE color: 7214840.
HSL color Cylindrical-coordinate representation of color #F8166E: hue angle of 336.64º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8166E is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 110 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.03 |
| HSL | 336.64º | 0.94% | 0.53% | - |
| HSV(B) | 336.64º | 0.91% | 0.97% | - |
| XYZ | 41.81 | 21.66 | 16.73 | - |
| YUV | 99.61 | 133.87 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 110 | 0 | 0.91 | 0.56 | 0.03 | 336.64 | 0.94 | 0.53 |
| Hex | F8 | 16 | 6E | 0 | 5B | 38 | 3 | 151 | 5E | 35 |
| Octal | 370 | 26 | 156 | 0 | 133 | 70 | 3 | 521 | 136 | 65 |
| Binary | 11111000 | 10110 | 1101110 | 0 | 1011011 | 111000 | 11 | 101010001 | 1011110 | 110101 |
Color Harmonies of #F8166E
Complementary color
Monochromatic Colors of #F8166E
Black with #F8166E
Text Example
Text Example
White with #F8166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8166E; }
p { color: rgb(248,22,110); }
H1.HeaderClassName
{
color: #F8166E;
}
.AnyTagClassName
{
color: #F8166E;
}
</style>
background-color css
<style>
a { background-color: #F8166E; }
a { background-color: rgb(248,22,110); }
div.DivClassName
{
background-color: #F8166E;
}
.BgClassName
{
background-color: #F8166E;
}
</style>
border-color css
<style>
span { border-color: #F8166E; }
span { border-color: rgb(248,22,110); }
td.TdClassName
{
border-color: #F8166E;
}
.TagClassName
{
border-color: #F8166E;
}
</style>