Shades of Ruby #F0206B
Tints of Ruby #F0206B
RGB
CMYK
RGB Variations
Color information
#F0206B (or 0xF0206B) is known color: Ruby. HEX triplet: F0, 20 and 6B. RGB value is (240,32,107). Sum of RGB (Red+Green+Blue) = 240+32+107=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F0206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0206B is #0FDF94. Grayscale: #666666. Windows color (decimal): -1040277 or 7020784. OLE color: 7020784.
HSL color Cylindrical-coordinate representation of color #F0206B: hue angle of 338.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0206B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 107 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.06 |
| HSL | 338.37º | 0.87% | 0.53% | - |
| HSV(B) | 338.37º | 0.87% | 0.94% | - |
| XYZ | 39.11 | 20.62 | 15.83 | - |
| YUV | 102.74 | 130.41 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 107 | 0 | 0.87 | 0.55 | 0.06 | 338.37 | 0.87 | 0.53 |
| Hex | F0 | 20 | 6B | 0 | 57 | 37 | 6 | 152 | 57 | 35 |
| Octal | 360 | 40 | 153 | 0 | 127 | 67 | 6 | 522 | 127 | 65 |
| Binary | 11110000 | 100000 | 1101011 | 0 | 1010111 | 110111 | 110 | 101010010 | 1010111 | 110101 |
Color Harmonies of #F0206B
Complementary color
Monochromatic Colors of #F0206B
Black with #F0206B
Text Example
Text Example
White with #F0206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0206B; }
p { color: rgb(240,32,107); }
H1.HeaderClassName
{
color: #F0206B;
}
.AnyTagClassName
{
color: #F0206B;
}
</style>
background-color css
<style>
a { background-color: #F0206B; }
a { background-color: rgb(240,32,107); }
div.DivClassName
{
background-color: #F0206B;
}
.BgClassName
{
background-color: #F0206B;
}
</style>
border-color css
<style>
span { border-color: #F0206B; }
span { border-color: rgb(240,32,107); }
td.TdClassName
{
border-color: #F0206B;
}
.TagClassName
{
border-color: #F0206B;
}
</style>