Shades of Ruby #F31B65
Tints of Ruby #F31B65
RGB
CMYK
RGB Variations
Color information
#F31B65 (or 0xF31B65) is known color: Ruby. HEX triplet: F3, 1B and 65. RGB value is (243,27,101). Sum of RGB (Red+Green+Blue) = 243+27+101=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B65 is #0CE49A. Grayscale: #636363. Windows color (decimal): -844955 or 6626291. OLE color: 6626291.
HSL color Cylindrical-coordinate representation of color #F31B65: hue angle of 339.44º 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 #F31B65 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 101 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.05 |
| HSL | 339.44º | 0.9% | 0.53% | - |
| HSV(B) | 339.44º | 0.89% | 0.95% | - |
| XYZ | 39.7 | 20.78 | 14.23 | - |
| YUV | 100.02 | 128.56 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 101 | 0 | 0.89 | 0.58 | 0.05 | 339.44 | 0.9 | 0.53 |
| Hex | F3 | 1B | 65 | 0 | 59 | 3A | 5 | 153 | 5A | 35 |
| Octal | 363 | 33 | 145 | 0 | 131 | 72 | 5 | 523 | 132 | 65 |
| Binary | 11110011 | 11011 | 1100101 | 0 | 1011001 | 111010 | 101 | 101010011 | 1011010 | 110101 |
Color Harmonies of #F31B65
Complementary color
Monochromatic Colors of #F31B65
Black with #F31B65
Text Example
Text Example
White with #F31B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B65; }
p { color: rgb(243,27,101); }
H1.HeaderClassName
{
color: #F31B65;
}
.AnyTagClassName
{
color: #F31B65;
}
</style>
background-color css
<style>
a { background-color: #F31B65; }
a { background-color: rgb(243,27,101); }
div.DivClassName
{
background-color: #F31B65;
}
.BgClassName
{
background-color: #F31B65;
}
</style>
border-color css
<style>
span { border-color: #F31B65; }
span { border-color: rgb(243,27,101); }
td.TdClassName
{
border-color: #F31B65;
}
.TagClassName
{
border-color: #F31B65;
}
</style>