Shades of Ruby #F81B64
Tints of Ruby #F81B64
RGB
CMYK
RGB Variations
Color information
#F81B64 (or 0xF81B64) is known color: Ruby. HEX triplet: F8, 1B and 64. RGB value is (248,27,100). Sum of RGB (Red+Green+Blue) = 248+27+100=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B64 is #07E49B. Grayscale: #656565. Windows color (decimal): -517276 or 6560760. OLE color: 6560760.
HSL color Cylindrical-coordinate representation of color #F81B64: hue angle of 340.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81B64 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 100 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.03 |
| HSL | 340.18º | 0.94% | 0.54% | - |
| HSV(B) | 340.18º | 0.89% | 0.97% | - |
| XYZ | 41.4 | 21.66 | 14.06 | - |
| YUV | 101.4 | 127.22 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 100 | 0 | 0.89 | 0.60 | 0.03 | 340.18 | 0.94 | 0.54 |
| Hex | F8 | 1B | 64 | 0 | 59 | 3C | 3 | 154 | 5E | 36 |
| Octal | 370 | 33 | 144 | 0 | 131 | 74 | 3 | 524 | 136 | 66 |
| Binary | 11111000 | 11011 | 1100100 | 0 | 1011001 | 111100 | 11 | 101010100 | 1011110 | 110110 |
Color Harmonies of #F81B64
Complementary color
Monochromatic Colors of #F81B64
Black with #F81B64
Text Example
Text Example
White with #F81B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B64; }
p { color: rgb(248,27,100); }
H1.HeaderClassName
{
color: #F81B64;
}
.AnyTagClassName
{
color: #F81B64;
}
</style>
background-color css
<style>
a { background-color: #F81B64; }
a { background-color: rgb(248,27,100); }
div.DivClassName
{
background-color: #F81B64;
}
.BgClassName
{
background-color: #F81B64;
}
</style>
border-color css
<style>
span { border-color: #F81B64; }
span { border-color: rgb(248,27,100); }
td.TdClassName
{
border-color: #F81B64;
}
.TagClassName
{
border-color: #F81B64;
}
</style>