Shades of Ruby #F11672
Tints of Ruby #F11672
RGB
CMYK
RGB Variations
Color information
#F11672 (or 0xF11672) is known color: Ruby. HEX triplet: F1, 16 and 72. RGB value is (241,22,114). Sum of RGB (Red+Green+Blue) = 241+22+114=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F11672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11672 is #0EE98D. Grayscale: #616161. Windows color (decimal): -977294 or 7476977. OLE color: 7476977.
HSL color Cylindrical-coordinate representation of color #F11672: hue angle of 334.79º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11672 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.05 |
| HSL | 334.79º | 0.89% | 0.52% | - |
| HSV(B) | 334.79º | 0.91% | 0.95% | - |
| XYZ | 39.6 | 20.49 | 17.79 | - |
| YUV | 97.97 | 137.05 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 114 | 0 | 0.91 | 0.53 | 0.05 | 334.79 | 0.89 | 0.52 |
| Hex | F1 | 16 | 72 | 0 | 5B | 35 | 5 | 14F | 59 | 34 |
| Octal | 361 | 26 | 162 | 0 | 133 | 65 | 5 | 517 | 131 | 64 |
| Binary | 11110001 | 10110 | 1110010 | 0 | 1011011 | 110101 | 101 | 101001111 | 1011001 | 110100 |
Color Harmonies of #F11672
Complementary color
Monochromatic Colors of #F11672
Black with #F11672
Text Example
Text Example
White with #F11672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11672; }
p { color: rgb(241,22,114); }
H1.HeaderClassName
{
color: #F11672;
}
.AnyTagClassName
{
color: #F11672;
}
</style>
background-color css
<style>
a { background-color: #F11672; }
a { background-color: rgb(241,22,114); }
div.DivClassName
{
background-color: #F11672;
}
.BgClassName
{
background-color: #F11672;
}
</style>
border-color css
<style>
span { border-color: #F11672; }
span { border-color: rgb(241,22,114); }
td.TdClassName
{
border-color: #F11672;
}
.TagClassName
{
border-color: #F11672;
}
</style>