Shades of Ruby #F10A77
Tints of Ruby #F10A77
RGB
CMYK
RGB Variations
Color information
#F10A77 (or 0xF10A77) is known color: Ruby. HEX triplet: F1, 0A and 77. RGB value is (241,10,119). Sum of RGB (Red+Green+Blue) = 241+10+119=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A77 is #0EF588. Grayscale: #5B5B5B. Windows color (decimal): -980361 or 7801585. OLE color: 7801585.
HSL color Cylindrical-coordinate representation of color #F10A77: hue angle of 331.69º degrees, saturation: 0.92, 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 #F10A77 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 119 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.05 |
| HSL | 331.69º | 0.92% | 0.49% | - |
| HSV(B) | 331.69º | 0.96% | 0.95% | - |
| XYZ | 39.71 | 20.25 | 19.27 | - |
| YUV | 91.5 | 143.53 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 119 | 0 | 0.96 | 0.51 | 0.05 | 331.69 | 0.92 | 0.49 |
| Hex | F1 | A | 77 | 0 | 60 | 33 | 5 | 14C | 5C | 31 |
| Octal | 361 | 12 | 167 | 0 | 140 | 63 | 5 | 514 | 134 | 61 |
| Binary | 11110001 | 1010 | 1110111 | 0 | 1100000 | 110011 | 101 | 101001100 | 1011100 | 110001 |
Color Harmonies of #F10A77
Complementary color
Monochromatic Colors of #F10A77
Black with #F10A77
Text Example
Text Example
White with #F10A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A77; }
p { color: rgb(241,10,119); }
H1.HeaderClassName
{
color: #F10A77;
}
.AnyTagClassName
{
color: #F10A77;
}
</style>
background-color css
<style>
a { background-color: #F10A77; }
a { background-color: rgb(241,10,119); }
div.DivClassName
{
background-color: #F10A77;
}
.BgClassName
{
background-color: #F10A77;
}
</style>
border-color css
<style>
span { border-color: #F10A77; }
span { border-color: rgb(241,10,119); }
td.TdClassName
{
border-color: #F10A77;
}
.TagClassName
{
border-color: #F10A77;
}
</style>