Shades of Ruby #F31370
Tints of Ruby #F31370
RGB
CMYK
RGB Variations
Color information
#F31370 (or 0xF31370) is known color: Ruby. HEX triplet: F3, 13 and 70. RGB value is (243,19,112). Sum of RGB (Red+Green+Blue) = 243+19+112=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F31370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31370 is #0CEC8F. Grayscale: #606060. Windows color (decimal): -846992 or 7345139. OLE color: 7345139.
HSL color Cylindrical-coordinate representation of color #F31370: hue angle of 335.09º 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 #F31370 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 112 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.05 |
| HSL | 335.09º | 0.9% | 0.51% | - |
| HSV(B) | 335.09º | 0.92% | 0.95% | - |
| XYZ | 40.12 | 20.69 | 17.21 | - |
| YUV | 96.58 | 136.71 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 112 | 0 | 0.92 | 0.54 | 0.05 | 335.09 | 0.9 | 0.51 |
| Hex | F3 | 13 | 70 | 0 | 5C | 36 | 5 | 14F | 5A | 33 |
| Octal | 363 | 23 | 160 | 0 | 134 | 66 | 5 | 517 | 132 | 63 |
| Binary | 11110011 | 10011 | 1110000 | 0 | 1011100 | 110110 | 101 | 101001111 | 1011010 | 110011 |
Color Harmonies of #F31370
Complementary color
Monochromatic Colors of #F31370
Black with #F31370
Text Example
Text Example
White with #F31370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31370; }
p { color: rgb(243,19,112); }
H1.HeaderClassName
{
color: #F31370;
}
.AnyTagClassName
{
color: #F31370;
}
</style>
background-color css
<style>
a { background-color: #F31370; }
a { background-color: rgb(243,19,112); }
div.DivClassName
{
background-color: #F31370;
}
.BgClassName
{
background-color: #F31370;
}
</style>
border-color css
<style>
span { border-color: #F31370; }
span { border-color: rgb(243,19,112); }
td.TdClassName
{
border-color: #F31370;
}
.TagClassName
{
border-color: #F31370;
}
</style>