Shades of Ruby #F01866
Tints of Ruby #F01866
RGB
CMYK
RGB Variations
Color information
#F01866 (or 0xF01866) is known color: Ruby. HEX triplet: F0, 18 and 66. RGB value is (240,24,102). Sum of RGB (Red+Green+Blue) = 240+24+102=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F01866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01866 is #0FE799. Grayscale: #616161. Windows color (decimal): -1042330 or 6691056. OLE color: 6691056.
HSL color Cylindrical-coordinate representation of color #F01866: hue angle of 338.33º 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 #F01866 is Cyan = 0, Magento = 0.9, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 102 | - |
| CMYK | 0 | 0.9 | 0.58 | 0.06 |
| HSL | 338.33º | 0.88% | 0.52% | - |
| HSV(B) | 338.33º | 0.9% | 0.94% | - |
| XYZ | 38.66 | 20.14 | 14.42 | - |
| YUV | 97.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 102 | 0 | 0.9 | 0.58 | 0.06 | 338.33 | 0.88 | 0.52 |
| Hex | F0 | 18 | 66 | 0 | 5A | 3A | 6 | 152 | 58 | 34 |
| Octal | 360 | 30 | 146 | 0 | 132 | 72 | 6 | 522 | 130 | 64 |
| Binary | 11110000 | 11000 | 1100110 | 0 | 1011010 | 111010 | 110 | 101010010 | 1011000 | 110100 |
Color Harmonies of #F01866
Complementary color
Monochromatic Colors of #F01866
Black with #F01866
Text Example
Text Example
White with #F01866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01866; }
p { color: rgb(240,24,102); }
H1.HeaderClassName
{
color: #F01866;
}
.AnyTagClassName
{
color: #F01866;
}
</style>
background-color css
<style>
a { background-color: #F01866; }
a { background-color: rgb(240,24,102); }
div.DivClassName
{
background-color: #F01866;
}
.BgClassName
{
background-color: #F01866;
}
</style>
border-color css
<style>
span { border-color: #F01866; }
span { border-color: rgb(240,24,102); }
td.TdClassName
{
border-color: #F01866;
}
.TagClassName
{
border-color: #F01866;
}
</style>