Shades of Ruby #F81763
Tints of Ruby #F81763
RGB
CMYK
RGB Variations
Color information
#F81763 (or 0xF81763) is known color: Ruby. HEX triplet: F8, 17 and 63. RGB value is (248,23,99). Sum of RGB (Red+Green+Blue) = 248+23+99=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F81763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81763 is #07E89C. Grayscale: #626262. Windows color (decimal): -518301 or 6494200. OLE color: 6494200.
HSL color Cylindrical-coordinate representation of color #F81763: hue angle of 339.73º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81763 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 99 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.03 |
| HSL | 339.73º | 0.94% | 0.53% | - |
| HSV(B) | 339.73º | 0.91% | 0.97% | - |
| XYZ | 41.27 | 21.47 | 13.77 | - |
| YUV | 98.94 | 128.04 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 99 | 0 | 0.91 | 0.60 | 0.03 | 339.73 | 0.94 | 0.53 |
| Hex | F8 | 17 | 63 | 0 | 5B | 3C | 3 | 154 | 5E | 35 |
| Octal | 370 | 27 | 143 | 0 | 133 | 74 | 3 | 524 | 136 | 65 |
| Binary | 11111000 | 10111 | 1100011 | 0 | 1011011 | 111100 | 11 | 101010100 | 1011110 | 110101 |
Color Harmonies of #F81763
Complementary color
Monochromatic Colors of #F81763
Black with #F81763
Text Example
Text Example
White with #F81763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81763; }
p { color: rgb(248,23,99); }
H1.HeaderClassName
{
color: #F81763;
}
.AnyTagClassName
{
color: #F81763;
}
</style>
background-color css
<style>
a { background-color: #F81763; }
a { background-color: rgb(248,23,99); }
div.DivClassName
{
background-color: #F81763;
}
.BgClassName
{
background-color: #F81763;
}
</style>
border-color css
<style>
span { border-color: #F81763; }
span { border-color: rgb(248,23,99); }
td.TdClassName
{
border-color: #F81763;
}
.TagClassName
{
border-color: #F81763;
}
</style>