Shades of Ruby #F8136F
Tints of Ruby #F8136F
RGB
CMYK
RGB Variations
Color information
#F8136F (or 0xF8136F) is known color: Ruby. HEX triplet: F8, 13 and 6F. RGB value is (248,19,111). Sum of RGB (Red+Green+Blue) = 248+19+111=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8136F is #07EC90. Grayscale: #616161. Windows color (decimal): -519313 or 7279608. OLE color: 7279608.
HSL color Cylindrical-coordinate representation of color #F8136F: hue angle of 335.9º 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 #F8136F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.03 |
| HSL | 335.9º | 0.94% | 0.52% | - |
| HSV(B) | 335.9º | 0.92% | 0.97% | - |
| XYZ | 41.81 | 21.57 | 17 | - |
| YUV | 97.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 111 | 0 | 0.92 | 0.55 | 0.03 | 335.9 | 0.94 | 0.52 |
| Hex | F8 | 13 | 6F | 0 | 5C | 37 | 3 | 150 | 5E | 34 |
| Octal | 370 | 23 | 157 | 0 | 134 | 67 | 3 | 520 | 136 | 64 |
| Binary | 11111000 | 10011 | 1101111 | 0 | 1011100 | 110111 | 11 | 101010000 | 1011110 | 110100 |
Color Harmonies of #F8136F
Complementary color
Monochromatic Colors of #F8136F
Black with #F8136F
Text Example
Text Example
White with #F8136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8136F; }
p { color: rgb(248,19,111); }
H1.HeaderClassName
{
color: #F8136F;
}
.AnyTagClassName
{
color: #F8136F;
}
</style>
background-color css
<style>
a { background-color: #F8136F; }
a { background-color: rgb(248,19,111); }
div.DivClassName
{
background-color: #F8136F;
}
.BgClassName
{
background-color: #F8136F;
}
</style>
border-color css
<style>
span { border-color: #F8136F; }
span { border-color: rgb(248,19,111); }
td.TdClassName
{
border-color: #F8136F;
}
.TagClassName
{
border-color: #F8136F;
}
</style>