Shades of Ruby #F31071
Tints of Ruby #F31071
RGB
CMYK
RGB Variations
Color information
#F31071 (or 0xF31071) is known color: Ruby. HEX triplet: F3, 10 and 71. RGB value is (243,16,113). Sum of RGB (Red+Green+Blue) = 243+16+113=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F31071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31071 is #0CEF8E. Grayscale: #5E5E5E. Windows color (decimal): -847759 or 7409907. OLE color: 7409907.
HSL color Cylindrical-coordinate representation of color #F31071: hue angle of 334.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31071 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 113 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.05 |
| HSL | 334.36º | 0.9% | 0.51% | - |
| HSV(B) | 334.36º | 0.93% | 0.95% | - |
| XYZ | 40.13 | 20.62 | 17.49 | - |
| YUV | 94.93 | 138.21 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 113 | 0 | 0.93 | 0.53 | 0.05 | 334.36 | 0.9 | 0.51 |
| Hex | F3 | 10 | 71 | 0 | 5D | 35 | 5 | 14E | 5A | 33 |
| Octal | 363 | 20 | 161 | 0 | 135 | 65 | 5 | 516 | 132 | 63 |
| Binary | 11110011 | 10000 | 1110001 | 0 | 1011101 | 110101 | 101 | 101001110 | 1011010 | 110011 |
Color Harmonies of #F31071
Complementary color
Monochromatic Colors of #F31071
Black with #F31071
Text Example
Text Example
White with #F31071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31071; }
p { color: rgb(243,16,113); }
H1.HeaderClassName
{
color: #F31071;
}
.AnyTagClassName
{
color: #F31071;
}
</style>
background-color css
<style>
a { background-color: #F31071; }
a { background-color: rgb(243,16,113); }
div.DivClassName
{
background-color: #F31071;
}
.BgClassName
{
background-color: #F31071;
}
</style>
border-color css
<style>
span { border-color: #F31071; }
span { border-color: rgb(243,16,113); }
td.TdClassName
{
border-color: #F31071;
}
.TagClassName
{
border-color: #F31071;
}
</style>