Shades of Ruby #F8196F
Tints of Ruby #F8196F
RGB
CMYK
RGB Variations
Color information
#F8196F (or 0xF8196F) is known color: Ruby. HEX triplet: F8, 19 and 6F. RGB value is (248,25,111). Sum of RGB (Red+Green+Blue) = 248+25+111=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F8196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8196F is #07E690. Grayscale: #656565. Windows color (decimal): -517777 or 7281144. OLE color: 7281144.
HSL color Cylindrical-coordinate representation of color #F8196F: hue angle of 336.86º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8196F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 111 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.03 |
| HSL | 336.86º | 0.94% | 0.54% | - |
| HSV(B) | 336.86º | 0.9% | 0.97% | - |
| XYZ | 41.93 | 21.8 | 17.04 | - |
| YUV | 101.48 | 133.38 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 111 | 0 | 0.90 | 0.55 | 0.03 | 336.86 | 0.94 | 0.54 |
| Hex | F8 | 19 | 6F | 0 | 5A | 37 | 3 | 151 | 5E | 36 |
| Octal | 370 | 31 | 157 | 0 | 132 | 67 | 3 | 521 | 136 | 66 |
| Binary | 11111000 | 11001 | 1101111 | 0 | 1011010 | 110111 | 11 | 101010001 | 1011110 | 110110 |
Color Harmonies of #F8196F
Complementary color
Monochromatic Colors of #F8196F
Black with #F8196F
Text Example
Text Example
White with #F8196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8196F; }
p { color: rgb(248,25,111); }
H1.HeaderClassName
{
color: #F8196F;
}
.AnyTagClassName
{
color: #F8196F;
}
</style>
background-color css
<style>
a { background-color: #F8196F; }
a { background-color: rgb(248,25,111); }
div.DivClassName
{
background-color: #F8196F;
}
.BgClassName
{
background-color: #F8196F;
}
</style>
border-color css
<style>
span { border-color: #F8196F; }
span { border-color: rgb(248,25,111); }
td.TdClassName
{
border-color: #F8196F;
}
.TagClassName
{
border-color: #F8196F;
}
</style>