Shades of Ruby #F0176C
Tints of Ruby #F0176C
RGB
CMYK
RGB Variations
Color information
#F0176C (or 0xF0176C) is known color: Ruby. HEX triplet: F0, 17 and 6C. RGB value is (240,23,108). Sum of RGB (Red+Green+Blue) = 240+23+108=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0176C is #0FE893. Grayscale: #616161. Windows color (decimal): -1042580 or 7084016. OLE color: 7084016.
HSL color Cylindrical-coordinate representation of color #F0176C: hue angle of 336.5º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0176C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 108 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.06 |
| HSL | 336.5º | 0.88% | 0.52% | - |
| HSV(B) | 336.5º | 0.9% | 0.94% | - |
| XYZ | 38.95 | 20.22 | 16.04 | - |
| YUV | 97.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 108 | 0 | 0.90 | 0.55 | 0.06 | 336.5 | 0.88 | 0.52 |
| Hex | F0 | 17 | 6C | 0 | 5A | 37 | 6 | 150 | 58 | 34 |
| Octal | 360 | 27 | 154 | 0 | 132 | 67 | 6 | 520 | 130 | 64 |
| Binary | 11110000 | 10111 | 1101100 | 0 | 1011010 | 110111 | 110 | 101010000 | 1011000 | 110100 |
Color Harmonies of #F0176C
Complementary color
Monochromatic Colors of #F0176C
Black with #F0176C
Text Example
Text Example
White with #F0176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0176C; }
p { color: rgb(240,23,108); }
H1.HeaderClassName
{
color: #F0176C;
}
.AnyTagClassName
{
color: #F0176C;
}
</style>
background-color css
<style>
a { background-color: #F0176C; }
a { background-color: rgb(240,23,108); }
div.DivClassName
{
background-color: #F0176C;
}
.BgClassName
{
background-color: #F0176C;
}
</style>
border-color css
<style>
span { border-color: #F0176C; }
span { border-color: rgb(240,23,108); }
td.TdClassName
{
border-color: #F0176C;
}
.TagClassName
{
border-color: #F0176C;
}
</style>