Shades of Ruby #F81964
Tints of Ruby #F81964
RGB
CMYK
RGB Variations
Color information
#F81964 (or 0xF81964) is known color: Ruby. HEX triplet: F8, 19 and 64. RGB value is (248,25,100). Sum of RGB (Red+Green+Blue) = 248+25+100=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F81964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81964 is #07E69B. Grayscale: #646464. Windows color (decimal): -517788 or 6560248. OLE color: 6560248.
HSL color Cylindrical-coordinate representation of color #F81964: hue angle of 339.82º 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 #F81964 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 100 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.03 |
| HSL | 339.82º | 0.94% | 0.54% | - |
| HSV(B) | 339.82º | 0.9% | 0.97% | - |
| XYZ | 41.36 | 21.57 | 14.04 | - |
| YUV | 100.23 | 127.88 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 100 | 0 | 0.90 | 0.60 | 0.03 | 339.82 | 0.94 | 0.54 |
| Hex | F8 | 19 | 64 | 0 | 5A | 3C | 3 | 154 | 5E | 36 |
| Octal | 370 | 31 | 144 | 0 | 132 | 74 | 3 | 524 | 136 | 66 |
| Binary | 11111000 | 11001 | 1100100 | 0 | 1011010 | 111100 | 11 | 101010100 | 1011110 | 110110 |
Color Harmonies of #F81964
Complementary color
Monochromatic Colors of #F81964
Black with #F81964
Text Example
Text Example
White with #F81964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81964; }
p { color: rgb(248,25,100); }
H1.HeaderClassName
{
color: #F81964;
}
.AnyTagClassName
{
color: #F81964;
}
</style>
background-color css
<style>
a { background-color: #F81964; }
a { background-color: rgb(248,25,100); }
div.DivClassName
{
background-color: #F81964;
}
.BgClassName
{
background-color: #F81964;
}
</style>
border-color css
<style>
span { border-color: #F81964; }
span { border-color: rgb(248,25,100); }
td.TdClassName
{
border-color: #F81964;
}
.TagClassName
{
border-color: #F81964;
}
</style>