Shades of Ruby #F81B6F
Tints of Ruby #F81B6F
RGB
CMYK
RGB Variations
Color information
#F81B6F (or 0xF81B6F) is known color: Ruby. HEX triplet: F8, 1B and 6F. RGB value is (248,27,111). Sum of RGB (Red+Green+Blue) = 248+27+111=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B6F is #07E490. Grayscale: #666666. Windows color (decimal): -517265 or 7281656. OLE color: 7281656.
HSL color Cylindrical-coordinate representation of color #F81B6F: hue angle of 337.19º 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 #F81B6F is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 111 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.03 |
| HSL | 337.19º | 0.94% | 0.54% | - |
| HSV(B) | 337.19º | 0.89% | 0.97% | - |
| XYZ | 41.97 | 21.89 | 17.05 | - |
| YUV | 102.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 111 | 0 | 0.89 | 0.55 | 0.03 | 337.19 | 0.94 | 0.54 |
| Hex | F8 | 1B | 6F | 0 | 59 | 37 | 3 | 151 | 5E | 36 |
| Octal | 370 | 33 | 157 | 0 | 131 | 67 | 3 | 521 | 136 | 66 |
| Binary | 11111000 | 11011 | 1101111 | 0 | 1011001 | 110111 | 11 | 101010001 | 1011110 | 110110 |
Color Harmonies of #F81B6F
Complementary color
Monochromatic Colors of #F81B6F
Black with #F81B6F
Text Example
Text Example
White with #F81B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B6F; }
p { color: rgb(248,27,111); }
H1.HeaderClassName
{
color: #F81B6F;
}
.AnyTagClassName
{
color: #F81B6F;
}
</style>
background-color css
<style>
a { background-color: #F81B6F; }
a { background-color: rgb(248,27,111); }
div.DivClassName
{
background-color: #F81B6F;
}
.BgClassName
{
background-color: #F81B6F;
}
</style>
border-color css
<style>
span { border-color: #F81B6F; }
span { border-color: rgb(248,27,111); }
td.TdClassName
{
border-color: #F81B6F;
}
.TagClassName
{
border-color: #F81B6F;
}
</style>