Shades of Ruby #F01771
Tints of Ruby #F01771
RGB
CMYK
RGB Variations
Color information
#F01771 (or 0xF01771) is known color: Ruby. HEX triplet: F0, 17 and 71. RGB value is (240,23,113). Sum of RGB (Red+Green+Blue) = 240+23+113=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F01771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01771 is #0FE88E. Grayscale: #626262. Windows color (decimal): -1042575 or 7411696. OLE color: 7411696.
HSL color Cylindrical-coordinate representation of color #F01771: hue angle of 335.12º 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 #F01771 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 113 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.06 |
| HSL | 335.12º | 0.88% | 0.52% | - |
| HSV(B) | 335.12º | 0.9% | 0.94% | - |
| XYZ | 39.22 | 20.33 | 17.48 | - |
| YUV | 98.14 | 136.39 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 113 | 0 | 0.90 | 0.53 | 0.06 | 335.12 | 0.88 | 0.52 |
| Hex | F0 | 17 | 71 | 0 | 5A | 35 | 6 | 14F | 58 | 34 |
| Octal | 360 | 27 | 161 | 0 | 132 | 65 | 6 | 517 | 130 | 64 |
| Binary | 11110000 | 10111 | 1110001 | 0 | 1011010 | 110101 | 110 | 101001111 | 1011000 | 110100 |
Color Harmonies of #F01771
Complementary color
Monochromatic Colors of #F01771
Black with #F01771
Text Example
Text Example
White with #F01771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01771; }
p { color: rgb(240,23,113); }
H1.HeaderClassName
{
color: #F01771;
}
.AnyTagClassName
{
color: #F01771;
}
</style>
background-color css
<style>
a { background-color: #F01771; }
a { background-color: rgb(240,23,113); }
div.DivClassName
{
background-color: #F01771;
}
.BgClassName
{
background-color: #F01771;
}
</style>
border-color css
<style>
span { border-color: #F01771; }
span { border-color: rgb(240,23,113); }
td.TdClassName
{
border-color: #F01771;
}
.TagClassName
{
border-color: #F01771;
}
</style>