Shades of Ruby #F9136C
Tints of Ruby #F9136C
RGB
CMYK
RGB Variations
Color information
#F9136C (or 0xF9136C) is known color: Ruby. HEX triplet: F9, 13 and 6C. RGB value is (249,19,108). Sum of RGB (Red+Green+Blue) = 249+19+108=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9136C is #06EC93. Grayscale: #616161. Windows color (decimal): -453780 or 7083001. OLE color: 7083001.
HSL color Cylindrical-coordinate representation of color #F9136C: hue angle of 336.78º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9136C is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.02 |
| HSL | 336.78º | 0.95% | 0.53% | - |
| HSV(B) | 336.78º | 0.92% | 0.98% | - |
| XYZ | 42.01 | 21.69 | 16.16 | - |
| YUV | 97.92 | 133.7 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 108 | 0 | 0.92 | 0.57 | 0.02 | 336.78 | 0.95 | 0.53 |
| Hex | F9 | 13 | 6C | 0 | 5C | 39 | 2 | 151 | 5F | 35 |
| Octal | 371 | 23 | 154 | 0 | 134 | 71 | 2 | 521 | 137 | 65 |
| Binary | 11111001 | 10011 | 1101100 | 0 | 1011100 | 111001 | 10 | 101010001 | 1011111 | 110101 |
Color Harmonies of #F9136C
Complementary color
Monochromatic Colors of #F9136C
Black with #F9136C
Text Example
Text Example
White with #F9136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9136C; }
p { color: rgb(249,19,108); }
H1.HeaderClassName
{
color: #F9136C;
}
.AnyTagClassName
{
color: #F9136C;
}
</style>
background-color css
<style>
a { background-color: #F9136C; }
a { background-color: rgb(249,19,108); }
div.DivClassName
{
background-color: #F9136C;
}
.BgClassName
{
background-color: #F9136C;
}
</style>
border-color css
<style>
span { border-color: #F9136C; }
span { border-color: rgb(249,19,108); }
td.TdClassName
{
border-color: #F9136C;
}
.TagClassName
{
border-color: #F9136C;
}
</style>