Shades of Ruby #F91961
Tints of Ruby #F91961
RGB
CMYK
RGB Variations
Color information
#F91961 (or 0xF91961) is known color: Ruby. HEX triplet: F9, 19 and 61. RGB value is (249,25,97). Sum of RGB (Red+Green+Blue) = 249+25+97=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F91961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91961 is #06E69E. Grayscale: #646464. Windows color (decimal): -452255 or 6363641. OLE color: 6363641.
HSL color Cylindrical-coordinate representation of color #F91961: hue angle of 340.71º 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 #F91961 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 97 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.02 |
| HSL | 340.71º | 0.95% | 0.54% | - |
| HSV(B) | 340.71º | 0.9% | 0.98% | - |
| XYZ | 41.57 | 21.7 | 13.31 | - |
| YUV | 100.18 | 126.21 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 97 | 0 | 0.90 | 0.61 | 0.02 | 340.71 | 0.95 | 0.54 |
| Hex | F9 | 19 | 61 | 0 | 5A | 3D | 2 | 155 | 5F | 36 |
| Octal | 371 | 31 | 141 | 0 | 132 | 75 | 2 | 525 | 137 | 66 |
| Binary | 11111001 | 11001 | 1100001 | 0 | 1011010 | 111101 | 10 | 101010101 | 1011111 | 110110 |
Color Harmonies of #F91961
Complementary color
Monochromatic Colors of #F91961
Black with #F91961
Text Example
Text Example
White with #F91961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91961; }
p { color: rgb(249,25,97); }
H1.HeaderClassName
{
color: #F91961;
}
.AnyTagClassName
{
color: #F91961;
}
</style>
background-color css
<style>
a { background-color: #F91961; }
a { background-color: rgb(249,25,97); }
div.DivClassName
{
background-color: #F91961;
}
.BgClassName
{
background-color: #F91961;
}
</style>
border-color css
<style>
span { border-color: #F91961; }
span { border-color: rgb(249,25,97); }
td.TdClassName
{
border-color: #F91961;
}
.TagClassName
{
border-color: #F91961;
}
</style>