Shades of Ruby #F01670
Tints of Ruby #F01670
RGB
CMYK
RGB Variations
Color information
#F01670 (or 0xF01670) is known color: Ruby. HEX triplet: F0, 16 and 70. RGB value is (240,22,112). Sum of RGB (Red+Green+Blue) = 240+22+112=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F01670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01670 is #0FE98F. Grayscale: #616161. Windows color (decimal): -1042832 or 7345904. OLE color: 7345904.
HSL color Cylindrical-coordinate representation of color #F01670: hue angle of 335.23º 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 #F01670 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 112 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.06 |
| HSL | 335.23º | 0.88% | 0.51% | - |
| HSV(B) | 335.23º | 0.91% | 0.94% | - |
| XYZ | 39.15 | 20.27 | 17.18 | - |
| YUV | 97.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 112 | 0 | 0.91 | 0.53 | 0.06 | 335.23 | 0.88 | 0.51 |
| Hex | F0 | 16 | 70 | 0 | 5B | 35 | 6 | 14F | 58 | 33 |
| Octal | 360 | 26 | 160 | 0 | 133 | 65 | 6 | 517 | 130 | 63 |
| Binary | 11110000 | 10110 | 1110000 | 0 | 1011011 | 110101 | 110 | 101001111 | 1011000 | 110011 |
Color Harmonies of #F01670
Complementary color
Monochromatic Colors of #F01670
Black with #F01670
Text Example
Text Example
White with #F01670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01670; }
p { color: rgb(240,22,112); }
H1.HeaderClassName
{
color: #F01670;
}
.AnyTagClassName
{
color: #F01670;
}
</style>
background-color css
<style>
a { background-color: #F01670; }
a { background-color: rgb(240,22,112); }
div.DivClassName
{
background-color: #F01670;
}
.BgClassName
{
background-color: #F01670;
}
</style>
border-color css
<style>
span { border-color: #F01670; }
span { border-color: rgb(240,22,112); }
td.TdClassName
{
border-color: #F01670;
}
.TagClassName
{
border-color: #F01670;
}
</style>