Shades of Ruby #F02166
Tints of Ruby #F02166
RGB
CMYK
RGB Variations
Color information
#F02166 (or 0xF02166) is known color: Ruby. HEX triplet: F0, 21 and 66. RGB value is (240,33,102). Sum of RGB (Red+Green+Blue) = 240+33+102=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F02166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02166 is #0FDE99. Grayscale: #666666. Windows color (decimal): -1040026 or 6693360. OLE color: 6693360.
HSL color Cylindrical-coordinate representation of color #F02166: hue angle of 340º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02166 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 102 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.06 |
| HSL | 340º | 0.87% | 0.54% | - |
| HSV(B) | 340º | 0.86% | 0.94% | - |
| XYZ | 38.88 | 20.57 | 14.49 | - |
| YUV | 102.76 | 127.58 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 102 | 0 | 0.86 | 0.58 | 0.06 | 340 | 0.87 | 0.54 |
| Hex | F0 | 21 | 66 | 0 | 56 | 3A | 6 | 154 | 57 | 36 |
| Octal | 360 | 41 | 146 | 0 | 126 | 72 | 6 | 524 | 127 | 66 |
| Binary | 11110000 | 100001 | 1100110 | 0 | 1010110 | 111010 | 110 | 101010100 | 1010111 | 110110 |
Color Harmonies of #F02166
Complementary color
Monochromatic Colors of #F02166
Black with #F02166
Text Example
Text Example
White with #F02166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02166; }
p { color: rgb(240,33,102); }
H1.HeaderClassName
{
color: #F02166;
}
.AnyTagClassName
{
color: #F02166;
}
</style>
background-color css
<style>
a { background-color: #F02166; }
a { background-color: rgb(240,33,102); }
div.DivClassName
{
background-color: #F02166;
}
.BgClassName
{
background-color: #F02166;
}
</style>
border-color css
<style>
span { border-color: #F02166; }
span { border-color: rgb(240,33,102); }
td.TdClassName
{
border-color: #F02166;
}
.TagClassName
{
border-color: #F02166;
}
</style>