Shades of Ruby #F11567
Tints of Ruby #F11567
RGB
CMYK
RGB Variations
Color information
#F11567 (or 0xF11567) is known color: Ruby. HEX triplet: F1, 15 and 67. RGB value is (241,21,103). Sum of RGB (Red+Green+Blue) = 241+21+103=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F11567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11567 is #0EEA98. Grayscale: #606060. Windows color (decimal): -977561 or 6755825. OLE color: 6755825.
HSL color Cylindrical-coordinate representation of color #F11567: hue angle of 337.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11567 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 103 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.05 |
| HSL | 337.64º | 0.89% | 0.51% | - |
| HSV(B) | 337.64º | 0.91% | 0.95% | - |
| XYZ | 38.99 | 20.22 | 14.68 | - |
| YUV | 96.13 | 131.89 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 103 | 0 | 0.91 | 0.57 | 0.05 | 337.64 | 0.89 | 0.51 |
| Hex | F1 | 15 | 67 | 0 | 5B | 39 | 5 | 152 | 59 | 33 |
| Octal | 361 | 25 | 147 | 0 | 133 | 71 | 5 | 522 | 131 | 63 |
| Binary | 11110001 | 10101 | 1100111 | 0 | 1011011 | 111001 | 101 | 101010010 | 1011001 | 110011 |
Color Harmonies of #F11567
Complementary color
Monochromatic Colors of #F11567
Black with #F11567
Text Example
Text Example
White with #F11567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11567; }
p { color: rgb(241,21,103); }
H1.HeaderClassName
{
color: #F11567;
}
.AnyTagClassName
{
color: #F11567;
}
</style>
background-color css
<style>
a { background-color: #F11567; }
a { background-color: rgb(241,21,103); }
div.DivClassName
{
background-color: #F11567;
}
.BgClassName
{
background-color: #F11567;
}
</style>
border-color css
<style>
span { border-color: #F11567; }
span { border-color: rgb(241,21,103); }
td.TdClassName
{
border-color: #F11567;
}
.TagClassName
{
border-color: #F11567;
}
</style>