Shades of Ruby #F81B63
Tints of Ruby #F81B63
RGB
CMYK
RGB Variations
Color information
#F81B63 (or 0xF81B63) is known color: Ruby. HEX triplet: F8, 1B and 63. RGB value is (248,27,99). Sum of RGB (Red+Green+Blue) = 248+27+99=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B63 is #07E49C. Grayscale: #656565. Windows color (decimal): -517277 or 6495224. OLE color: 6495224.
HSL color Cylindrical-coordinate representation of color #F81B63: hue angle of 340.45º 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 #F81B63 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 99 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.03 |
| HSL | 340.45º | 0.94% | 0.54% | - |
| HSV(B) | 340.45º | 0.89% | 0.97% | - |
| XYZ | 41.36 | 21.64 | 13.8 | - |
| YUV | 101.29 | 126.72 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 99 | 0 | 0.89 | 0.60 | 0.03 | 340.45 | 0.94 | 0.54 |
| Hex | F8 | 1B | 63 | 0 | 59 | 3C | 3 | 154 | 5E | 36 |
| Octal | 370 | 33 | 143 | 0 | 131 | 74 | 3 | 524 | 136 | 66 |
| Binary | 11111000 | 11011 | 1100011 | 0 | 1011001 | 111100 | 11 | 101010100 | 1011110 | 110110 |
Color Harmonies of #F81B63
Complementary color
Monochromatic Colors of #F81B63
Black with #F81B63
Text Example
Text Example
White with #F81B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B63; }
p { color: rgb(248,27,99); }
H1.HeaderClassName
{
color: #F81B63;
}
.AnyTagClassName
{
color: #F81B63;
}
</style>
background-color css
<style>
a { background-color: #F81B63; }
a { background-color: rgb(248,27,99); }
div.DivClassName
{
background-color: #F81B63;
}
.BgClassName
{
background-color: #F81B63;
}
</style>
border-color css
<style>
span { border-color: #F81B63; }
span { border-color: rgb(248,27,99); }
td.TdClassName
{
border-color: #F81B63;
}
.TagClassName
{
border-color: #F81B63;
}
</style>