Shades of Ruby #F91A65
Tints of Ruby #F91A65
RGB
CMYK
RGB Variations
Color information
#F91A65 (or 0xF91A65) is known color: Ruby. HEX triplet: F9, 1A and 65. RGB value is (249,26,101). Sum of RGB (Red+Green+Blue) = 249+26+101=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A65 is #06E59A. Grayscale: #656565. Windows color (decimal): -451995 or 6626041. OLE color: 6626041.
HSL color Cylindrical-coordinate representation of color #F91A65: hue angle of 339.82º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A65 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 101 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.02 |
| HSL | 339.82º | 0.95% | 0.54% | - |
| HSV(B) | 339.82º | 0.9% | 0.98% | - |
| XYZ | 41.79 | 21.82 | 14.32 | - |
| YUV | 101.23 | 127.88 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 101 | 0 | 0.90 | 0.59 | 0.02 | 339.82 | 0.95 | 0.54 |
| Hex | F9 | 1A | 65 | 0 | 5A | 3B | 2 | 154 | 5F | 36 |
| Octal | 371 | 32 | 145 | 0 | 132 | 73 | 2 | 524 | 137 | 66 |
| Binary | 11111001 | 11010 | 1100101 | 0 | 1011010 | 111011 | 10 | 101010100 | 1011111 | 110110 |
Color Harmonies of #F91A65
Complementary color
Monochromatic Colors of #F91A65
Black with #F91A65
Text Example
Text Example
White with #F91A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A65; }
p { color: rgb(249,26,101); }
H1.HeaderClassName
{
color: #F91A65;
}
.AnyTagClassName
{
color: #F91A65;
}
</style>
background-color css
<style>
a { background-color: #F91A65; }
a { background-color: rgb(249,26,101); }
div.DivClassName
{
background-color: #F91A65;
}
.BgClassName
{
background-color: #F91A65;
}
</style>
border-color css
<style>
span { border-color: #F91A65; }
span { border-color: rgb(249,26,101); }
td.TdClassName
{
border-color: #F91A65;
}
.TagClassName
{
border-color: #F91A65;
}
</style>