Shades of Ruby #F01772
Tints of Ruby #F01772
RGB
CMYK
RGB Variations
Color information
#F01772 (or 0xF01772) is known color: Ruby. HEX triplet: F0, 17 and 72. RGB value is (240,23,114). Sum of RGB (Red+Green+Blue) = 240+23+114=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F01772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01772 is #0FE88D. Grayscale: #626262. Windows color (decimal): -1042574 or 7477232. OLE color: 7477232.
HSL color Cylindrical-coordinate representation of color #F01772: hue angle of 334.84º 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 #F01772 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 114 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.06 |
| HSL | 334.84º | 0.88% | 0.52% | - |
| HSV(B) | 334.84º | 0.9% | 0.94% | - |
| XYZ | 39.28 | 20.35 | 17.78 | - |
| YUV | 98.26 | 136.89 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 114 | 0 | 0.90 | 0.52 | 0.06 | 334.84 | 0.88 | 0.52 |
| Hex | F0 | 17 | 72 | 0 | 5A | 34 | 6 | 14F | 58 | 34 |
| Octal | 360 | 27 | 162 | 0 | 132 | 64 | 6 | 517 | 130 | 64 |
| Binary | 11110000 | 10111 | 1110010 | 0 | 1011010 | 110100 | 110 | 101001111 | 1011000 | 110100 |
Color Harmonies of #F01772
Complementary color
Monochromatic Colors of #F01772
Black with #F01772
Text Example
Text Example
White with #F01772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01772; }
p { color: rgb(240,23,114); }
H1.HeaderClassName
{
color: #F01772;
}
.AnyTagClassName
{
color: #F01772;
}
</style>
background-color css
<style>
a { background-color: #F01772; }
a { background-color: rgb(240,23,114); }
div.DivClassName
{
background-color: #F01772;
}
.BgClassName
{
background-color: #F01772;
}
</style>
border-color css
<style>
span { border-color: #F01772; }
span { border-color: rgb(240,23,114); }
td.TdClassName
{
border-color: #F01772;
}
.TagClassName
{
border-color: #F01772;
}
</style>