Shades of Ruby #F81671
Tints of Ruby #F81671
RGB
CMYK
RGB Variations
Color information
#F81671 (or 0xF81671) is known color: Ruby. HEX triplet: F8, 16 and 71. RGB value is (248,22,113). Sum of RGB (Red+Green+Blue) = 248+22+113=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F81671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81671 is #07E98E. Grayscale: #636363. Windows color (decimal): -518543 or 7411448. OLE color: 7411448.
HSL color Cylindrical-coordinate representation of color #F81671: hue angle of 335.84º 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 #F81671 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 113 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.03 |
| HSL | 335.84º | 0.94% | 0.53% | - |
| HSV(B) | 335.84º | 0.91% | 0.97% | - |
| XYZ | 41.98 | 21.72 | 17.6 | - |
| YUV | 99.95 | 135.37 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 113 | 0 | 0.91 | 0.54 | 0.03 | 335.84 | 0.94 | 0.53 |
| Hex | F8 | 16 | 71 | 0 | 5B | 36 | 3 | 150 | 5E | 35 |
| Octal | 370 | 26 | 161 | 0 | 133 | 66 | 3 | 520 | 136 | 65 |
| Binary | 11111000 | 10110 | 1110001 | 0 | 1011011 | 110110 | 11 | 101010000 | 1011110 | 110101 |
Color Harmonies of #F81671
Complementary color
Monochromatic Colors of #F81671
Black with #F81671
Text Example
Text Example
White with #F81671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81671; }
p { color: rgb(248,22,113); }
H1.HeaderClassName
{
color: #F81671;
}
.AnyTagClassName
{
color: #F81671;
}
</style>
background-color css
<style>
a { background-color: #F81671; }
a { background-color: rgb(248,22,113); }
div.DivClassName
{
background-color: #F81671;
}
.BgClassName
{
background-color: #F81671;
}
</style>
border-color css
<style>
span { border-color: #F81671; }
span { border-color: rgb(248,22,113); }
td.TdClassName
{
border-color: #F81671;
}
.TagClassName
{
border-color: #F81671;
}
</style>