Shades of Ruby #F91769
Tints of Ruby #F91769
RGB
CMYK
RGB Variations
Color information
#F91769 (or 0xF91769) is known color: Ruby. HEX triplet: F9, 17 and 69. RGB value is (249,23,105). Sum of RGB (Red+Green+Blue) = 249+23+105=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F91769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91769 is #06E896. Grayscale: #636363. Windows color (decimal): -452759 or 6887417. OLE color: 6887417.
HSL color Cylindrical-coordinate representation of color #F91769: hue angle of 338.23º 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 #F91769 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 105 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.02 |
| HSL | 338.23º | 0.95% | 0.53% | - |
| HSV(B) | 338.23º | 0.91% | 0.98% | - |
| XYZ | 41.92 | 21.77 | 15.36 | - |
| YUV | 99.92 | 130.87 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 105 | 0 | 0.91 | 0.58 | 0.02 | 338.23 | 0.95 | 0.53 |
| Hex | F9 | 17 | 69 | 0 | 5B | 3A | 2 | 152 | 5F | 35 |
| Octal | 371 | 27 | 151 | 0 | 133 | 72 | 2 | 522 | 137 | 65 |
| Binary | 11111001 | 10111 | 1101001 | 0 | 1011011 | 111010 | 10 | 101010010 | 1011111 | 110101 |
Color Harmonies of #F91769
Complementary color
Monochromatic Colors of #F91769
Black with #F91769
Text Example
Text Example
White with #F91769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91769; }
p { color: rgb(249,23,105); }
H1.HeaderClassName
{
color: #F91769;
}
.AnyTagClassName
{
color: #F91769;
}
</style>
background-color css
<style>
a { background-color: #F91769; }
a { background-color: rgb(249,23,105); }
div.DivClassName
{
background-color: #F91769;
}
.BgClassName
{
background-color: #F91769;
}
</style>
border-color css
<style>
span { border-color: #F91769; }
span { border-color: rgb(249,23,105); }
td.TdClassName
{
border-color: #F91769;
}
.TagClassName
{
border-color: #F91769;
}
</style>