Shades of Ruby #F01465
Tints of Ruby #F01465
RGB
CMYK
RGB Variations
Color information
#F01465 (or 0xF01465) is known color: Ruby. HEX triplet: F0, 14 and 65. RGB value is (240,20,101). Sum of RGB (Red+Green+Blue) = 240+20+101=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F01465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01465 is #0FEB9A. Grayscale: #5E5E5E. Windows color (decimal): -1043355 or 6624496. OLE color: 6624496.
HSL color Cylindrical-coordinate representation of color #F01465: hue angle of 337.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01465 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 101 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.06 |
| HSL | 337.91º | 0.88% | 0.51% | - |
| HSV(B) | 337.91º | 0.92% | 0.94% | - |
| XYZ | 38.53 | 19.97 | 14.13 | - |
| YUV | 95.01 | 131.39 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 101 | 0 | 0.92 | 0.58 | 0.06 | 337.91 | 0.88 | 0.51 |
| Hex | F0 | 14 | 65 | 0 | 5C | 3A | 6 | 152 | 58 | 33 |
| Octal | 360 | 24 | 145 | 0 | 134 | 72 | 6 | 522 | 130 | 63 |
| Binary | 11110000 | 10100 | 1100101 | 0 | 1011100 | 111010 | 110 | 101010010 | 1011000 | 110011 |
Color Harmonies of #F01465
Complementary color
Monochromatic Colors of #F01465
Black with #F01465
Text Example
Text Example
White with #F01465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01465; }
p { color: rgb(240,20,101); }
H1.HeaderClassName
{
color: #F01465;
}
.AnyTagClassName
{
color: #F01465;
}
</style>
background-color css
<style>
a { background-color: #F01465; }
a { background-color: rgb(240,20,101); }
div.DivClassName
{
background-color: #F01465;
}
.BgClassName
{
background-color: #F01465;
}
</style>
border-color css
<style>
span { border-color: #F01465; }
span { border-color: rgb(240,20,101); }
td.TdClassName
{
border-color: #F01465;
}
.TagClassName
{
border-color: #F01465;
}
</style>