Shades of Ruby #F81963
Tints of Ruby #F81963
RGB
CMYK
RGB Variations
Color information
#F81963 (or 0xF81963) is known color: Ruby. HEX triplet: F8, 19 and 63. RGB value is (248,25,99). Sum of RGB (Red+Green+Blue) = 248+25+99=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F81963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81963 is #07E69C. Grayscale: #646464. Windows color (decimal): -517789 or 6494712. OLE color: 6494712.
HSL color Cylindrical-coordinate representation of color #F81963: hue angle of 340.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81963 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 99 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.03 |
| HSL | 340.09º | 0.94% | 0.54% | - |
| HSV(B) | 340.09º | 0.9% | 0.97% | - |
| XYZ | 41.31 | 21.55 | 13.79 | - |
| YUV | 100.11 | 127.38 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 99 | 0 | 0.90 | 0.60 | 0.03 | 340.09 | 0.94 | 0.54 |
| Hex | F8 | 19 | 63 | 0 | 5A | 3C | 3 | 154 | 5E | 36 |
| Octal | 370 | 31 | 143 | 0 | 132 | 74 | 3 | 524 | 136 | 66 |
| Binary | 11111000 | 11001 | 1100011 | 0 | 1011010 | 111100 | 11 | 101010100 | 1011110 | 110110 |
Color Harmonies of #F81963
Complementary color
Monochromatic Colors of #F81963
Black with #F81963
Text Example
Text Example
White with #F81963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81963; }
p { color: rgb(248,25,99); }
H1.HeaderClassName
{
color: #F81963;
}
.AnyTagClassName
{
color: #F81963;
}
</style>
background-color css
<style>
a { background-color: #F81963; }
a { background-color: rgb(248,25,99); }
div.DivClassName
{
background-color: #F81963;
}
.BgClassName
{
background-color: #F81963;
}
</style>
border-color css
<style>
span { border-color: #F81963; }
span { border-color: rgb(248,25,99); }
td.TdClassName
{
border-color: #F81963;
}
.TagClassName
{
border-color: #F81963;
}
</style>