Shades of Ruby #F3116B
Tints of Ruby #F3116B
RGB
CMYK
RGB Variations
Color information
#F3116B (or 0xF3116B) is known color: Ruby. HEX triplet: F3, 11 and 6B. RGB value is (243,17,107). Sum of RGB (Red+Green+Blue) = 243+17+107=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F3116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3116B is #0CEE94. Grayscale: #5E5E5E. Windows color (decimal): -847509 or 7016947. OLE color: 7016947.
HSL color Cylindrical-coordinate representation of color #F3116B: hue angle of 336.11º 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 #F3116B is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 107 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.05 |
| HSL | 336.11º | 0.9% | 0.51% | - |
| HSV(B) | 336.11º | 0.93% | 0.95% | - |
| XYZ | 39.82 | 20.52 | 15.77 | - |
| YUV | 94.83 | 134.87 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 107 | 0 | 0.93 | 0.56 | 0.05 | 336.11 | 0.9 | 0.51 |
| Hex | F3 | 11 | 6B | 0 | 5D | 38 | 5 | 150 | 5A | 33 |
| Octal | 363 | 21 | 153 | 0 | 135 | 70 | 5 | 520 | 132 | 63 |
| Binary | 11110011 | 10001 | 1101011 | 0 | 1011101 | 111000 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F3116B
Complementary color
Monochromatic Colors of #F3116B
Black with #F3116B
Text Example
Text Example
White with #F3116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3116B; }
p { color: rgb(243,17,107); }
H1.HeaderClassName
{
color: #F3116B;
}
.AnyTagClassName
{
color: #F3116B;
}
</style>
background-color css
<style>
a { background-color: #F3116B; }
a { background-color: rgb(243,17,107); }
div.DivClassName
{
background-color: #F3116B;
}
.BgClassName
{
background-color: #F3116B;
}
</style>
border-color css
<style>
span { border-color: #F3116B; }
span { border-color: rgb(243,17,107); }
td.TdClassName
{
border-color: #F3116B;
}
.TagClassName
{
border-color: #F3116B;
}
</style>