Shades of Ruby #F8166F
Tints of Ruby #F8166F
RGB
CMYK
RGB Variations
Color information
#F8166F (or 0xF8166F) is known color: Ruby. HEX triplet: F8, 16 and 6F. RGB value is (248,22,111). Sum of RGB (Red+Green+Blue) = 248+22+111=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8166F is #07E990. Grayscale: #636363. Windows color (decimal): -518545 or 7280376. OLE color: 7280376.
HSL color Cylindrical-coordinate representation of color #F8166F: hue angle of 336.37º 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 #F8166F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.03 |
| HSL | 336.37º | 0.94% | 0.53% | - |
| HSV(B) | 336.37º | 0.91% | 0.97% | - |
| XYZ | 41.87 | 21.68 | 17.02 | - |
| YUV | 99.72 | 134.37 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 111 | 0 | 0.91 | 0.55 | 0.03 | 336.37 | 0.94 | 0.53 |
| Hex | F8 | 16 | 6F | 0 | 5B | 37 | 3 | 150 | 5E | 35 |
| Octal | 370 | 26 | 157 | 0 | 133 | 67 | 3 | 520 | 136 | 65 |
| Binary | 11111000 | 10110 | 1101111 | 0 | 1011011 | 110111 | 11 | 101010000 | 1011110 | 110101 |
Color Harmonies of #F8166F
Complementary color
Monochromatic Colors of #F8166F
Black with #F8166F
Text Example
Text Example
White with #F8166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8166F; }
p { color: rgb(248,22,111); }
H1.HeaderClassName
{
color: #F8166F;
}
.AnyTagClassName
{
color: #F8166F;
}
</style>
background-color css
<style>
a { background-color: #F8166F; }
a { background-color: rgb(248,22,111); }
div.DivClassName
{
background-color: #F8166F;
}
.BgClassName
{
background-color: #F8166F;
}
</style>
border-color css
<style>
span { border-color: #F8166F; }
span { border-color: rgb(248,22,111); }
td.TdClassName
{
border-color: #F8166F;
}
.TagClassName
{
border-color: #F8166F;
}
</style>