Shades of Ruby #F0165F
Tints of Ruby #F0165F
RGB
CMYK
RGB Variations
Color information
#F0165F (or 0xF0165F) is known color: Ruby. HEX triplet: F0, 16 and 5F. RGB value is (240,22,95). Sum of RGB (Red+Green+Blue) = 240+22+95=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0165F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0165F is #0FE9A0. Grayscale: #5F5F5F. Windows color (decimal): -1042849 or 6231792. OLE color: 6231792.
HSL color Cylindrical-coordinate representation of color #F0165F: hue angle of 339.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0165F is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 95 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.06 |
| HSL | 339.91º | 0.88% | 0.51% | - |
| HSV(B) | 339.91º | 0.91% | 0.94% | - |
| XYZ | 38.29 | 19.93 | 12.65 | - |
| YUV | 95.5 | 127.72 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 95 | 0 | 0.91 | 0.60 | 0.06 | 339.91 | 0.88 | 0.51 |
| Hex | F0 | 16 | 5F | 0 | 5B | 3C | 6 | 154 | 58 | 33 |
| Octal | 360 | 26 | 137 | 0 | 133 | 74 | 6 | 524 | 130 | 63 |
| Binary | 11110000 | 10110 | 1011111 | 0 | 1011011 | 111100 | 110 | 101010100 | 1011000 | 110011 |
Color Harmonies of #F0165F
Complementary color
Monochromatic Colors of #F0165F
Black with #F0165F
Text Example
Text Example
White with #F0165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0165F; }
p { color: rgb(240,22,95); }
H1.HeaderClassName
{
color: #F0165F;
}
.AnyTagClassName
{
color: #F0165F;
}
</style>
background-color css
<style>
a { background-color: #F0165F; }
a { background-color: rgb(240,22,95); }
div.DivClassName
{
background-color: #F0165F;
}
.BgClassName
{
background-color: #F0165F;
}
</style>
border-color css
<style>
span { border-color: #F0165F; }
span { border-color: rgb(240,22,95); }
td.TdClassName
{
border-color: #F0165F;
}
.TagClassName
{
border-color: #F0165F;
}
</style>