Shades of Ruby #F5206C
Tints of Ruby #F5206C
RGB
CMYK
RGB Variations
Color information
#F5206C (or 0xF5206C) is known color: Ruby. HEX triplet: F5, 20 and 6C. RGB value is (245,32,108). Sum of RGB (Red+Green+Blue) = 245+32+108=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5206C is #0ADF93. Grayscale: #686868. Windows color (decimal): -712596 or 7086325. OLE color: 7086325.
HSL color Cylindrical-coordinate representation of color #F5206C: hue angle of 338.59º 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 #F5206C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 108 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.04 |
| HSL | 338.59º | 0.91% | 0.54% | - |
| HSV(B) | 338.59º | 0.87% | 0.96% | - |
| XYZ | 40.88 | 21.53 | 16.19 | - |
| YUV | 104.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 108 | 0 | 0.87 | 0.56 | 0.04 | 338.59 | 0.91 | 0.54 |
| Hex | F5 | 20 | 6C | 0 | 57 | 38 | 4 | 153 | 5B | 36 |
| Octal | 365 | 40 | 154 | 0 | 127 | 70 | 4 | 523 | 133 | 66 |
| Binary | 11110101 | 100000 | 1101100 | 0 | 1010111 | 111000 | 100 | 101010011 | 1011011 | 110110 |
Color Harmonies of #F5206C
Complementary color
Monochromatic Colors of #F5206C
Black with #F5206C
Text Example
Text Example
White with #F5206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5206C; }
p { color: rgb(245,32,108); }
H1.HeaderClassName
{
color: #F5206C;
}
.AnyTagClassName
{
color: #F5206C;
}
</style>
background-color css
<style>
a { background-color: #F5206C; }
a { background-color: rgb(245,32,108); }
div.DivClassName
{
background-color: #F5206C;
}
.BgClassName
{
background-color: #F5206C;
}
</style>
border-color css
<style>
span { border-color: #F5206C; }
span { border-color: rgb(245,32,108); }
td.TdClassName
{
border-color: #F5206C;
}
.TagClassName
{
border-color: #F5206C;
}
</style>