Shades of Ruby #F9136F
Tints of Ruby #F9136F
RGB
CMYK
RGB Variations
Color information
#F9136F (or 0xF9136F) is known color: Ruby. HEX triplet: F9, 13 and 6F. RGB value is (249,19,111). Sum of RGB (Red+Green+Blue) = 249+19+111=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9136F is #06EC90. Grayscale: #626262. Windows color (decimal): -453777 or 7279609. OLE color: 7279609.
HSL color Cylindrical-coordinate representation of color #F9136F: hue angle of 336º 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 #F9136F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.02 |
| HSL | 336º | 0.95% | 0.53% | - |
| HSV(B) | 336º | 0.92% | 0.98% | - |
| XYZ | 42.17 | 21.75 | 17.02 | - |
| YUV | 98.26 | 135.2 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 111 | 0 | 0.92 | 0.55 | 0.02 | 336 | 0.95 | 0.53 |
| Hex | F9 | 13 | 6F | 0 | 5C | 37 | 2 | 150 | 5F | 35 |
| Octal | 371 | 23 | 157 | 0 | 134 | 67 | 2 | 520 | 137 | 65 |
| Binary | 11111001 | 10011 | 1101111 | 0 | 1011100 | 110111 | 10 | 101010000 | 1011111 | 110101 |
Color Harmonies of #F9136F
Complementary color
Monochromatic Colors of #F9136F
Black with #F9136F
Text Example
Text Example
White with #F9136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9136F; }
p { color: rgb(249,19,111); }
H1.HeaderClassName
{
color: #F9136F;
}
.AnyTagClassName
{
color: #F9136F;
}
</style>
background-color css
<style>
a { background-color: #F9136F; }
a { background-color: rgb(249,19,111); }
div.DivClassName
{
background-color: #F9136F;
}
.BgClassName
{
background-color: #F9136F;
}
</style>
border-color css
<style>
span { border-color: #F9136F; }
span { border-color: rgb(249,19,111); }
td.TdClassName
{
border-color: #F9136F;
}
.TagClassName
{
border-color: #F9136F;
}
</style>