Shades of Ruby #F31372
Tints of Ruby #F31372
RGB
CMYK
RGB Variations
Color information
#F31372 (or 0xF31372) is known color: Ruby. HEX triplet: F3, 13 and 72. RGB value is (243,19,114). Sum of RGB (Red+Green+Blue) = 243+19+114=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F31372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31372 is #0CEC8D. Grayscale: #606060. Windows color (decimal): -846990 or 7476211. OLE color: 7476211.
HSL color Cylindrical-coordinate representation of color #F31372: hue angle of 334.55º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31372 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 114 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.05 |
| HSL | 334.55º | 0.9% | 0.51% | - |
| HSV(B) | 334.55º | 0.92% | 0.95% | - |
| XYZ | 40.23 | 20.74 | 17.8 | - |
| YUV | 96.81 | 137.71 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 114 | 0 | 0.92 | 0.53 | 0.05 | 334.55 | 0.9 | 0.51 |
| Hex | F3 | 13 | 72 | 0 | 5C | 35 | 5 | 14F | 5A | 33 |
| Octal | 363 | 23 | 162 | 0 | 134 | 65 | 5 | 517 | 132 | 63 |
| Binary | 11110011 | 10011 | 1110010 | 0 | 1011100 | 110101 | 101 | 101001111 | 1011010 | 110011 |
Color Harmonies of #F31372
Complementary color
Monochromatic Colors of #F31372
Black with #F31372
Text Example
Text Example
White with #F31372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31372; }
p { color: rgb(243,19,114); }
H1.HeaderClassName
{
color: #F31372;
}
.AnyTagClassName
{
color: #F31372;
}
</style>
background-color css
<style>
a { background-color: #F31372; }
a { background-color: rgb(243,19,114); }
div.DivClassName
{
background-color: #F31372;
}
.BgClassName
{
background-color: #F31372;
}
</style>
border-color css
<style>
span { border-color: #F31372; }
span { border-color: rgb(243,19,114); }
td.TdClassName
{
border-color: #F31372;
}
.TagClassName
{
border-color: #F31372;
}
</style>