Shades of Ruby #F01D76
Tints of Ruby #F01D76
RGB
CMYK
RGB Variations
Color information
#F01D76 (or 0xF01D76) is known color: Ruby. HEX triplet: F0, 1D and 76. RGB value is (240,29,118). Sum of RGB (Red+Green+Blue) = 240+29+118=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D76 is #0FE289. Grayscale: #666666. Windows color (decimal): -1041034 or 7740912. OLE color: 7740912.
HSL color Cylindrical-coordinate representation of color #F01D76: hue angle of 334.69º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01D76 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 118 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.06 |
| HSL | 334.69º | 0.88% | 0.53% | - |
| HSV(B) | 334.69º | 0.88% | 0.94% | - |
| XYZ | 39.64 | 20.71 | 19.05 | - |
| YUV | 102.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 118 | 0 | 0.88 | 0.51 | 0.06 | 334.69 | 0.88 | 0.53 |
| Hex | F0 | 1D | 76 | 0 | 58 | 33 | 6 | 14F | 58 | 35 |
| Octal | 360 | 35 | 166 | 0 | 130 | 63 | 6 | 517 | 130 | 65 |
| Binary | 11110000 | 11101 | 1110110 | 0 | 1011000 | 110011 | 110 | 101001111 | 1011000 | 110101 |
Color Harmonies of #F01D76
Complementary color
Monochromatic Colors of #F01D76
Black with #F01D76
Text Example
Text Example
White with #F01D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D76; }
p { color: rgb(240,29,118); }
H1.HeaderClassName
{
color: #F01D76;
}
.AnyTagClassName
{
color: #F01D76;
}
</style>
background-color css
<style>
a { background-color: #F01D76; }
a { background-color: rgb(240,29,118); }
div.DivClassName
{
background-color: #F01D76;
}
.BgClassName
{
background-color: #F01D76;
}
</style>
border-color css
<style>
span { border-color: #F01D76; }
span { border-color: rgb(240,29,118); }
td.TdClassName
{
border-color: #F01D76;
}
.TagClassName
{
border-color: #F01D76;
}
</style>