Shades of Ruby #F8136A
Tints of Ruby #F8136A
RGB
CMYK
RGB Variations
Color information
#F8136A (or 0xF8136A) is known color: Ruby. HEX triplet: F8, 13 and 6A. RGB value is (248,19,106). Sum of RGB (Red+Green+Blue) = 248+19+106=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8136A is #07EC95. Grayscale: #616161. Windows color (decimal): -519318 or 6951928. OLE color: 6951928.
HSL color Cylindrical-coordinate representation of color #F8136A: hue angle of 337.21º 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 #F8136A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.03 |
| HSL | 337.21º | 0.94% | 0.52% | - |
| HSV(B) | 337.21º | 0.92% | 0.97% | - |
| XYZ | 41.55 | 21.46 | 15.59 | - |
| YUV | 97.39 | 132.87 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 106 | 0 | 0.92 | 0.57 | 0.03 | 337.21 | 0.94 | 0.52 |
| Hex | F8 | 13 | 6A | 0 | 5C | 39 | 3 | 151 | 5E | 34 |
| Octal | 370 | 23 | 152 | 0 | 134 | 71 | 3 | 521 | 136 | 64 |
| Binary | 11111000 | 10011 | 1101010 | 0 | 1011100 | 111001 | 11 | 101010001 | 1011110 | 110100 |
Color Harmonies of #F8136A
Complementary color
Monochromatic Colors of #F8136A
Black with #F8136A
Text Example
Text Example
White with #F8136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8136A; }
p { color: rgb(248,19,106); }
H1.HeaderClassName
{
color: #F8136A;
}
.AnyTagClassName
{
color: #F8136A;
}
</style>
background-color css
<style>
a { background-color: #F8136A; }
a { background-color: rgb(248,19,106); }
div.DivClassName
{
background-color: #F8136A;
}
.BgClassName
{
background-color: #F8136A;
}
</style>
border-color css
<style>
span { border-color: #F8136A; }
span { border-color: rgb(248,19,106); }
td.TdClassName
{
border-color: #F8136A;
}
.TagClassName
{
border-color: #F8136A;
}
</style>