Shades of Ruby #F31A70
Tints of Ruby #F31A70
RGB
CMYK
RGB Variations
Color information
#F31A70 (or 0xF31A70) is known color: Ruby. HEX triplet: F3, 1A and 70. RGB value is (243,26,112). Sum of RGB (Red+Green+Blue) = 243+26+112=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A70 is #0CE58F. Grayscale: #646464. Windows color (decimal): -845200 or 7346931. OLE color: 7346931.
HSL color Cylindrical-coordinate representation of color #F31A70: hue angle of 336.22º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A70 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 112 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.05 |
| HSL | 336.22º | 0.9% | 0.53% | - |
| HSV(B) | 336.22º | 0.89% | 0.95% | - |
| XYZ | 40.26 | 20.96 | 17.25 | - |
| YUV | 100.69 | 134.39 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 112 | 0 | 0.89 | 0.54 | 0.05 | 336.22 | 0.9 | 0.53 |
| Hex | F3 | 1A | 70 | 0 | 59 | 36 | 5 | 150 | 5A | 35 |
| Octal | 363 | 32 | 160 | 0 | 131 | 66 | 5 | 520 | 132 | 65 |
| Binary | 11110011 | 11010 | 1110000 | 0 | 1011001 | 110110 | 101 | 101010000 | 1011010 | 110101 |
Color Harmonies of #F31A70
Complementary color
Monochromatic Colors of #F31A70
Black with #F31A70
Text Example
Text Example
White with #F31A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A70; }
p { color: rgb(243,26,112); }
H1.HeaderClassName
{
color: #F31A70;
}
.AnyTagClassName
{
color: #F31A70;
}
</style>
background-color css
<style>
a { background-color: #F31A70; }
a { background-color: rgb(243,26,112); }
div.DivClassName
{
background-color: #F31A70;
}
.BgClassName
{
background-color: #F31A70;
}
</style>
border-color css
<style>
span { border-color: #F31A70; }
span { border-color: rgb(243,26,112); }
td.TdClassName
{
border-color: #F31A70;
}
.TagClassName
{
border-color: #F31A70;
}
</style>