Shades of Ruby #F31776
Tints of Ruby #F31776
RGB
CMYK
RGB Variations
Color information
#F31776 (or 0xF31776) is known color: Ruby. HEX triplet: F3, 17 and 76. RGB value is (243,23,118). Sum of RGB (Red+Green+Blue) = 243+23+118=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F31776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31776 is #0CE889. Grayscale: #636363. Windows color (decimal): -845962 or 7739379. OLE color: 7739379.
HSL color Cylindrical-coordinate representation of color #F31776: hue angle of 334.09º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31776 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 118 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.05 |
| HSL | 334.09º | 0.9% | 0.52% | - |
| HSV(B) | 334.09º | 0.91% | 0.95% | - |
| XYZ | 40.54 | 20.98 | 19.05 | - |
| YUV | 99.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 118 | 0 | 0.91 | 0.51 | 0.05 | 334.09 | 0.9 | 0.52 |
| Hex | F3 | 17 | 76 | 0 | 5B | 33 | 5 | 14E | 5A | 34 |
| Octal | 363 | 27 | 166 | 0 | 133 | 63 | 5 | 516 | 132 | 64 |
| Binary | 11110011 | 10111 | 1110110 | 0 | 1011011 | 110011 | 101 | 101001110 | 1011010 | 110100 |
Color Harmonies of #F31776
Complementary color
Monochromatic Colors of #F31776
Black with #F31776
Text Example
Text Example
White with #F31776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31776; }
p { color: rgb(243,23,118); }
H1.HeaderClassName
{
color: #F31776;
}
.AnyTagClassName
{
color: #F31776;
}
</style>
background-color css
<style>
a { background-color: #F31776; }
a { background-color: rgb(243,23,118); }
div.DivClassName
{
background-color: #F31776;
}
.BgClassName
{
background-color: #F31776;
}
</style>
border-color css
<style>
span { border-color: #F31776; }
span { border-color: rgb(243,23,118); }
td.TdClassName
{
border-color: #F31776;
}
.TagClassName
{
border-color: #F31776;
}
</style>