Shades of Ruby #F91965
Tints of Ruby #F91965
RGB
CMYK
RGB Variations
Color information
#F91965 (or 0xF91965) is known color: Ruby. HEX triplet: F9, 19 and 65. RGB value is (249,25,101). Sum of RGB (Red+Green+Blue) = 249+25+101=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F91965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91965 is #06E69A. Grayscale: #646464. Windows color (decimal): -452251 or 6625785. OLE color: 6625785.
HSL color Cylindrical-coordinate representation of color #F91965: hue angle of 339.64º 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 #F91965 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 101 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.02 |
| HSL | 339.64º | 0.95% | 0.54% | - |
| HSV(B) | 339.64º | 0.9% | 0.98% | - |
| XYZ | 41.76 | 21.77 | 14.31 | - |
| YUV | 100.64 | 128.21 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 101 | 0 | 0.90 | 0.59 | 0.02 | 339.64 | 0.95 | 0.54 |
| Hex | F9 | 19 | 65 | 0 | 5A | 3B | 2 | 154 | 5F | 36 |
| Octal | 371 | 31 | 145 | 0 | 132 | 73 | 2 | 524 | 137 | 66 |
| Binary | 11111001 | 11001 | 1100101 | 0 | 1011010 | 111011 | 10 | 101010100 | 1011111 | 110110 |
Color Harmonies of #F91965
Complementary color
Monochromatic Colors of #F91965
Black with #F91965
Text Example
Text Example
White with #F91965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91965; }
p { color: rgb(249,25,101); }
H1.HeaderClassName
{
color: #F91965;
}
.AnyTagClassName
{
color: #F91965;
}
</style>
background-color css
<style>
a { background-color: #F91965; }
a { background-color: rgb(249,25,101); }
div.DivClassName
{
background-color: #F91965;
}
.BgClassName
{
background-color: #F91965;
}
</style>
border-color css
<style>
span { border-color: #F91965; }
span { border-color: rgb(249,25,101); }
td.TdClassName
{
border-color: #F91965;
}
.TagClassName
{
border-color: #F91965;
}
</style>