Shades of Ruby #F4206F
Tints of Ruby #F4206F
RGB
CMYK
RGB Variations
Color information
#F4206F (or 0xF4206F) is known color: Ruby. HEX triplet: F4, 20 and 6F. RGB value is (244,32,111). Sum of RGB (Red+Green+Blue) = 244+32+111=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F4206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4206F is #0BDF90. Grayscale: #686868. Windows color (decimal): -778129 or 7282932. OLE color: 7282932.
HSL color Cylindrical-coordinate representation of color #F4206F: hue angle of 337.64º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4206F is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 111 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.04 |
| HSL | 337.64º | 0.91% | 0.54% | - |
| HSV(B) | 337.64º | 0.87% | 0.96% | - |
| XYZ | 40.69 | 21.41 | 17.03 | - |
| YUV | 104.39 | 131.74 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 111 | 0 | 0.87 | 0.55 | 0.04 | 337.64 | 0.91 | 0.54 |
| Hex | F4 | 20 | 6F | 0 | 57 | 37 | 4 | 152 | 5B | 36 |
| Octal | 364 | 40 | 157 | 0 | 127 | 67 | 4 | 522 | 133 | 66 |
| Binary | 11110100 | 100000 | 1101111 | 0 | 1010111 | 110111 | 100 | 101010010 | 1011011 | 110110 |
Color Harmonies of #F4206F
Complementary color
Monochromatic Colors of #F4206F
Black with #F4206F
Text Example
Text Example
White with #F4206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4206F; }
p { color: rgb(244,32,111); }
H1.HeaderClassName
{
color: #F4206F;
}
.AnyTagClassName
{
color: #F4206F;
}
</style>
background-color css
<style>
a { background-color: #F4206F; }
a { background-color: rgb(244,32,111); }
div.DivClassName
{
background-color: #F4206F;
}
.BgClassName
{
background-color: #F4206F;
}
</style>
border-color css
<style>
span { border-color: #F4206F; }
span { border-color: rgb(244,32,111); }
td.TdClassName
{
border-color: #F4206F;
}
.TagClassName
{
border-color: #F4206F;
}
</style>