Shades of Ruby #F8196C
Tints of Ruby #F8196C
RGB
CMYK
RGB Variations
Color information
#F8196C (or 0xF8196C) is known color: Ruby. HEX triplet: F8, 19 and 6C. RGB value is (248,25,108). Sum of RGB (Red+Green+Blue) = 248+25+108=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8196C is #07E693. Grayscale: #656565. Windows color (decimal): -517780 or 7084536. OLE color: 7084536.
HSL color Cylindrical-coordinate representation of color #F8196C: hue angle of 337.67º 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 #F8196C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 108 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.03 |
| HSL | 337.67º | 0.94% | 0.54% | - |
| HSV(B) | 337.67º | 0.9% | 0.97% | - |
| XYZ | 41.77 | 21.73 | 16.18 | - |
| YUV | 101.14 | 131.88 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 108 | 0 | 0.90 | 0.56 | 0.03 | 337.67 | 0.94 | 0.54 |
| Hex | F8 | 19 | 6C | 0 | 5A | 38 | 3 | 152 | 5E | 36 |
| Octal | 370 | 31 | 154 | 0 | 132 | 70 | 3 | 522 | 136 | 66 |
| Binary | 11111000 | 11001 | 1101100 | 0 | 1011010 | 111000 | 11 | 101010010 | 1011110 | 110110 |
Color Harmonies of #F8196C
Complementary color
Monochromatic Colors of #F8196C
Black with #F8196C
Text Example
Text Example
White with #F8196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8196C; }
p { color: rgb(248,25,108); }
H1.HeaderClassName
{
color: #F8196C;
}
.AnyTagClassName
{
color: #F8196C;
}
</style>
background-color css
<style>
a { background-color: #F8196C; }
a { background-color: rgb(248,25,108); }
div.DivClassName
{
background-color: #F8196C;
}
.BgClassName
{
background-color: #F8196C;
}
</style>
border-color css
<style>
span { border-color: #F8196C; }
span { border-color: rgb(248,25,108); }
td.TdClassName
{
border-color: #F8196C;
}
.TagClassName
{
border-color: #F8196C;
}
</style>