Shades of Ruby #F81965
Tints of Ruby #F81965
RGB
CMYK
RGB Variations
Color information
#F81965 (or 0xF81965) is known color: Ruby. HEX triplet: F8, 19 and 65. RGB value is (248,25,101). Sum of RGB (Red+Green+Blue) = 248+25+101=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F81965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81965 is #07E69A. Grayscale: #646464. Windows color (decimal): -517787 or 6625784. OLE color: 6625784.
HSL color Cylindrical-coordinate representation of color #F81965: hue angle of 339.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81965 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 101 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.03 |
| HSL | 339.55º | 0.94% | 0.54% | - |
| HSV(B) | 339.55º | 0.9% | 0.97% | - |
| XYZ | 41.41 | 21.59 | 14.3 | - |
| YUV | 100.34 | 128.38 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 101 | 0 | 0.90 | 0.59 | 0.03 | 339.55 | 0.94 | 0.54 |
| Hex | F8 | 19 | 65 | 0 | 5A | 3B | 3 | 154 | 5E | 36 |
| Octal | 370 | 31 | 145 | 0 | 132 | 73 | 3 | 524 | 136 | 66 |
| Binary | 11111000 | 11001 | 1100101 | 0 | 1011010 | 111011 | 11 | 101010100 | 1011110 | 110110 |
Color Harmonies of #F81965
Complementary color
Monochromatic Colors of #F81965
Black with #F81965
Text Example
Text Example
White with #F81965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81965; }
p { color: rgb(248,25,101); }
H1.HeaderClassName
{
color: #F81965;
}
.AnyTagClassName
{
color: #F81965;
}
</style>
background-color css
<style>
a { background-color: #F81965; }
a { background-color: rgb(248,25,101); }
div.DivClassName
{
background-color: #F81965;
}
.BgClassName
{
background-color: #F81965;
}
</style>
border-color css
<style>
span { border-color: #F81965; }
span { border-color: rgb(248,25,101); }
td.TdClassName
{
border-color: #F81965;
}
.TagClassName
{
border-color: #F81965;
}
</style>