Shades of Ruby #F02164
Tints of Ruby #F02164
RGB
CMYK
RGB Variations
Color information
#F02164 (or 0xF02164) is known color: Ruby. HEX triplet: F0, 21 and 64. RGB value is (240,33,100). Sum of RGB (Red+Green+Blue) = 240+33+100=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F02164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02164 is #0FDE9B. Grayscale: #666666. Windows color (decimal): -1040028 or 6562288. OLE color: 6562288.
HSL color Cylindrical-coordinate representation of color #F02164: hue angle of 340.58º 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 #F02164 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 100 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.06 |
| HSL | 340.58º | 0.87% | 0.54% | - |
| HSV(B) | 340.58º | 0.86% | 0.94% | - |
| XYZ | 38.78 | 20.53 | 13.98 | - |
| YUV | 102.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 100 | 0 | 0.86 | 0.58 | 0.06 | 340.58 | 0.87 | 0.54 |
| Hex | F0 | 21 | 64 | 0 | 56 | 3A | 6 | 155 | 57 | 36 |
| Octal | 360 | 41 | 144 | 0 | 126 | 72 | 6 | 525 | 127 | 66 |
| Binary | 11110000 | 100001 | 1100100 | 0 | 1010110 | 111010 | 110 | 101010101 | 1010111 | 110110 |
Color Harmonies of #F02164
Complementary color
Monochromatic Colors of #F02164
Black with #F02164
Text Example
Text Example
White with #F02164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02164; }
p { color: rgb(240,33,100); }
H1.HeaderClassName
{
color: #F02164;
}
.AnyTagClassName
{
color: #F02164;
}
</style>
background-color css
<style>
a { background-color: #F02164; }
a { background-color: rgb(240,33,100); }
div.DivClassName
{
background-color: #F02164;
}
.BgClassName
{
background-color: #F02164;
}
</style>
border-color css
<style>
span { border-color: #F02164; }
span { border-color: rgb(240,33,100); }
td.TdClassName
{
border-color: #F02164;
}
.TagClassName
{
border-color: #F02164;
}
</style>