Shades of Ruby #F81665
Tints of Ruby #F81665
RGB
CMYK
RGB Variations
Color information
#F81665 (or 0xF81665) is known color: Ruby. HEX triplet: F8, 16 and 65. RGB value is (248,22,101). Sum of RGB (Red+Green+Blue) = 248+22+101=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F81665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81665 is #07E99A. Grayscale: #626262. Windows color (decimal): -518555 or 6625016. OLE color: 6625016.
HSL color Cylindrical-coordinate representation of color #F81665: hue angle of 339.03º 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 #F81665 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.03 |
| HSL | 339.03º | 0.94% | 0.53% | - |
| HSV(B) | 339.03º | 0.91% | 0.97% | - |
| XYZ | 41.35 | 21.47 | 14.28 | - |
| YUV | 98.58 | 129.37 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 101 | 0 | 0.91 | 0.59 | 0.03 | 339.03 | 0.94 | 0.53 |
| Hex | F8 | 16 | 65 | 0 | 5B | 3B | 3 | 153 | 5E | 35 |
| Octal | 370 | 26 | 145 | 0 | 133 | 73 | 3 | 523 | 136 | 65 |
| Binary | 11111000 | 10110 | 1100101 | 0 | 1011011 | 111011 | 11 | 101010011 | 1011110 | 110101 |
Color Harmonies of #F81665
Complementary color
Monochromatic Colors of #F81665
Black with #F81665
Text Example
Text Example
White with #F81665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81665; }
p { color: rgb(248,22,101); }
H1.HeaderClassName
{
color: #F81665;
}
.AnyTagClassName
{
color: #F81665;
}
</style>
background-color css
<style>
a { background-color: #F81665; }
a { background-color: rgb(248,22,101); }
div.DivClassName
{
background-color: #F81665;
}
.BgClassName
{
background-color: #F81665;
}
</style>
border-color css
<style>
span { border-color: #F81665; }
span { border-color: rgb(248,22,101); }
td.TdClassName
{
border-color: #F81665;
}
.TagClassName
{
border-color: #F81665;
}
</style>