Shades of Ruby #F01676
Tints of Ruby #F01676
RGB
CMYK
RGB Variations
Color information
#F01676 (or 0xF01676) is known color: Ruby. HEX triplet: F0, 16 and 76. RGB value is (240,22,118). Sum of RGB (Red+Green+Blue) = 240+22+118=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F01676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01676 is #0FE989. Grayscale: #616161. Windows color (decimal): -1042826 or 7739120. OLE color: 7739120.
HSL color Cylindrical-coordinate representation of color #F01676: hue angle of 333.58º 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 #F01676 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 118 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.06 |
| HSL | 333.58º | 0.88% | 0.51% | - |
| HSV(B) | 333.58º | 0.91% | 0.94% | - |
| XYZ | 39.49 | 20.41 | 19 | - |
| YUV | 98.13 | 139.22 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 118 | 0 | 0.91 | 0.51 | 0.06 | 333.58 | 0.88 | 0.51 |
| Hex | F0 | 16 | 76 | 0 | 5B | 33 | 6 | 14E | 58 | 33 |
| Octal | 360 | 26 | 166 | 0 | 133 | 63 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10110 | 1110110 | 0 | 1011011 | 110011 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01676
Complementary color
Monochromatic Colors of #F01676
Black with #F01676
Text Example
Text Example
White with #F01676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01676; }
p { color: rgb(240,22,118); }
H1.HeaderClassName
{
color: #F01676;
}
.AnyTagClassName
{
color: #F01676;
}
</style>
background-color css
<style>
a { background-color: #F01676; }
a { background-color: rgb(240,22,118); }
div.DivClassName
{
background-color: #F01676;
}
.BgClassName
{
background-color: #F01676;
}
</style>
border-color css
<style>
span { border-color: #F01676; }
span { border-color: rgb(240,22,118); }
td.TdClassName
{
border-color: #F01676;
}
.TagClassName
{
border-color: #F01676;
}
</style>