Shades of Ruby #F31A76
Tints of Ruby #F31A76
RGB
CMYK
RGB Variations
Color information
#F31A76 (or 0xF31A76) is known color: Ruby. HEX triplet: F3, 1A and 76. RGB value is (243,26,118). Sum of RGB (Red+Green+Blue) = 243+26+118=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A76 is #0CE589. Grayscale: #656565. Windows color (decimal): -845194 or 7740147. OLE color: 7740147.
HSL color Cylindrical-coordinate representation of color #F31A76: hue angle of 334.56º 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 #F31A76 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 118 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.05 |
| HSL | 334.56º | 0.9% | 0.53% | - |
| HSV(B) | 334.56º | 0.89% | 0.95% | - |
| XYZ | 40.6 | 21.1 | 19.07 | - |
| YUV | 101.37 | 137.39 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 118 | 0 | 0.89 | 0.51 | 0.05 | 334.56 | 0.9 | 0.53 |
| Hex | F3 | 1A | 76 | 0 | 59 | 33 | 5 | 14F | 5A | 35 |
| Octal | 363 | 32 | 166 | 0 | 131 | 63 | 5 | 517 | 132 | 65 |
| Binary | 11110011 | 11010 | 1110110 | 0 | 1011001 | 110011 | 101 | 101001111 | 1011010 | 110101 |
Color Harmonies of #F31A76
Complementary color
Monochromatic Colors of #F31A76
Black with #F31A76
Text Example
Text Example
White with #F31A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A76; }
p { color: rgb(243,26,118); }
H1.HeaderClassName
{
color: #F31A76;
}
.AnyTagClassName
{
color: #F31A76;
}
</style>
background-color css
<style>
a { background-color: #F31A76; }
a { background-color: rgb(243,26,118); }
div.DivClassName
{
background-color: #F31A76;
}
.BgClassName
{
background-color: #F31A76;
}
</style>
border-color css
<style>
span { border-color: #F31A76; }
span { border-color: rgb(243,26,118); }
td.TdClassName
{
border-color: #F31A76;
}
.TagClassName
{
border-color: #F31A76;
}
</style>