Shades of Ruby #F3136B
Tints of Ruby #F3136B
RGB
CMYK
RGB Variations
Color information
#F3136B (or 0xF3136B) is known color: Ruby. HEX triplet: F3, 13 and 6B. RGB value is (243,19,107). Sum of RGB (Red+Green+Blue) = 243+19+107=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3136B is #0CEC94. Grayscale: #5F5F5F. Windows color (decimal): -846997 or 7017459. OLE color: 7017459.
HSL color Cylindrical-coordinate representation of color #F3136B: hue angle of 336.43º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3136B is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 107 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.05 |
| HSL | 336.43º | 0.9% | 0.51% | - |
| HSV(B) | 336.43º | 0.92% | 0.95% | - |
| XYZ | 39.85 | 20.58 | 15.78 | - |
| YUV | 96.01 | 134.21 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 107 | 0 | 0.92 | 0.56 | 0.05 | 336.43 | 0.9 | 0.51 |
| Hex | F3 | 13 | 6B | 0 | 5C | 38 | 5 | 150 | 5A | 33 |
| Octal | 363 | 23 | 153 | 0 | 134 | 70 | 5 | 520 | 132 | 63 |
| Binary | 11110011 | 10011 | 1101011 | 0 | 1011100 | 111000 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F3136B
Complementary color
Monochromatic Colors of #F3136B
Black with #F3136B
Text Example
Text Example
White with #F3136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3136B; }
p { color: rgb(243,19,107); }
H1.HeaderClassName
{
color: #F3136B;
}
.AnyTagClassName
{
color: #F3136B;
}
</style>
background-color css
<style>
a { background-color: #F3136B; }
a { background-color: rgb(243,19,107); }
div.DivClassName
{
background-color: #F3136B;
}
.BgClassName
{
background-color: #F3136B;
}
</style>
border-color css
<style>
span { border-color: #F3136B; }
span { border-color: rgb(243,19,107); }
td.TdClassName
{
border-color: #F3136B;
}
.TagClassName
{
border-color: #F3136B;
}
</style>