Shades of Ruby #F81B71
Tints of Ruby #F81B71
RGB
CMYK
RGB Variations
Color information
#F81B71 (or 0xF81B71) is known color: Ruby. HEX triplet: F8, 1B and 71. RGB value is (248,27,113). Sum of RGB (Red+Green+Blue) = 248+27+113=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B71 is #07E48E. Grayscale: #666666. Windows color (decimal): -517263 or 7412728. OLE color: 7412728.
HSL color Cylindrical-coordinate representation of color #F81B71: hue angle of 336.65º 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 #F81B71 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 113 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.03 |
| HSL | 336.65º | 0.94% | 0.54% | - |
| HSV(B) | 336.65º | 0.89% | 0.97% | - |
| XYZ | 42.08 | 21.93 | 17.64 | - |
| YUV | 102.88 | 133.72 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 113 | 0 | 0.89 | 0.54 | 0.03 | 336.65 | 0.94 | 0.54 |
| Hex | F8 | 1B | 71 | 0 | 59 | 36 | 3 | 151 | 5E | 36 |
| Octal | 370 | 33 | 161 | 0 | 131 | 66 | 3 | 521 | 136 | 66 |
| Binary | 11111000 | 11011 | 1110001 | 0 | 1011001 | 110110 | 11 | 101010001 | 1011110 | 110110 |
Color Harmonies of #F81B71
Complementary color
Monochromatic Colors of #F81B71
Black with #F81B71
Text Example
Text Example
White with #F81B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B71; }
p { color: rgb(248,27,113); }
H1.HeaderClassName
{
color: #F81B71;
}
.AnyTagClassName
{
color: #F81B71;
}
</style>
background-color css
<style>
a { background-color: #F81B71; }
a { background-color: rgb(248,27,113); }
div.DivClassName
{
background-color: #F81B71;
}
.BgClassName
{
background-color: #F81B71;
}
</style>
border-color css
<style>
span { border-color: #F81B71; }
span { border-color: rgb(248,27,113); }
td.TdClassName
{
border-color: #F81B71;
}
.TagClassName
{
border-color: #F81B71;
}
</style>