Shades of Ruby #F2206B
Tints of Ruby #F2206B
RGB
CMYK
RGB Variations
Color information
#F2206B (or 0xF2206B) is known color: Ruby. HEX triplet: F2, 20 and 6B. RGB value is (242,32,107). Sum of RGB (Red+Green+Blue) = 242+32+107=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F2206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2206B is #0DDF94. Grayscale: #676767. Windows color (decimal): -909205 or 7020786. OLE color: 7020786.
HSL color Cylindrical-coordinate representation of color #F2206B: hue angle of 338.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2206B is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 107 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.05 |
| HSL | 338.57º | 0.89% | 0.54% | - |
| HSV(B) | 338.57º | 0.87% | 0.95% | - |
| XYZ | 39.79 | 20.97 | 15.86 | - |
| YUV | 103.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 107 | 0 | 0.87 | 0.56 | 0.05 | 338.57 | 0.89 | 0.54 |
| Hex | F2 | 20 | 6B | 0 | 57 | 38 | 5 | 153 | 59 | 36 |
| Octal | 362 | 40 | 153 | 0 | 127 | 70 | 5 | 523 | 131 | 66 |
| Binary | 11110010 | 100000 | 1101011 | 0 | 1010111 | 111000 | 101 | 101010011 | 1011001 | 110110 |
Color Harmonies of #F2206B
Complementary color
Monochromatic Colors of #F2206B
Black with #F2206B
Text Example
Text Example
White with #F2206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2206B; }
p { color: rgb(242,32,107); }
H1.HeaderClassName
{
color: #F2206B;
}
.AnyTagClassName
{
color: #F2206B;
}
</style>
background-color css
<style>
a { background-color: #F2206B; }
a { background-color: rgb(242,32,107); }
div.DivClassName
{
background-color: #F2206B;
}
.BgClassName
{
background-color: #F2206B;
}
</style>
border-color css
<style>
span { border-color: #F2206B; }
span { border-color: rgb(242,32,107); }
td.TdClassName
{
border-color: #F2206B;
}
.TagClassName
{
border-color: #F2206B;
}
</style>