Shades of Ruby #F11562
Tints of Ruby #F11562
RGB
CMYK
RGB Variations
Color information
#F11562 (or 0xF11562) is known color: Ruby. HEX triplet: F1, 15 and 62. RGB value is (241,21,98). Sum of RGB (Red+Green+Blue) = 241+21+98=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F11562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11562 is #0EEA9D. Grayscale: #5F5F5F. Windows color (decimal): -977566 or 6428145. OLE color: 6428145.
HSL color Cylindrical-coordinate representation of color #F11562: hue angle of 339º 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 #F11562 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 98 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.05 |
| HSL | 339º | 0.89% | 0.51% | - |
| HSV(B) | 339º | 0.91% | 0.95% | - |
| XYZ | 38.75 | 20.12 | 13.4 | - |
| YUV | 95.56 | 129.39 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 98 | 0 | 0.91 | 0.59 | 0.05 | 339 | 0.89 | 0.51 |
| Hex | F1 | 15 | 62 | 0 | 5B | 3B | 5 | 153 | 59 | 33 |
| Octal | 361 | 25 | 142 | 0 | 133 | 73 | 5 | 523 | 131 | 63 |
| Binary | 11110001 | 10101 | 1100010 | 0 | 1011011 | 111011 | 101 | 101010011 | 1011001 | 110011 |
Color Harmonies of #F11562
Complementary color
Monochromatic Colors of #F11562
Black with #F11562
Text Example
Text Example
White with #F11562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11562; }
p { color: rgb(241,21,98); }
H1.HeaderClassName
{
color: #F11562;
}
.AnyTagClassName
{
color: #F11562;
}
</style>
background-color css
<style>
a { background-color: #F11562; }
a { background-color: rgb(241,21,98); }
div.DivClassName
{
background-color: #F11562;
}
.BgClassName
{
background-color: #F11562;
}
</style>
border-color css
<style>
span { border-color: #F11562; }
span { border-color: rgb(241,21,98); }
td.TdClassName
{
border-color: #F11562;
}
.TagClassName
{
border-color: #F11562;
}
</style>