Shades of Ruby #F3206F
Tints of Ruby #F3206F
RGB
CMYK
RGB Variations
Color information
#F3206F (or 0xF3206F) is known color: Ruby. HEX triplet: F3, 20 and 6F. RGB value is (243,32,111). Sum of RGB (Red+Green+Blue) = 243+32+111=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3206F is #0CDF90. Grayscale: #676767. Windows color (decimal): -843665 or 7282931. OLE color: 7282931.
HSL color Cylindrical-coordinate representation of color #F3206F: hue angle of 337.54º degrees, saturation: 0.9, 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 #F3206F is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 111 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.05 |
| HSL | 337.54º | 0.9% | 0.54% | - |
| HSV(B) | 337.54º | 0.87% | 0.95% | - |
| XYZ | 40.35 | 21.24 | 17.01 | - |
| YUV | 104.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 111 | 0 | 0.87 | 0.54 | 0.05 | 337.54 | 0.9 | 0.54 |
| Hex | F3 | 20 | 6F | 0 | 57 | 36 | 5 | 152 | 5A | 36 |
| Octal | 363 | 40 | 157 | 0 | 127 | 66 | 5 | 522 | 132 | 66 |
| Binary | 11110011 | 100000 | 1101111 | 0 | 1010111 | 110110 | 101 | 101010010 | 1011010 | 110110 |
Color Harmonies of #F3206F
Complementary color
Monochromatic Colors of #F3206F
Black with #F3206F
Text Example
Text Example
White with #F3206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3206F; }
p { color: rgb(243,32,111); }
H1.HeaderClassName
{
color: #F3206F;
}
.AnyTagClassName
{
color: #F3206F;
}
</style>
background-color css
<style>
a { background-color: #F3206F; }
a { background-color: rgb(243,32,111); }
div.DivClassName
{
background-color: #F3206F;
}
.BgClassName
{
background-color: #F3206F;
}
</style>
border-color css
<style>
span { border-color: #F3206F; }
span { border-color: rgb(243,32,111); }
td.TdClassName
{
border-color: #F3206F;
}
.TagClassName
{
border-color: #F3206F;
}
</style>