Shades of Ruby #F10B76
Tints of Ruby #F10B76
RGB
CMYK
RGB Variations
Color information
#F10B76 (or 0xF10B76) is known color: Ruby. HEX triplet: F1, 0B and 76. RGB value is (241,11,118). Sum of RGB (Red+Green+Blue) = 241+11+118=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F10B76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10B76 is #0EF489. Grayscale: #5B5B5B. Windows color (decimal): -980106 or 7736305. OLE color: 7736305.
HSL color Cylindrical-coordinate representation of color #F10B76: hue angle of 332.09º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10B76 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 118 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.05 |
| HSL | 332.09º | 0.91% | 0.49% | - |
| HSV(B) | 332.09º | 0.95% | 0.95% | - |
| XYZ | 39.67 | 20.25 | 18.96 | - |
| YUV | 91.97 | 142.7 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 118 | 0 | 0.95 | 0.51 | 0.05 | 332.09 | 0.91 | 0.49 |
| Hex | F1 | B | 76 | 0 | 5F | 33 | 5 | 14C | 5B | 31 |
| Octal | 361 | 13 | 166 | 0 | 137 | 63 | 5 | 514 | 133 | 61 |
| Binary | 11110001 | 1011 | 1110110 | 0 | 1011111 | 110011 | 101 | 101001100 | 1011011 | 110001 |
Color Harmonies of #F10B76
Complementary color
Monochromatic Colors of #F10B76
Black with #F10B76
Text Example
Text Example
White with #F10B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10B76; }
p { color: rgb(241,11,118); }
H1.HeaderClassName
{
color: #F10B76;
}
.AnyTagClassName
{
color: #F10B76;
}
</style>
background-color css
<style>
a { background-color: #F10B76; }
a { background-color: rgb(241,11,118); }
div.DivClassName
{
background-color: #F10B76;
}
.BgClassName
{
background-color: #F10B76;
}
</style>
border-color css
<style>
span { border-color: #F10B76; }
span { border-color: rgb(241,11,118); }
td.TdClassName
{
border-color: #F10B76;
}
.TagClassName
{
border-color: #F10B76;
}
</style>