Shades of Ruby #F11C6C
Tints of Ruby #F11C6C
RGB
CMYK
RGB Variations
Color information
#F11C6C (or 0xF11C6C) is known color: Ruby. HEX triplet: F1, 1C and 6C. RGB value is (241,28,108). Sum of RGB (Red+Green+Blue) = 241+28+108=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C6C is #0EE393. Grayscale: #646464. Windows color (decimal): -975764 or 7085297. OLE color: 7085297.
HSL color Cylindrical-coordinate representation of color #F11C6C: hue angle of 337.46º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C6C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 108 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.05 |
| HSL | 337.46º | 0.88% | 0.53% | - |
| HSV(B) | 337.46º | 0.88% | 0.95% | - |
| XYZ | 39.4 | 20.61 | 16.09 | - |
| YUV | 100.81 | 132.07 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 108 | 0 | 0.88 | 0.55 | 0.05 | 337.46 | 0.88 | 0.53 |
| Hex | F1 | 1C | 6C | 0 | 58 | 37 | 5 | 151 | 58 | 35 |
| Octal | 361 | 34 | 154 | 0 | 130 | 67 | 5 | 521 | 130 | 65 |
| Binary | 11110001 | 11100 | 1101100 | 0 | 1011000 | 110111 | 101 | 101010001 | 1011000 | 110101 |
Color Harmonies of #F11C6C
Complementary color
Monochromatic Colors of #F11C6C
Black with #F11C6C
Text Example
Text Example
White with #F11C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C6C; }
p { color: rgb(241,28,108); }
H1.HeaderClassName
{
color: #F11C6C;
}
.AnyTagClassName
{
color: #F11C6C;
}
</style>
background-color css
<style>
a { background-color: #F11C6C; }
a { background-color: rgb(241,28,108); }
div.DivClassName
{
background-color: #F11C6C;
}
.BgClassName
{
background-color: #F11C6C;
}
</style>
border-color css
<style>
span { border-color: #F11C6C; }
span { border-color: rgb(241,28,108); }
td.TdClassName
{
border-color: #F11C6C;
}
.TagClassName
{
border-color: #F11C6C;
}
</style>