Shades of Ruby #F31070
Tints of Ruby #F31070
RGB
CMYK
RGB Variations
Color information
#F31070 (or 0xF31070) is known color: Ruby. HEX triplet: F3, 10 and 70. RGB value is (243,16,112). Sum of RGB (Red+Green+Blue) = 243+16+112=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F31070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31070 is #0CEF8F. Grayscale: #5E5E5E. Windows color (decimal): -847760 or 7344371. OLE color: 7344371.
HSL color Cylindrical-coordinate representation of color #F31070: hue angle of 334.63º 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 #F31070 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 112 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.05 |
| HSL | 334.63º | 0.9% | 0.51% | - |
| HSV(B) | 334.63º | 0.93% | 0.95% | - |
| XYZ | 40.07 | 20.6 | 17.19 | - |
| YUV | 94.82 | 137.71 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 112 | 0 | 0.93 | 0.54 | 0.05 | 334.63 | 0.9 | 0.51 |
| Hex | F3 | 10 | 70 | 0 | 5D | 36 | 5 | 14F | 5A | 33 |
| Octal | 363 | 20 | 160 | 0 | 135 | 66 | 5 | 517 | 132 | 63 |
| Binary | 11110011 | 10000 | 1110000 | 0 | 1011101 | 110110 | 101 | 101001111 | 1011010 | 110011 |
Color Harmonies of #F31070
Complementary color
Monochromatic Colors of #F31070
Black with #F31070
Text Example
Text Example
White with #F31070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31070; }
p { color: rgb(243,16,112); }
H1.HeaderClassName
{
color: #F31070;
}
.AnyTagClassName
{
color: #F31070;
}
</style>
background-color css
<style>
a { background-color: #F31070; }
a { background-color: rgb(243,16,112); }
div.DivClassName
{
background-color: #F31070;
}
.BgClassName
{
background-color: #F31070;
}
</style>
border-color css
<style>
span { border-color: #F31070; }
span { border-color: rgb(243,16,112); }
td.TdClassName
{
border-color: #F31070;
}
.TagClassName
{
border-color: #F31070;
}
</style>