Shades of Ruby #F31B5B
Tints of Ruby #F31B5B
RGB
CMYK
RGB Variations
Color information
#F31B5B (or 0xF31B5B) is known color: Ruby. HEX triplet: F3, 1B and 5B. RGB value is (243,27,91). Sum of RGB (Red+Green+Blue) = 243+27+91=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B5B is #0CE4A4. Grayscale: #626262. Windows color (decimal): -844965 or 5970931. OLE color: 5970931.
HSL color Cylindrical-coordinate representation of color #F31B5B: hue angle of 342.22º 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 #F31B5B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 91 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.05 |
| HSL | 342.22º | 0.9% | 0.53% | - |
| HSV(B) | 342.22º | 0.89% | 0.95% | - |
| XYZ | 39.24 | 20.59 | 11.8 | - |
| YUV | 98.88 | 123.56 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 91 | 0 | 0.89 | 0.63 | 0.05 | 342.22 | 0.9 | 0.53 |
| Hex | F3 | 1B | 5B | 0 | 59 | 3F | 5 | 156 | 5A | 35 |
| Octal | 363 | 33 | 133 | 0 | 131 | 77 | 5 | 526 | 132 | 65 |
| Binary | 11110011 | 11011 | 1011011 | 0 | 1011001 | 111111 | 101 | 101010110 | 1011010 | 110101 |
Color Harmonies of #F31B5B
Complementary color
Monochromatic Colors of #F31B5B
Black with #F31B5B
Text Example
Text Example
White with #F31B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B5B; }
p { color: rgb(243,27,91); }
H1.HeaderClassName
{
color: #F31B5B;
}
.AnyTagClassName
{
color: #F31B5B;
}
</style>
background-color css
<style>
a { background-color: #F31B5B; }
a { background-color: rgb(243,27,91); }
div.DivClassName
{
background-color: #F31B5B;
}
.BgClassName
{
background-color: #F31B5B;
}
</style>
border-color css
<style>
span { border-color: #F31B5B; }
span { border-color: rgb(243,27,91); }
td.TdClassName
{
border-color: #F31B5B;
}
.TagClassName
{
border-color: #F31B5B;
}
</style>