Shades of Ruby #F01566
Tints of Ruby #F01566
RGB
CMYK
RGB Variations
Color information
#F01566 (or 0xF01566) is known color: Ruby. HEX triplet: F0, 15 and 66. RGB value is (240,21,102). Sum of RGB (Red+Green+Blue) = 240+21+102=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01566 is #0FEA99. Grayscale: #5F5F5F. Windows color (decimal): -1043098 or 6690288. OLE color: 6690288.
HSL color Cylindrical-coordinate representation of color #F01566: hue angle of 337.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01566 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 102 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.06 |
| HSL | 337.81º | 0.88% | 0.51% | - |
| HSV(B) | 337.81º | 0.91% | 0.94% | - |
| XYZ | 38.6 | 20.02 | 14.4 | - |
| YUV | 95.72 | 131.55 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 102 | 0 | 0.91 | 0.58 | 0.06 | 337.81 | 0.88 | 0.51 |
| Hex | F0 | 15 | 66 | 0 | 5B | 3A | 6 | 152 | 58 | 33 |
| Octal | 360 | 25 | 146 | 0 | 133 | 72 | 6 | 522 | 130 | 63 |
| Binary | 11110000 | 10101 | 1100110 | 0 | 1011011 | 111010 | 110 | 101010010 | 1011000 | 110011 |
Color Harmonies of #F01566
Complementary color
Monochromatic Colors of #F01566
Black with #F01566
Text Example
Text Example
White with #F01566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01566; }
p { color: rgb(240,21,102); }
H1.HeaderClassName
{
color: #F01566;
}
.AnyTagClassName
{
color: #F01566;
}
</style>
background-color css
<style>
a { background-color: #F01566; }
a { background-color: rgb(240,21,102); }
div.DivClassName
{
background-color: #F01566;
}
.BgClassName
{
background-color: #F01566;
}
</style>
border-color css
<style>
span { border-color: #F01566; }
span { border-color: rgb(240,21,102); }
td.TdClassName
{
border-color: #F01566;
}
.TagClassName
{
border-color: #F01566;
}
</style>