Shades of Ruby #F01D77
Tints of Ruby #F01D77
RGB
CMYK
RGB Variations
Color information
#F01D77 (or 0xF01D77) is known color: Ruby. HEX triplet: F0, 1D and 77. RGB value is (240,29,119). Sum of RGB (Red+Green+Blue) = 240+29+119=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D77 is #0FE288. Grayscale: #666666. Windows color (decimal): -1041033 or 7806448. OLE color: 7806448.
HSL color Cylindrical-coordinate representation of color #F01D77: hue angle of 334.41º 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 #F01D77 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 119 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.06 |
| HSL | 334.41º | 0.88% | 0.53% | - |
| HSV(B) | 334.41º | 0.88% | 0.94% | - |
| XYZ | 39.7 | 20.74 | 19.36 | - |
| YUV | 102.35 | 137.4 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 119 | 0 | 0.88 | 0.50 | 0.06 | 334.41 | 0.88 | 0.53 |
| Hex | F0 | 1D | 77 | 0 | 58 | 32 | 6 | 14E | 58 | 35 |
| Octal | 360 | 35 | 167 | 0 | 130 | 62 | 6 | 516 | 130 | 65 |
| Binary | 11110000 | 11101 | 1110111 | 0 | 1011000 | 110010 | 110 | 101001110 | 1011000 | 110101 |
Color Harmonies of #F01D77
Complementary color
Monochromatic Colors of #F01D77
Black with #F01D77
Text Example
Text Example
White with #F01D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D77; }
p { color: rgb(240,29,119); }
H1.HeaderClassName
{
color: #F01D77;
}
.AnyTagClassName
{
color: #F01D77;
}
</style>
background-color css
<style>
a { background-color: #F01D77; }
a { background-color: rgb(240,29,119); }
div.DivClassName
{
background-color: #F01D77;
}
.BgClassName
{
background-color: #F01D77;
}
</style>
border-color css
<style>
span { border-color: #F01D77; }
span { border-color: rgb(240,29,119); }
td.TdClassName
{
border-color: #F01D77;
}
.TagClassName
{
border-color: #F01D77;
}
</style>