Shades of Ruby #F31F73
Tints of Ruby #F31F73
RGB
CMYK
RGB Variations
Color information
#F31F73 (or 0xF31F73) is known color: Ruby. HEX triplet: F3, 1F and 73. RGB value is (243,31,115). Sum of RGB (Red+Green+Blue) = 243+31+115=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F73 is #0CE08C. Grayscale: #676767. Windows color (decimal): -843917 or 7544819. OLE color: 7544819.
HSL color Cylindrical-coordinate representation of color #F31F73: hue angle of 336.23º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F73 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 115 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.05 |
| HSL | 336.23º | 0.9% | 0.54% | - |
| HSV(B) | 336.23º | 0.87% | 0.95% | - |
| XYZ | 40.55 | 21.27 | 18.19 | - |
| YUV | 103.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 115 | 0 | 0.87 | 0.53 | 0.05 | 336.23 | 0.9 | 0.54 |
| Hex | F3 | 1F | 73 | 0 | 57 | 35 | 5 | 150 | 5A | 36 |
| Octal | 363 | 37 | 163 | 0 | 127 | 65 | 5 | 520 | 132 | 66 |
| Binary | 11110011 | 11111 | 1110011 | 0 | 1010111 | 110101 | 101 | 101010000 | 1011010 | 110110 |
Color Harmonies of #F31F73
Complementary color
Monochromatic Colors of #F31F73
Black with #F31F73
Text Example
Text Example
White with #F31F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F73; }
p { color: rgb(243,31,115); }
H1.HeaderClassName
{
color: #F31F73;
}
.AnyTagClassName
{
color: #F31F73;
}
</style>
background-color css
<style>
a { background-color: #F31F73; }
a { background-color: rgb(243,31,115); }
div.DivClassName
{
background-color: #F31F73;
}
.BgClassName
{
background-color: #F31F73;
}
</style>
border-color css
<style>
span { border-color: #F31F73; }
span { border-color: rgb(243,31,115); }
td.TdClassName
{
border-color: #F31F73;
}
.TagClassName
{
border-color: #F31F73;
}
</style>