Shades of Ruby #F81871
Tints of Ruby #F81871
RGB
CMYK
RGB Variations
Color information
#F81871 (or 0xF81871) is known color: Ruby. HEX triplet: F8, 18 and 71. RGB value is (248,24,113). Sum of RGB (Red+Green+Blue) = 248+24+113=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F81871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81871 is #07E78E. Grayscale: #646464. Windows color (decimal): -518031 or 7411960. OLE color: 7411960.
HSL color Cylindrical-coordinate representation of color #F81871: hue angle of 336.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81871 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 113 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.03 |
| HSL | 336.16º | 0.94% | 0.53% | - |
| HSV(B) | 336.16º | 0.9% | 0.97% | - |
| XYZ | 42.02 | 21.8 | 17.62 | - |
| YUV | 101.12 | 134.71 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 113 | 0 | 0.90 | 0.54 | 0.03 | 336.16 | 0.94 | 0.53 |
| Hex | F8 | 18 | 71 | 0 | 5A | 36 | 3 | 150 | 5E | 35 |
| Octal | 370 | 30 | 161 | 0 | 132 | 66 | 3 | 520 | 136 | 65 |
| Binary | 11111000 | 11000 | 1110001 | 0 | 1011010 | 110110 | 11 | 101010000 | 1011110 | 110101 |
Color Harmonies of #F81871
Complementary color
Monochromatic Colors of #F81871
Black with #F81871
Text Example
Text Example
White with #F81871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81871; }
p { color: rgb(248,24,113); }
H1.HeaderClassName
{
color: #F81871;
}
.AnyTagClassName
{
color: #F81871;
}
</style>
background-color css
<style>
a { background-color: #F81871; }
a { background-color: rgb(248,24,113); }
div.DivClassName
{
background-color: #F81871;
}
.BgClassName
{
background-color: #F81871;
}
</style>
border-color css
<style>
span { border-color: #F81871; }
span { border-color: rgb(248,24,113); }
td.TdClassName
{
border-color: #F81871;
}
.TagClassName
{
border-color: #F81871;
}
</style>