Shades of Ruby #F0166F
Tints of Ruby #F0166F
RGB
CMYK
RGB Variations
Color information
#F0166F (or 0xF0166F) is known color: Ruby. HEX triplet: F0, 16 and 6F. RGB value is (240,22,111). Sum of RGB (Red+Green+Blue) = 240+22+111=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0166F is #0FE990. Grayscale: #616161. Windows color (decimal): -1042833 or 7280368. OLE color: 7280368.
HSL color Cylindrical-coordinate representation of color #F0166F: hue angle of 335.5º 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 #F0166F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.06 |
| HSL | 335.5º | 0.88% | 0.51% | - |
| HSV(B) | 335.5º | 0.91% | 0.94% | - |
| XYZ | 39.09 | 20.25 | 16.89 | - |
| YUV | 97.33 | 135.72 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 111 | 0 | 0.91 | 0.54 | 0.06 | 335.5 | 0.88 | 0.51 |
| Hex | F0 | 16 | 6F | 0 | 5B | 36 | 6 | 150 | 58 | 33 |
| Octal | 360 | 26 | 157 | 0 | 133 | 66 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10110 | 1101111 | 0 | 1011011 | 110110 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0166F
Complementary color
Monochromatic Colors of #F0166F
Black with #F0166F
Text Example
Text Example
White with #F0166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0166F; }
p { color: rgb(240,22,111); }
H1.HeaderClassName
{
color: #F0166F;
}
.AnyTagClassName
{
color: #F0166F;
}
</style>
background-color css
<style>
a { background-color: #F0166F; }
a { background-color: rgb(240,22,111); }
div.DivClassName
{
background-color: #F0166F;
}
.BgClassName
{
background-color: #F0166F;
}
</style>
border-color css
<style>
span { border-color: #F0166F; }
span { border-color: rgb(240,22,111); }
td.TdClassName
{
border-color: #F0166F;
}
.TagClassName
{
border-color: #F0166F;
}
</style>