Shades of Ruby #F3116C
Tints of Ruby #F3116C
RGB
CMYK
RGB Variations
Color information
#F3116C (or 0xF3116C) is known color: Ruby. HEX triplet: F3, 11 and 6C. RGB value is (243,17,108). Sum of RGB (Red+Green+Blue) = 243+17+108=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F3116C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3116C is #0CEE93. Grayscale: #5E5E5E. Windows color (decimal): -847508 or 7082483. OLE color: 7082483.
HSL color Cylindrical-coordinate representation of color #F3116C: hue angle of 335.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3116C is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 108 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.05 |
| HSL | 335.84º | 0.9% | 0.51% | - |
| HSV(B) | 335.84º | 0.93% | 0.95% | - |
| XYZ | 39.87 | 20.54 | 16.05 | - |
| YUV | 94.95 | 135.37 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 108 | 0 | 0.93 | 0.56 | 0.05 | 335.84 | 0.9 | 0.51 |
| Hex | F3 | 11 | 6C | 0 | 5D | 38 | 5 | 150 | 5A | 33 |
| Octal | 363 | 21 | 154 | 0 | 135 | 70 | 5 | 520 | 132 | 63 |
| Binary | 11110011 | 10001 | 1101100 | 0 | 1011101 | 111000 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F3116C
Complementary color
Monochromatic Colors of #F3116C
Black with #F3116C
Text Example
Text Example
White with #F3116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3116C; }
p { color: rgb(243,17,108); }
H1.HeaderClassName
{
color: #F3116C;
}
.AnyTagClassName
{
color: #F3116C;
}
</style>
background-color css
<style>
a { background-color: #F3116C; }
a { background-color: rgb(243,17,108); }
div.DivClassName
{
background-color: #F3116C;
}
.BgClassName
{
background-color: #F3116C;
}
</style>
border-color css
<style>
span { border-color: #F3116C; }
span { border-color: rgb(243,17,108); }
td.TdClassName
{
border-color: #F3116C;
}
.TagClassName
{
border-color: #F3116C;
}
</style>