Shades of Ruby #F8136C
Tints of Ruby #F8136C
RGB
CMYK
RGB Variations
Color information
#F8136C (or 0xF8136C) is known color: Ruby. HEX triplet: F8, 13 and 6C. RGB value is (248,19,108). Sum of RGB (Red+Green+Blue) = 248+19+108=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8136C is #07EC93. Grayscale: #616161. Windows color (decimal): -519316 or 7083000. OLE color: 7083000.
HSL color Cylindrical-coordinate representation of color #F8136C: hue angle of 336.68º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8136C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.03 |
| HSL | 336.68º | 0.94% | 0.52% | - |
| HSV(B) | 336.68º | 0.92% | 0.97% | - |
| XYZ | 41.65 | 21.5 | 16.14 | - |
| YUV | 97.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 108 | 0 | 0.92 | 0.56 | 0.03 | 336.68 | 0.94 | 0.52 |
| Hex | F8 | 13 | 6C | 0 | 5C | 38 | 3 | 151 | 5E | 34 |
| Octal | 370 | 23 | 154 | 0 | 134 | 70 | 3 | 521 | 136 | 64 |
| Binary | 11111000 | 10011 | 1101100 | 0 | 1011100 | 111000 | 11 | 101010001 | 1011110 | 110100 |
Color Harmonies of #F8136C
Complementary color
Monochromatic Colors of #F8136C
Black with #F8136C
Text Example
Text Example
White with #F8136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8136C; }
p { color: rgb(248,19,108); }
H1.HeaderClassName
{
color: #F8136C;
}
.AnyTagClassName
{
color: #F8136C;
}
</style>
background-color css
<style>
a { background-color: #F8136C; }
a { background-color: rgb(248,19,108); }
div.DivClassName
{
background-color: #F8136C;
}
.BgClassName
{
background-color: #F8136C;
}
</style>
border-color css
<style>
span { border-color: #F8136C; }
span { border-color: rgb(248,19,108); }
td.TdClassName
{
border-color: #F8136C;
}
.TagClassName
{
border-color: #F8136C;
}
</style>