Shades of Ruby #F3136E
Tints of Ruby #F3136E
RGB
CMYK
RGB Variations
Color information
#F3136E (or 0xF3136E) is known color: Ruby. HEX triplet: F3, 13 and 6E. RGB value is (243,19,110). Sum of RGB (Red+Green+Blue) = 243+19+110=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3136E is #0CEC91. Grayscale: #606060. Windows color (decimal): -846994 or 7214067. OLE color: 7214067.
HSL color Cylindrical-coordinate representation of color #F3136E: hue angle of 335.62º 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 #F3136E is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.05 |
| HSL | 335.63º | 0.9% | 0.51% | - |
| HSV(B) | 335.63º | 0.92% | 0.95% | - |
| XYZ | 40.01 | 20.65 | 16.63 | - |
| YUV | 96.35 | 135.71 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 110 | 0 | 0.92 | 0.55 | 0.05 | 335.63 | 0.9 | 0.51 |
| Hex | F3 | 13 | 6E | 0 | 5C | 37 | 5 | 150 | 5A | 33 |
| Octal | 363 | 23 | 156 | 0 | 134 | 67 | 5 | 520 | 132 | 63 |
| Binary | 11110011 | 10011 | 1101110 | 0 | 1011100 | 110111 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F3136E
Complementary color
Monochromatic Colors of #F3136E
Black with #F3136E
Text Example
Text Example
White with #F3136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3136E; }
p { color: rgb(243,19,110); }
H1.HeaderClassName
{
color: #F3136E;
}
.AnyTagClassName
{
color: #F3136E;
}
</style>
background-color css
<style>
a { background-color: #F3136E; }
a { background-color: rgb(243,19,110); }
div.DivClassName
{
background-color: #F3136E;
}
.BgClassName
{
background-color: #F3136E;
}
</style>
border-color css
<style>
span { border-color: #F3136E; }
span { border-color: rgb(243,19,110); }
td.TdClassName
{
border-color: #F3136E;
}
.TagClassName
{
border-color: #F3136E;
}
</style>