Shades of Ruby #F81771
Tints of Ruby #F81771
RGB
CMYK
RGB Variations
Color information
#F81771 (or 0xF81771) is known color: Ruby. HEX triplet: F8, 17 and 71. RGB value is (248,23,113). Sum of RGB (Red+Green+Blue) = 248+23+113=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F81771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81771 is #07E88E. Grayscale: #646464. Windows color (decimal): -518287 or 7411704. OLE color: 7411704.
HSL color Cylindrical-coordinate representation of color #F81771: hue angle of 336º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81771 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 113 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.03 |
| HSL | 336º | 0.94% | 0.53% | - |
| HSV(B) | 336º | 0.91% | 0.97% | - |
| XYZ | 42 | 21.76 | 17.61 | - |
| YUV | 100.54 | 135.04 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 113 | 0 | 0.91 | 0.54 | 0.03 | 336 | 0.94 | 0.53 |
| Hex | F8 | 17 | 71 | 0 | 5B | 36 | 3 | 150 | 5E | 35 |
| Octal | 370 | 27 | 161 | 0 | 133 | 66 | 3 | 520 | 136 | 65 |
| Binary | 11111000 | 10111 | 1110001 | 0 | 1011011 | 110110 | 11 | 101010000 | 1011110 | 110101 |
Color Harmonies of #F81771
Complementary color
Monochromatic Colors of #F81771
Black with #F81771
Text Example
Text Example
White with #F81771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81771; }
p { color: rgb(248,23,113); }
H1.HeaderClassName
{
color: #F81771;
}
.AnyTagClassName
{
color: #F81771;
}
</style>
background-color css
<style>
a { background-color: #F81771; }
a { background-color: rgb(248,23,113); }
div.DivClassName
{
background-color: #F81771;
}
.BgClassName
{
background-color: #F81771;
}
</style>
border-color css
<style>
span { border-color: #F81771; }
span { border-color: rgb(248,23,113); }
td.TdClassName
{
border-color: #F81771;
}
.TagClassName
{
border-color: #F81771;
}
</style>