Shades of Ruby #F31A71
Tints of Ruby #F31A71
RGB
CMYK
RGB Variations
Color information
#F31A71 (or 0xF31A71) is known color: Ruby. HEX triplet: F3, 1A and 71. RGB value is (243,26,113). Sum of RGB (Red+Green+Blue) = 243+26+113=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A71 is #0CE58E. Grayscale: #646464. Windows color (decimal): -845199 or 7412467. OLE color: 7412467.
HSL color Cylindrical-coordinate representation of color #F31A71: hue angle of 335.94º 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 #F31A71 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 113 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.05 |
| HSL | 335.94º | 0.9% | 0.53% | - |
| HSV(B) | 335.94º | 0.89% | 0.95% | - |
| XYZ | 40.31 | 20.99 | 17.55 | - |
| YUV | 100.8 | 134.89 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 113 | 0 | 0.89 | 0.53 | 0.05 | 335.94 | 0.9 | 0.53 |
| Hex | F3 | 1A | 71 | 0 | 59 | 35 | 5 | 150 | 5A | 35 |
| Octal | 363 | 32 | 161 | 0 | 131 | 65 | 5 | 520 | 132 | 65 |
| Binary | 11110011 | 11010 | 1110001 | 0 | 1011001 | 110101 | 101 | 101010000 | 1011010 | 110101 |
Color Harmonies of #F31A71
Complementary color
Monochromatic Colors of #F31A71
Black with #F31A71
Text Example
Text Example
White with #F31A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A71; }
p { color: rgb(243,26,113); }
H1.HeaderClassName
{
color: #F31A71;
}
.AnyTagClassName
{
color: #F31A71;
}
</style>
background-color css
<style>
a { background-color: #F31A71; }
a { background-color: rgb(243,26,113); }
div.DivClassName
{
background-color: #F31A71;
}
.BgClassName
{
background-color: #F31A71;
}
</style>
border-color css
<style>
span { border-color: #F31A71; }
span { border-color: rgb(243,26,113); }
td.TdClassName
{
border-color: #F31A71;
}
.TagClassName
{
border-color: #F31A71;
}
</style>