Shades of Ruby #F11B6E
Tints of Ruby #F11B6E
RGB
CMYK
RGB Variations
Color information
#F11B6E (or 0xF11B6E) is known color: Ruby. HEX triplet: F1, 1B and 6E. RGB value is (241,27,110). Sum of RGB (Red+Green+Blue) = 241+27+110=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B6E is #0EE491. Grayscale: #646464. Windows color (decimal): -976018 or 7216113. OLE color: 7216113.
HSL color Cylindrical-coordinate representation of color #F11B6E: hue angle of 336.73º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B6E is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 110 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.05 |
| HSL | 336.73º | 0.88% | 0.53% | - |
| HSV(B) | 336.73º | 0.89% | 0.95% | - |
| XYZ | 39.48 | 20.61 | 16.65 | - |
| YUV | 100.45 | 133.4 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 110 | 0 | 0.89 | 0.54 | 0.05 | 336.73 | 0.88 | 0.53 |
| Hex | F1 | 1B | 6E | 0 | 59 | 36 | 5 | 151 | 58 | 35 |
| Octal | 361 | 33 | 156 | 0 | 131 | 66 | 5 | 521 | 130 | 65 |
| Binary | 11110001 | 11011 | 1101110 | 0 | 1011001 | 110110 | 101 | 101010001 | 1011000 | 110101 |
Color Harmonies of #F11B6E
Complementary color
Monochromatic Colors of #F11B6E
Black with #F11B6E
Text Example
Text Example
White with #F11B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B6E; }
p { color: rgb(241,27,110); }
H1.HeaderClassName
{
color: #F11B6E;
}
.AnyTagClassName
{
color: #F11B6E;
}
</style>
background-color css
<style>
a { background-color: #F11B6E; }
a { background-color: rgb(241,27,110); }
div.DivClassName
{
background-color: #F11B6E;
}
.BgClassName
{
background-color: #F11B6E;
}
</style>
border-color css
<style>
span { border-color: #F11B6E; }
span { border-color: rgb(241,27,110); }
td.TdClassName
{
border-color: #F11B6E;
}
.TagClassName
{
border-color: #F11B6E;
}
</style>