Shades of Ruby #F91768
Tints of Ruby #F91768
RGB
CMYK
RGB Variations
Color information
#F91768 (or 0xF91768) is known color: Ruby. HEX triplet: F9, 17 and 68. RGB value is (249,23,104). Sum of RGB (Red+Green+Blue) = 249+23+104=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F91768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91768 is #06E897. Grayscale: #636363. Windows color (decimal): -452760 or 6821881. OLE color: 6821881.
HSL color Cylindrical-coordinate representation of color #F91768: hue angle of 338.5º 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 #F91768 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 104 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.02 |
| HSL | 338.5º | 0.95% | 0.53% | - |
| HSV(B) | 338.5º | 0.91% | 0.98% | - |
| XYZ | 41.87 | 21.75 | 15.09 | - |
| YUV | 99.81 | 130.37 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 104 | 0 | 0.91 | 0.58 | 0.02 | 338.5 | 0.95 | 0.53 |
| Hex | F9 | 17 | 68 | 0 | 5B | 3A | 2 | 152 | 5F | 35 |
| Octal | 371 | 27 | 150 | 0 | 133 | 72 | 2 | 522 | 137 | 65 |
| Binary | 11111001 | 10111 | 1101000 | 0 | 1011011 | 111010 | 10 | 101010010 | 1011111 | 110101 |
Color Harmonies of #F91768
Complementary color
Monochromatic Colors of #F91768
Black with #F91768
Text Example
Text Example
White with #F91768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91768; }
p { color: rgb(249,23,104); }
H1.HeaderClassName
{
color: #F91768;
}
.AnyTagClassName
{
color: #F91768;
}
</style>
background-color css
<style>
a { background-color: #F91768; }
a { background-color: rgb(249,23,104); }
div.DivClassName
{
background-color: #F91768;
}
.BgClassName
{
background-color: #F91768;
}
</style>
border-color css
<style>
span { border-color: #F91768; }
span { border-color: rgb(249,23,104); }
td.TdClassName
{
border-color: #F91768;
}
.TagClassName
{
border-color: #F91768;
}
</style>