Shades of Ruby #F81B6D
Tints of Ruby #F81B6D
RGB
CMYK
RGB Variations
Color information
#F81B6D (or 0xF81B6D) is known color: Ruby. HEX triplet: F8, 1B and 6D. RGB value is (248,27,109). Sum of RGB (Red+Green+Blue) = 248+27+109=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B6D is #07E492. Grayscale: #666666. Windows color (decimal): -517267 or 7150584. OLE color: 7150584.
HSL color Cylindrical-coordinate representation of color #F81B6D: hue angle of 337.74º 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 #F81B6D is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 109 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.03 |
| HSL | 337.74º | 0.94% | 0.54% | - |
| HSV(B) | 337.74º | 0.89% | 0.97% | - |
| XYZ | 41.86 | 21.84 | 16.48 | - |
| YUV | 102.43 | 131.72 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 109 | 0 | 0.89 | 0.56 | 0.03 | 337.74 | 0.94 | 0.54 |
| Hex | F8 | 1B | 6D | 0 | 59 | 38 | 3 | 152 | 5E | 36 |
| Octal | 370 | 33 | 155 | 0 | 131 | 70 | 3 | 522 | 136 | 66 |
| Binary | 11111000 | 11011 | 1101101 | 0 | 1011001 | 111000 | 11 | 101010010 | 1011110 | 110110 |
Color Harmonies of #F81B6D
Complementary color
Monochromatic Colors of #F81B6D
Black with #F81B6D
Text Example
Text Example
White with #F81B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B6D; }
p { color: rgb(248,27,109); }
H1.HeaderClassName
{
color: #F81B6D;
}
.AnyTagClassName
{
color: #F81B6D;
}
</style>
background-color css
<style>
a { background-color: #F81B6D; }
a { background-color: rgb(248,27,109); }
div.DivClassName
{
background-color: #F81B6D;
}
.BgClassName
{
background-color: #F81B6D;
}
</style>
border-color css
<style>
span { border-color: #F81B6D; }
span { border-color: rgb(248,27,109); }
td.TdClassName
{
border-color: #F81B6D;
}
.TagClassName
{
border-color: #F81B6D;
}
</style>