Shades of Ruby #F10977
Tints of Ruby #F10977
RGB
CMYK
RGB Variations
Color information
#F10977 (or 0xF10977) is known color: Ruby. HEX triplet: F1, 09 and 77. RGB value is (241,9,119). Sum of RGB (Red+Green+Blue) = 241+9+119=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F10977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10977 is #0EF688. Grayscale: #5A5A5A. Windows color (decimal): -980617 or 7801329. OLE color: 7801329.
HSL color Cylindrical-coordinate representation of color #F10977: hue angle of 331.55º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10977 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.05 |
| HSL | 331.55º | 0.93% | 0.49% | - |
| HSV(B) | 331.55º | 0.96% | 0.95% | - |
| XYZ | 39.7 | 20.23 | 19.26 | - |
| YUV | 90.91 | 143.86 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 119 | 0 | 0.96 | 0.51 | 0.05 | 331.55 | 0.93 | 0.49 |
| Hex | F1 | 9 | 77 | 0 | 60 | 33 | 5 | 14C | 5D | 31 |
| Octal | 361 | 11 | 167 | 0 | 140 | 63 | 5 | 514 | 135 | 61 |
| Binary | 11110001 | 1001 | 1110111 | 0 | 1100000 | 110011 | 101 | 101001100 | 1011101 | 110001 |
Color Harmonies of #F10977
Complementary color
Monochromatic Colors of #F10977
Black with #F10977
Text Example
Text Example
White with #F10977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10977; }
p { color: rgb(241,9,119); }
H1.HeaderClassName
{
color: #F10977;
}
.AnyTagClassName
{
color: #F10977;
}
</style>
background-color css
<style>
a { background-color: #F10977; }
a { background-color: rgb(241,9,119); }
div.DivClassName
{
background-color: #F10977;
}
.BgClassName
{
background-color: #F10977;
}
</style>
border-color css
<style>
span { border-color: #F10977; }
span { border-color: rgb(241,9,119); }
td.TdClassName
{
border-color: #F10977;
}
.TagClassName
{
border-color: #F10977;
}
</style>