Shades of Ruby #F8136B
Tints of Ruby #F8136B
RGB
CMYK
RGB Variations
Color information
#F8136B (or 0xF8136B) is known color: Ruby. HEX triplet: F8, 13 and 6B. RGB value is (248,19,107). Sum of RGB (Red+Green+Blue) = 248+19+107=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8136B is #07EC94. Grayscale: #616161. Windows color (decimal): -519317 or 7017464. OLE color: 7017464.
HSL color Cylindrical-coordinate representation of color #F8136B: hue angle of 336.94º 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 #F8136B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 107 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.03 |
| HSL | 336.94º | 0.94% | 0.52% | - |
| HSV(B) | 336.94º | 0.92% | 0.97% | - |
| XYZ | 41.6 | 21.48 | 15.86 | - |
| YUV | 97.5 | 133.37 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 107 | 0 | 0.92 | 0.57 | 0.03 | 336.94 | 0.94 | 0.52 |
| Hex | F8 | 13 | 6B | 0 | 5C | 39 | 3 | 151 | 5E | 34 |
| Octal | 370 | 23 | 153 | 0 | 134 | 71 | 3 | 521 | 136 | 64 |
| Binary | 11111000 | 10011 | 1101011 | 0 | 1011100 | 111001 | 11 | 101010001 | 1011110 | 110100 |
Color Harmonies of #F8136B
Complementary color
Monochromatic Colors of #F8136B
Black with #F8136B
Text Example
Text Example
White with #F8136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8136B; }
p { color: rgb(248,19,107); }
H1.HeaderClassName
{
color: #F8136B;
}
.AnyTagClassName
{
color: #F8136B;
}
</style>
background-color css
<style>
a { background-color: #F8136B; }
a { background-color: rgb(248,19,107); }
div.DivClassName
{
background-color: #F8136B;
}
.BgClassName
{
background-color: #F8136B;
}
</style>
border-color css
<style>
span { border-color: #F8136B; }
span { border-color: rgb(248,19,107); }
td.TdClassName
{
border-color: #F8136B;
}
.TagClassName
{
border-color: #F8136B;
}
</style>