Shades of Ruby #F91A5E
Tints of Ruby #F91A5E
RGB
CMYK
RGB Variations
Color information
#F91A5E (or 0xF91A5E) is known color: Ruby. HEX triplet: F9, 1A and 5E. RGB value is (249,26,94). Sum of RGB (Red+Green+Blue) = 249+26+94=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A5E is #06E5A1. Grayscale: #646464. Windows color (decimal): -452002 or 6167289. OLE color: 6167289.
HSL color Cylindrical-coordinate representation of color #F91A5E: hue angle of 341.7º 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 #F91A5E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 94 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.02 |
| HSL | 341.7º | 0.95% | 0.54% | - |
| HSV(B) | 341.7º | 0.9% | 0.98% | - |
| XYZ | 41.46 | 21.69 | 12.59 | - |
| YUV | 100.43 | 124.38 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 94 | 0 | 0.90 | 0.62 | 0.02 | 341.7 | 0.95 | 0.54 |
| Hex | F9 | 1A | 5E | 0 | 5A | 3E | 2 | 156 | 5F | 36 |
| Octal | 371 | 32 | 136 | 0 | 132 | 76 | 2 | 526 | 137 | 66 |
| Binary | 11111001 | 11010 | 1011110 | 0 | 1011010 | 111110 | 10 | 101010110 | 1011111 | 110110 |
Color Harmonies of #F91A5E
Complementary color
Monochromatic Colors of #F91A5E
Black with #F91A5E
Text Example
Text Example
White with #F91A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A5E; }
p { color: rgb(249,26,94); }
H1.HeaderClassName
{
color: #F91A5E;
}
.AnyTagClassName
{
color: #F91A5E;
}
</style>
background-color css
<style>
a { background-color: #F91A5E; }
a { background-color: rgb(249,26,94); }
div.DivClassName
{
background-color: #F91A5E;
}
.BgClassName
{
background-color: #F91A5E;
}
</style>
border-color css
<style>
span { border-color: #F91A5E; }
span { border-color: rgb(249,26,94); }
td.TdClassName
{
border-color: #F91A5E;
}
.TagClassName
{
border-color: #F91A5E;
}
</style>