Shades of Ruby #F31473
Tints of Ruby #F31473
RGB
CMYK
RGB Variations
Color information
#F31473 (or 0xF31473) is known color: Ruby. HEX triplet: F3, 14 and 73. RGB value is (243,20,115). Sum of RGB (Red+Green+Blue) = 243+20+115=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F31473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31473 is #0CEB8C. Grayscale: #616161. Windows color (decimal): -846733 or 7542003. OLE color: 7542003.
HSL color Cylindrical-coordinate representation of color #F31473: hue angle of 334.44º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31473 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 115 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.05 |
| HSL | 334.44º | 0.9% | 0.52% | - |
| HSV(B) | 334.44º | 0.92% | 0.95% | - |
| XYZ | 40.31 | 20.79 | 18.11 | - |
| YUV | 97.51 | 137.88 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 115 | 0 | 0.92 | 0.53 | 0.05 | 334.44 | 0.9 | 0.52 |
| Hex | F3 | 14 | 73 | 0 | 5C | 35 | 5 | 14E | 5A | 34 |
| Octal | 363 | 24 | 163 | 0 | 134 | 65 | 5 | 516 | 132 | 64 |
| Binary | 11110011 | 10100 | 1110011 | 0 | 1011100 | 110101 | 101 | 101001110 | 1011010 | 110100 |
Color Harmonies of #F31473
Complementary color
Monochromatic Colors of #F31473
Black with #F31473
Text Example
Text Example
White with #F31473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31473; }
p { color: rgb(243,20,115); }
H1.HeaderClassName
{
color: #F31473;
}
.AnyTagClassName
{
color: #F31473;
}
</style>
background-color css
<style>
a { background-color: #F31473; }
a { background-color: rgb(243,20,115); }
div.DivClassName
{
background-color: #F31473;
}
.BgClassName
{
background-color: #F31473;
}
</style>
border-color css
<style>
span { border-color: #F31473; }
span { border-color: rgb(243,20,115); }
td.TdClassName
{
border-color: #F31473;
}
.TagClassName
{
border-color: #F31473;
}
</style>