Shades of Ruby #F81673
Tints of Ruby #F81673
RGB
CMYK
RGB Variations
Color information
#F81673 (or 0xF81673) is known color: Ruby. HEX triplet: F8, 16 and 73. RGB value is (248,22,115). Sum of RGB (Red+Green+Blue) = 248+22+115=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F81673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81673 is #07E98C. Grayscale: #646464. Windows color (decimal): -518541 or 7542520. OLE color: 7542520.
HSL color Cylindrical-coordinate representation of color #F81673: hue angle of 335.31º 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 #F81673 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 115 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.03 |
| HSL | 335.31º | 0.94% | 0.53% | - |
| HSV(B) | 335.31º | 0.91% | 0.97% | - |
| XYZ | 42.09 | 21.77 | 18.2 | - |
| YUV | 100.18 | 136.37 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 115 | 0 | 0.91 | 0.54 | 0.03 | 335.31 | 0.94 | 0.53 |
| Hex | F8 | 16 | 73 | 0 | 5B | 36 | 3 | 14F | 5E | 35 |
| Octal | 370 | 26 | 163 | 0 | 133 | 66 | 3 | 517 | 136 | 65 |
| Binary | 11111000 | 10110 | 1110011 | 0 | 1011011 | 110110 | 11 | 101001111 | 1011110 | 110101 |
Color Harmonies of #F81673
Complementary color
Monochromatic Colors of #F81673
Black with #F81673
Text Example
Text Example
White with #F81673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81673; }
p { color: rgb(248,22,115); }
H1.HeaderClassName
{
color: #F81673;
}
.AnyTagClassName
{
color: #F81673;
}
</style>
background-color css
<style>
a { background-color: #F81673; }
a { background-color: rgb(248,22,115); }
div.DivClassName
{
background-color: #F81673;
}
.BgClassName
{
background-color: #F81673;
}
</style>
border-color css
<style>
span { border-color: #F81673; }
span { border-color: rgb(248,22,115); }
td.TdClassName
{
border-color: #F81673;
}
.TagClassName
{
border-color: #F81673;
}
</style>