Shades of Ruby #F31A75
Tints of Ruby #F31A75
RGB
CMYK
RGB Variations
Color information
#F31A75 (or 0xF31A75) is known color: Ruby. HEX triplet: F3, 1A and 75. RGB value is (243,26,117). Sum of RGB (Red+Green+Blue) = 243+26+117=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A75 is #0CE58A. Grayscale: #656565. Windows color (decimal): -845195 or 7674611. OLE color: 7674611.
HSL color Cylindrical-coordinate representation of color #F31A75: hue angle of 334.84º 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 #F31A75 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 117 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.05 |
| HSL | 334.84º | 0.9% | 0.53% | - |
| HSV(B) | 334.84º | 0.89% | 0.95% | - |
| XYZ | 40.54 | 21.08 | 18.76 | - |
| YUV | 101.26 | 136.89 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 117 | 0 | 0.89 | 0.52 | 0.05 | 334.84 | 0.9 | 0.53 |
| Hex | F3 | 1A | 75 | 0 | 59 | 34 | 5 | 14F | 5A | 35 |
| Octal | 363 | 32 | 165 | 0 | 131 | 64 | 5 | 517 | 132 | 65 |
| Binary | 11110011 | 11010 | 1110101 | 0 | 1011001 | 110100 | 101 | 101001111 | 1011010 | 110101 |
Color Harmonies of #F31A75
Complementary color
Monochromatic Colors of #F31A75
Black with #F31A75
Text Example
Text Example
White with #F31A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A75; }
p { color: rgb(243,26,117); }
H1.HeaderClassName
{
color: #F31A75;
}
.AnyTagClassName
{
color: #F31A75;
}
</style>
background-color css
<style>
a { background-color: #F31A75; }
a { background-color: rgb(243,26,117); }
div.DivClassName
{
background-color: #F31A75;
}
.BgClassName
{
background-color: #F31A75;
}
</style>
border-color css
<style>
span { border-color: #F31A75; }
span { border-color: rgb(243,26,117); }
td.TdClassName
{
border-color: #F31A75;
}
.TagClassName
{
border-color: #F31A75;
}
</style>