Shades of Ruby #F81B60
Tints of Ruby #F81B60
RGB
CMYK
RGB Variations
Color information
#F81B60 (or 0xF81B60) is known color: Ruby. HEX triplet: F8, 1B and 60. RGB value is (248,27,96). Sum of RGB (Red+Green+Blue) = 248+27+96=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B60 is #07E49F. Grayscale: #646464. Windows color (decimal): -517280 or 6298616. OLE color: 6298616.
HSL color Cylindrical-coordinate representation of color #F81B60: hue angle of 341.27º 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 #F81B60 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 96 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.03 |
| HSL | 341.27º | 0.94% | 0.54% | - |
| HSV(B) | 341.27º | 0.89% | 0.97% | - |
| XYZ | 41.21 | 21.58 | 13.06 | - |
| YUV | 100.95 | 125.22 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 96 | 0 | 0.89 | 0.61 | 0.03 | 341.27 | 0.94 | 0.54 |
| Hex | F8 | 1B | 60 | 0 | 59 | 3D | 3 | 155 | 5E | 36 |
| Octal | 370 | 33 | 140 | 0 | 131 | 75 | 3 | 525 | 136 | 66 |
| Binary | 11111000 | 11011 | 1100000 | 0 | 1011001 | 111101 | 11 | 101010101 | 1011110 | 110110 |
Color Harmonies of #F81B60
Complementary color
Monochromatic Colors of #F81B60
Black with #F81B60
Text Example
Text Example
White with #F81B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B60; }
p { color: rgb(248,27,96); }
H1.HeaderClassName
{
color: #F81B60;
}
.AnyTagClassName
{
color: #F81B60;
}
</style>
background-color css
<style>
a { background-color: #F81B60; }
a { background-color: rgb(248,27,96); }
div.DivClassName
{
background-color: #F81B60;
}
.BgClassName
{
background-color: #F81B60;
}
</style>
border-color css
<style>
span { border-color: #F81B60; }
span { border-color: rgb(248,27,96); }
td.TdClassName
{
border-color: #F81B60;
}
.TagClassName
{
border-color: #F81B60;
}
</style>