Shades of Ruby #F31B73
Tints of Ruby #F31B73
RGB
CMYK
RGB Variations
Color information
#F31B73 (or 0xF31B73) is known color: Ruby. HEX triplet: F3, 1B and 73. RGB value is (243,27,115). Sum of RGB (Red+Green+Blue) = 243+27+115=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B73 is #0CE48C. Grayscale: #656565. Windows color (decimal): -844941 or 7543795. OLE color: 7543795.
HSL color Cylindrical-coordinate representation of color #F31B73: hue angle of 335.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31B73 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 115 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.05 |
| HSL | 335.56º | 0.9% | 0.53% | - |
| HSV(B) | 335.56º | 0.89% | 0.95% | - |
| XYZ | 40.45 | 21.08 | 18.16 | - |
| YUV | 101.62 | 135.56 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 115 | 0 | 0.89 | 0.53 | 0.05 | 335.56 | 0.9 | 0.53 |
| Hex | F3 | 1B | 73 | 0 | 59 | 35 | 5 | 150 | 5A | 35 |
| Octal | 363 | 33 | 163 | 0 | 131 | 65 | 5 | 520 | 132 | 65 |
| Binary | 11110011 | 11011 | 1110011 | 0 | 1011001 | 110101 | 101 | 101010000 | 1011010 | 110101 |
Color Harmonies of #F31B73
Complementary color
Monochromatic Colors of #F31B73
Black with #F31B73
Text Example
Text Example
White with #F31B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B73; }
p { color: rgb(243,27,115); }
H1.HeaderClassName
{
color: #F31B73;
}
.AnyTagClassName
{
color: #F31B73;
}
</style>
background-color css
<style>
a { background-color: #F31B73; }
a { background-color: rgb(243,27,115); }
div.DivClassName
{
background-color: #F31B73;
}
.BgClassName
{
background-color: #F31B73;
}
</style>
border-color css
<style>
span { border-color: #F31B73; }
span { border-color: rgb(243,27,115); }
td.TdClassName
{
border-color: #F31B73;
}
.TagClassName
{
border-color: #F31B73;
}
</style>