Shades of Ruby #F31B63
Tints of Ruby #F31B63
RGB
CMYK
RGB Variations
Color information
#F31B63 (or 0xF31B63) is known color: Ruby. HEX triplet: F3, 1B and 63. RGB value is (243,27,99). Sum of RGB (Red+Green+Blue) = 243+27+99=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B63 is #0CE49C. Grayscale: #636363. Windows color (decimal): -844957 or 6495219. OLE color: 6495219.
HSL color Cylindrical-coordinate representation of color #F31B63: hue angle of 340º 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 #F31B63 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 99 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.05 |
| HSL | 340º | 0.9% | 0.53% | - |
| HSV(B) | 340º | 0.89% | 0.95% | - |
| XYZ | 39.61 | 20.74 | 13.72 | - |
| YUV | 99.79 | 127.56 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 99 | 0 | 0.89 | 0.59 | 0.05 | 340 | 0.9 | 0.53 |
| Hex | F3 | 1B | 63 | 0 | 59 | 3B | 5 | 154 | 5A | 35 |
| Octal | 363 | 33 | 143 | 0 | 131 | 73 | 5 | 524 | 132 | 65 |
| Binary | 11110011 | 11011 | 1100011 | 0 | 1011001 | 111011 | 101 | 101010100 | 1011010 | 110101 |
Color Harmonies of #F31B63
Complementary color
Monochromatic Colors of #F31B63
Black with #F31B63
Text Example
Text Example
White with #F31B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B63; }
p { color: rgb(243,27,99); }
H1.HeaderClassName
{
color: #F31B63;
}
.AnyTagClassName
{
color: #F31B63;
}
</style>
background-color css
<style>
a { background-color: #F31B63; }
a { background-color: rgb(243,27,99); }
div.DivClassName
{
background-color: #F31B63;
}
.BgClassName
{
background-color: #F31B63;
}
</style>
border-color css
<style>
span { border-color: #F31B63; }
span { border-color: rgb(243,27,99); }
td.TdClassName
{
border-color: #F31B63;
}
.TagClassName
{
border-color: #F31B63;
}
</style>