Shades of Ruby #F5206E
Tints of Ruby #F5206E
RGB
CMYK
RGB Variations
Color information
#F5206E (or 0xF5206E) is known color: Ruby. HEX triplet: F5, 20 and 6E. RGB value is (245,32,110). Sum of RGB (Red+Green+Blue) = 245+32+110=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5206E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5206E is #0ADF91. Grayscale: #686868. Windows color (decimal): -712594 or 7217397. OLE color: 7217397.
HSL color Cylindrical-coordinate representation of color #F5206E: hue angle of 338.03º 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 #F5206E is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 110 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.04 |
| HSL | 338.03º | 0.91% | 0.54% | - |
| HSV(B) | 338.03º | 0.87% | 0.96% | - |
| XYZ | 40.99 | 21.57 | 16.76 | - |
| YUV | 104.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 110 | 0 | 0.87 | 0.55 | 0.04 | 338.03 | 0.91 | 0.54 |
| Hex | F5 | 20 | 6E | 0 | 57 | 37 | 4 | 152 | 5B | 36 |
| Octal | 365 | 40 | 156 | 0 | 127 | 67 | 4 | 522 | 133 | 66 |
| Binary | 11110101 | 100000 | 1101110 | 0 | 1010111 | 110111 | 100 | 101010010 | 1011011 | 110110 |
Color Harmonies of #F5206E
Complementary color
Monochromatic Colors of #F5206E
Black with #F5206E
Text Example
Text Example
White with #F5206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5206E; }
p { color: rgb(245,32,110); }
H1.HeaderClassName
{
color: #F5206E;
}
.AnyTagClassName
{
color: #F5206E;
}
</style>
background-color css
<style>
a { background-color: #F5206E; }
a { background-color: rgb(245,32,110); }
div.DivClassName
{
background-color: #F5206E;
}
.BgClassName
{
background-color: #F5206E;
}
</style>
border-color css
<style>
span { border-color: #F5206E; }
span { border-color: rgb(245,32,110); }
td.TdClassName
{
border-color: #F5206E;
}
.TagClassName
{
border-color: #F5206E;
}
</style>