Shades of Ruby #F01861
Tints of Ruby #F01861
RGB
CMYK
RGB Variations
Color information
#F01861 (or 0xF01861) is known color: Ruby. HEX triplet: F0, 18 and 61. RGB value is (240,24,97). Sum of RGB (Red+Green+Blue) = 240+24+97=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F01861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01861 is #0FE79E. Grayscale: #606060. Windows color (decimal): -1042335 or 6363376. OLE color: 6363376.
HSL color Cylindrical-coordinate representation of color #F01861: hue angle of 339.72º 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 #F01861 is Cyan = 0, Magento = 0.9, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 97 | - |
| CMYK | 0 | 0.9 | 0.60 | 0.06 |
| HSL | 339.72º | 0.88% | 0.52% | - |
| HSV(B) | 339.72º | 0.9% | 0.94% | - |
| XYZ | 38.42 | 20.04 | 13.15 | - |
| YUV | 96.91 | 128.06 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 97 | 0 | 0.9 | 0.60 | 0.06 | 339.72 | 0.88 | 0.52 |
| Hex | F0 | 18 | 61 | 0 | 5A | 3C | 6 | 154 | 58 | 34 |
| Octal | 360 | 30 | 141 | 0 | 132 | 74 | 6 | 524 | 130 | 64 |
| Binary | 11110000 | 11000 | 1100001 | 0 | 1011010 | 111100 | 110 | 101010100 | 1011000 | 110100 |
Color Harmonies of #F01861
Complementary color
Monochromatic Colors of #F01861
Black with #F01861
Text Example
Text Example
White with #F01861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01861; }
p { color: rgb(240,24,97); }
H1.HeaderClassName
{
color: #F01861;
}
.AnyTagClassName
{
color: #F01861;
}
</style>
background-color css
<style>
a { background-color: #F01861; }
a { background-color: rgb(240,24,97); }
div.DivClassName
{
background-color: #F01861;
}
.BgClassName
{
background-color: #F01861;
}
</style>
border-color css
<style>
span { border-color: #F01861; }
span { border-color: rgb(240,24,97); }
td.TdClassName
{
border-color: #F01861;
}
.TagClassName
{
border-color: #F01861;
}
</style>