Shades of Ruby #F31177
Tints of Ruby #F31177
RGB
CMYK
RGB Variations
Color information
#F31177 (or 0xF31177) is known color: Ruby. HEX triplet: F3, 11 and 77. RGB value is (243,17,119). Sum of RGB (Red+Green+Blue) = 243+17+119=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F31177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31177 is #0CEE88. Grayscale: #606060. Windows color (decimal): -847497 or 7803379. OLE color: 7803379.
HSL color Cylindrical-coordinate representation of color #F31177: hue angle of 332.92º 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 #F31177 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.05 |
| HSL | 332.92º | 0.9% | 0.51% | - |
| HSV(B) | 332.92º | 0.93% | 0.95% | - |
| XYZ | 40.49 | 20.79 | 19.33 | - |
| YUV | 96.2 | 140.87 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 119 | 0 | 0.93 | 0.51 | 0.05 | 332.92 | 0.9 | 0.51 |
| Hex | F3 | 11 | 77 | 0 | 5D | 33 | 5 | 14D | 5A | 33 |
| Octal | 363 | 21 | 167 | 0 | 135 | 63 | 5 | 515 | 132 | 63 |
| Binary | 11110011 | 10001 | 1110111 | 0 | 1011101 | 110011 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F31177
Complementary color
Monochromatic Colors of #F31177
Black with #F31177
Text Example
Text Example
White with #F31177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31177; }
p { color: rgb(243,17,119); }
H1.HeaderClassName
{
color: #F31177;
}
.AnyTagClassName
{
color: #F31177;
}
</style>
background-color css
<style>
a { background-color: #F31177; }
a { background-color: rgb(243,17,119); }
div.DivClassName
{
background-color: #F31177;
}
.BgClassName
{
background-color: #F31177;
}
</style>
border-color css
<style>
span { border-color: #F31177; }
span { border-color: rgb(243,17,119); }
td.TdClassName
{
border-color: #F31177;
}
.TagClassName
{
border-color: #F31177;
}
</style>