Shades of Ruby #F81870
Tints of Ruby #F81870
RGB
CMYK
RGB Variations
Color information
#F81870 (or 0xF81870) is known color: Ruby. HEX triplet: F8, 18 and 70. RGB value is (248,24,112). Sum of RGB (Red+Green+Blue) = 248+24+112=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F81870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81870 is #07E78F. Grayscale: #646464. Windows color (decimal): -518032 or 7346424. OLE color: 7346424.
HSL color Cylindrical-coordinate representation of color #F81870: hue angle of 336.43º 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 #F81870 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 112 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.03 |
| HSL | 336.43º | 0.94% | 0.53% | - |
| HSV(B) | 336.43º | 0.9% | 0.97% | - |
| XYZ | 41.96 | 21.78 | 17.32 | - |
| YUV | 101.01 | 134.21 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 112 | 0 | 0.90 | 0.55 | 0.03 | 336.43 | 0.94 | 0.53 |
| Hex | F8 | 18 | 70 | 0 | 5A | 37 | 3 | 150 | 5E | 35 |
| Octal | 370 | 30 | 160 | 0 | 132 | 67 | 3 | 520 | 136 | 65 |
| Binary | 11111000 | 11000 | 1110000 | 0 | 1011010 | 110111 | 11 | 101010000 | 1011110 | 110101 |
Color Harmonies of #F81870
Complementary color
Monochromatic Colors of #F81870
Black with #F81870
Text Example
Text Example
White with #F81870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81870; }
p { color: rgb(248,24,112); }
H1.HeaderClassName
{
color: #F81870;
}
.AnyTagClassName
{
color: #F81870;
}
</style>
background-color css
<style>
a { background-color: #F81870; }
a { background-color: rgb(248,24,112); }
div.DivClassName
{
background-color: #F81870;
}
.BgClassName
{
background-color: #F81870;
}
</style>
border-color css
<style>
span { border-color: #F81870; }
span { border-color: rgb(248,24,112); }
td.TdClassName
{
border-color: #F81870;
}
.TagClassName
{
border-color: #F81870;
}
</style>