Shades of Ruby #F01869
Tints of Ruby #F01869
RGB
CMYK
RGB Variations
Color information
#F01869 (or 0xF01869) is known color: Ruby. HEX triplet: F0, 18 and 69. RGB value is (240,24,105). Sum of RGB (Red+Green+Blue) = 240+24+105=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F01869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01869 is #0FE796. Grayscale: #616161. Windows color (decimal): -1042327 or 6887664. OLE color: 6887664.
HSL color Cylindrical-coordinate representation of color #F01869: hue angle of 337.5º 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 #F01869 is Cyan = 0, Magento = 0.9, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 105 | - |
| CMYK | 0 | 0.9 | 0.56 | 0.06 |
| HSL | 337.5º | 0.88% | 0.52% | - |
| HSV(B) | 337.5º | 0.9% | 0.94% | - |
| XYZ | 38.81 | 20.2 | 15.22 | - |
| YUV | 97.82 | 132.06 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 105 | 0 | 0.9 | 0.56 | 0.06 | 337.5 | 0.88 | 0.52 |
| Hex | F0 | 18 | 69 | 0 | 5A | 38 | 6 | 152 | 58 | 34 |
| Octal | 360 | 30 | 151 | 0 | 132 | 70 | 6 | 522 | 130 | 64 |
| Binary | 11110000 | 11000 | 1101001 | 0 | 1011010 | 111000 | 110 | 101010010 | 1011000 | 110100 |
Color Harmonies of #F01869
Complementary color
Monochromatic Colors of #F01869
Black with #F01869
Text Example
Text Example
White with #F01869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01869; }
p { color: rgb(240,24,105); }
H1.HeaderClassName
{
color: #F01869;
}
.AnyTagClassName
{
color: #F01869;
}
</style>
background-color css
<style>
a { background-color: #F01869; }
a { background-color: rgb(240,24,105); }
div.DivClassName
{
background-color: #F01869;
}
.BgClassName
{
background-color: #F01869;
}
</style>
border-color css
<style>
span { border-color: #F01869; }
span { border-color: rgb(240,24,105); }
td.TdClassName
{
border-color: #F01869;
}
.TagClassName
{
border-color: #F01869;
}
</style>