Shades of Ruby #F31573
Tints of Ruby #F31573
RGB
CMYK
RGB Variations
Color information
#F31573 (or 0xF31573) is known color: Ruby. HEX triplet: F3, 15 and 73. RGB value is (243,21,115). Sum of RGB (Red+Green+Blue) = 243+21+115=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F31573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31573 is #0CEA8C. Grayscale: #616161. Windows color (decimal): -846477 or 7542259. OLE color: 7542259.
HSL color Cylindrical-coordinate representation of color #F31573: hue angle of 334.59º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31573 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 115 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.05 |
| HSL | 334.59º | 0.9% | 0.52% | - |
| HSV(B) | 334.59º | 0.91% | 0.95% | - |
| XYZ | 40.32 | 20.83 | 18.11 | - |
| YUV | 98.09 | 137.55 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 115 | 0 | 0.91 | 0.53 | 0.05 | 334.59 | 0.9 | 0.52 |
| Hex | F3 | 15 | 73 | 0 | 5B | 35 | 5 | 14F | 5A | 34 |
| Octal | 363 | 25 | 163 | 0 | 133 | 65 | 5 | 517 | 132 | 64 |
| Binary | 11110011 | 10101 | 1110011 | 0 | 1011011 | 110101 | 101 | 101001111 | 1011010 | 110100 |
Color Harmonies of #F31573
Complementary color
Monochromatic Colors of #F31573
Black with #F31573
Text Example
Text Example
White with #F31573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31573; }
p { color: rgb(243,21,115); }
H1.HeaderClassName
{
color: #F31573;
}
.AnyTagClassName
{
color: #F31573;
}
</style>
background-color css
<style>
a { background-color: #F31573; }
a { background-color: rgb(243,21,115); }
div.DivClassName
{
background-color: #F31573;
}
.BgClassName
{
background-color: #F31573;
}
</style>
border-color css
<style>
span { border-color: #F31573; }
span { border-color: rgb(243,21,115); }
td.TdClassName
{
border-color: #F31573;
}
.TagClassName
{
border-color: #F31573;
}
</style>