Shades of Ruby #F31761
Tints of Ruby #F31761
RGB
CMYK
RGB Variations
Color information
#F31761 (or 0xF31761) is known color: Ruby. HEX triplet: F3, 17 and 61. RGB value is (243,23,97). Sum of RGB (Red+Green+Blue) = 243+23+97=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F31761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31761 is #0CE89E. Grayscale: #616161. Windows color (decimal): -845983 or 6363123. OLE color: 6363123.
HSL color Cylindrical-coordinate representation of color #F31761: hue angle of 339.82º 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 #F31761 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 97 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.05 |
| HSL | 339.82º | 0.9% | 0.52% | - |
| HSV(B) | 339.82º | 0.91% | 0.95% | - |
| XYZ | 39.43 | 20.53 | 13.19 | - |
| YUV | 97.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 97 | 0 | 0.91 | 0.60 | 0.05 | 339.82 | 0.9 | 0.52 |
| Hex | F3 | 17 | 61 | 0 | 5B | 3C | 5 | 154 | 5A | 34 |
| Octal | 363 | 27 | 141 | 0 | 133 | 74 | 5 | 524 | 132 | 64 |
| Binary | 11110011 | 10111 | 1100001 | 0 | 1011011 | 111100 | 101 | 101010100 | 1011010 | 110100 |
Color Harmonies of #F31761
Complementary color
Monochromatic Colors of #F31761
Black with #F31761
Text Example
Text Example
White with #F31761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31761; }
p { color: rgb(243,23,97); }
H1.HeaderClassName
{
color: #F31761;
}
.AnyTagClassName
{
color: #F31761;
}
</style>
background-color css
<style>
a { background-color: #F31761; }
a { background-color: rgb(243,23,97); }
div.DivClassName
{
background-color: #F31761;
}
.BgClassName
{
background-color: #F31761;
}
</style>
border-color css
<style>
span { border-color: #F31761; }
span { border-color: rgb(243,23,97); }
td.TdClassName
{
border-color: #F31761;
}
.TagClassName
{
border-color: #F31761;
}
</style>