Shades of Ruby #F8136D
Tints of Ruby #F8136D
RGB
CMYK
RGB Variations
Color information
#F8136D (or 0xF8136D) is known color: Ruby. HEX triplet: F8, 13 and 6D. RGB value is (248,19,109). Sum of RGB (Red+Green+Blue) = 248+19+109=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8136D is #07EC92. Grayscale: #616161. Windows color (decimal): -519315 or 7148536. OLE color: 7148536.
HSL color Cylindrical-coordinate representation of color #F8136D: hue angle of 336.42º 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 #F8136D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.03 |
| HSL | 336.42º | 0.94% | 0.52% | - |
| HSV(B) | 336.42º | 0.92% | 0.97% | - |
| XYZ | 41.7 | 21.53 | 16.42 | - |
| YUV | 97.73 | 134.37 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 109 | 0 | 0.92 | 0.56 | 0.03 | 336.42 | 0.94 | 0.52 |
| Hex | F8 | 13 | 6D | 0 | 5C | 38 | 3 | 150 | 5E | 34 |
| Octal | 370 | 23 | 155 | 0 | 134 | 70 | 3 | 520 | 136 | 64 |
| Binary | 11111000 | 10011 | 1101101 | 0 | 1011100 | 111000 | 11 | 101010000 | 1011110 | 110100 |
Color Harmonies of #F8136D
Complementary color
Monochromatic Colors of #F8136D
Black with #F8136D
Text Example
Text Example
White with #F8136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8136D; }
p { color: rgb(248,19,109); }
H1.HeaderClassName
{
color: #F8136D;
}
.AnyTagClassName
{
color: #F8136D;
}
</style>
background-color css
<style>
a { background-color: #F8136D; }
a { background-color: rgb(248,19,109); }
div.DivClassName
{
background-color: #F8136D;
}
.BgClassName
{
background-color: #F8136D;
}
</style>
border-color css
<style>
span { border-color: #F8136D; }
span { border-color: rgb(248,19,109); }
td.TdClassName
{
border-color: #F8136D;
}
.TagClassName
{
border-color: #F8136D;
}
</style>