Shades of Ruby #F9136E
Tints of Ruby #F9136E
RGB
CMYK
RGB Variations
Color information
#F9136E (or 0xF9136E) is known color: Ruby. HEX triplet: F9, 13 and 6E. RGB value is (249,19,110). Sum of RGB (Red+Green+Blue) = 249+19+110=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F9136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9136E is #06EC91. Grayscale: #626262. Windows color (decimal): -453778 or 7214073. OLE color: 7214073.
HSL color Cylindrical-coordinate representation of color #F9136E: hue angle of 336.26º 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 #F9136E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.02 |
| HSL | 336.26º | 0.95% | 0.53% | - |
| HSV(B) | 336.26º | 0.92% | 0.98% | - |
| XYZ | 42.11 | 21.73 | 16.73 | - |
| YUV | 98.14 | 134.7 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 110 | 0 | 0.92 | 0.56 | 0.02 | 336.26 | 0.95 | 0.53 |
| Hex | F9 | 13 | 6E | 0 | 5C | 38 | 2 | 150 | 5F | 35 |
| Octal | 371 | 23 | 156 | 0 | 134 | 70 | 2 | 520 | 137 | 65 |
| Binary | 11111001 | 10011 | 1101110 | 0 | 1011100 | 111000 | 10 | 101010000 | 1011111 | 110101 |
Color Harmonies of #F9136E
Complementary color
Monochromatic Colors of #F9136E
Black with #F9136E
Text Example
Text Example
White with #F9136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9136E; }
p { color: rgb(249,19,110); }
H1.HeaderClassName
{
color: #F9136E;
}
.AnyTagClassName
{
color: #F9136E;
}
</style>
background-color css
<style>
a { background-color: #F9136E; }
a { background-color: rgb(249,19,110); }
div.DivClassName
{
background-color: #F9136E;
}
.BgClassName
{
background-color: #F9136E;
}
</style>
border-color css
<style>
span { border-color: #F9136E; }
span { border-color: rgb(249,19,110); }
td.TdClassName
{
border-color: #F9136E;
}
.TagClassName
{
border-color: #F9136E;
}
</style>