Shades of Ruby #F91773
Tints of Ruby #F91773
RGB
CMYK
RGB Variations
Color information
#F91773 (or 0xF91773) is known color: Ruby. HEX triplet: F9, 17 and 73. RGB value is (249,23,115). Sum of RGB (Red+Green+Blue) = 249+23+115=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F91773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91773 is #06E88C. Grayscale: #646464. Windows color (decimal): -452749 or 7542777. OLE color: 7542777.
HSL color Cylindrical-coordinate representation of color #F91773: hue angle of 335.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91773 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 115 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.02 |
| HSL | 335.58º | 0.95% | 0.53% | - |
| HSV(B) | 335.58º | 0.91% | 0.98% | - |
| XYZ | 42.47 | 21.99 | 18.23 | - |
| YUV | 101.06 | 135.87 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 115 | 0 | 0.91 | 0.54 | 0.02 | 335.58 | 0.95 | 0.53 |
| Hex | F9 | 17 | 73 | 0 | 5B | 36 | 2 | 150 | 5F | 35 |
| Octal | 371 | 27 | 163 | 0 | 133 | 66 | 2 | 520 | 137 | 65 |
| Binary | 11111001 | 10111 | 1110011 | 0 | 1011011 | 110110 | 10 | 101010000 | 1011111 | 110101 |
Color Harmonies of #F91773
Complementary color
Monochromatic Colors of #F91773
Black with #F91773
Text Example
Text Example
White with #F91773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91773; }
p { color: rgb(249,23,115); }
H1.HeaderClassName
{
color: #F91773;
}
.AnyTagClassName
{
color: #F91773;
}
</style>
background-color css
<style>
a { background-color: #F91773; }
a { background-color: rgb(249,23,115); }
div.DivClassName
{
background-color: #F91773;
}
.BgClassName
{
background-color: #F91773;
}
</style>
border-color css
<style>
span { border-color: #F91773; }
span { border-color: rgb(249,23,115); }
td.TdClassName
{
border-color: #F91773;
}
.TagClassName
{
border-color: #F91773;
}
</style>