Shades of Ruby #F81B67
Tints of Ruby #F81B67
RGB
CMYK
RGB Variations
Color information
#F81B67 (or 0xF81B67) is known color: Ruby. HEX triplet: F8, 1B and 67. RGB value is (248,27,103). Sum of RGB (Red+Green+Blue) = 248+27+103=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B67 is #07E498. Grayscale: #656565. Windows color (decimal): -517273 or 6757368. OLE color: 6757368.
HSL color Cylindrical-coordinate representation of color #F81B67: hue angle of 339.37º 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 #F81B67 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 103 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.03 |
| HSL | 339.37º | 0.94% | 0.54% | - |
| HSV(B) | 339.37º | 0.89% | 0.97% | - |
| XYZ | 41.55 | 21.72 | 14.83 | - |
| YUV | 101.74 | 128.72 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 103 | 0 | 0.89 | 0.58 | 0.03 | 339.37 | 0.94 | 0.54 |
| Hex | F8 | 1B | 67 | 0 | 59 | 3A | 3 | 153 | 5E | 36 |
| Octal | 370 | 33 | 147 | 0 | 131 | 72 | 3 | 523 | 136 | 66 |
| Binary | 11111000 | 11011 | 1100111 | 0 | 1011001 | 111010 | 11 | 101010011 | 1011110 | 110110 |
Color Harmonies of #F81B67
Complementary color
Monochromatic Colors of #F81B67
Black with #F81B67
Text Example
Text Example
White with #F81B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B67; }
p { color: rgb(248,27,103); }
H1.HeaderClassName
{
color: #F81B67;
}
.AnyTagClassName
{
color: #F81B67;
}
</style>
background-color css
<style>
a { background-color: #F81B67; }
a { background-color: rgb(248,27,103); }
div.DivClassName
{
background-color: #F81B67;
}
.BgClassName
{
background-color: #F81B67;
}
</style>
border-color css
<style>
span { border-color: #F81B67; }
span { border-color: rgb(248,27,103); }
td.TdClassName
{
border-color: #F81B67;
}
.TagClassName
{
border-color: #F81B67;
}
</style>