Shades of Ruby #F01761
Tints of Ruby #F01761
RGB
CMYK
RGB Variations
Color information
#F01761 (or 0xF01761) is known color: Ruby. HEX triplet: F0, 17 and 61. RGB value is (240,23,97). Sum of RGB (Red+Green+Blue) = 240+23+97=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F01761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01761 is #0FE89E. Grayscale: #606060. Windows color (decimal): -1042591 or 6363120. OLE color: 6363120.
HSL color Cylindrical-coordinate representation of color #F01761: hue angle of 339.54º 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 #F01761 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 97 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.06 |
| HSL | 339.54º | 0.88% | 0.52% | - |
| HSV(B) | 339.54º | 0.9% | 0.94% | - |
| XYZ | 38.4 | 20 | 13.15 | - |
| YUV | 96.32 | 128.39 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 97 | 0 | 0.90 | 0.60 | 0.06 | 339.54 | 0.88 | 0.52 |
| Hex | F0 | 17 | 61 | 0 | 5A | 3C | 6 | 154 | 58 | 34 |
| Octal | 360 | 27 | 141 | 0 | 132 | 74 | 6 | 524 | 130 | 64 |
| Binary | 11110000 | 10111 | 1100001 | 0 | 1011010 | 111100 | 110 | 101010100 | 1011000 | 110100 |
Color Harmonies of #F01761
Complementary color
Monochromatic Colors of #F01761
Black with #F01761
Text Example
Text Example
White with #F01761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01761; }
p { color: rgb(240,23,97); }
H1.HeaderClassName
{
color: #F01761;
}
.AnyTagClassName
{
color: #F01761;
}
</style>
background-color css
<style>
a { background-color: #F01761; }
a { background-color: rgb(240,23,97); }
div.DivClassName
{
background-color: #F01761;
}
.BgClassName
{
background-color: #F01761;
}
</style>
border-color css
<style>
span { border-color: #F01761; }
span { border-color: rgb(240,23,97); }
td.TdClassName
{
border-color: #F01761;
}
.TagClassName
{
border-color: #F01761;
}
</style>