Shades of Ruby #F51669
Tints of Ruby #F51669
RGB
CMYK
RGB Variations
Color information
#F51669 (or 0xF51669) is known color: Ruby. HEX triplet: F5, 16 and 69. RGB value is (245,22,105). Sum of RGB (Red+Green+Blue) = 245+22+105=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F51669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51669 is #0AE996. Grayscale: #626262. Windows color (decimal): -715159 or 6887157. OLE color: 6887157.
HSL color Cylindrical-coordinate representation of color #F51669: hue angle of 337.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51669 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 105 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.04 |
| HSL | 337.67º | 0.92% | 0.52% | - |
| HSV(B) | 337.67º | 0.91% | 0.96% | - |
| XYZ | 40.49 | 21.01 | 15.28 | - |
| YUV | 98.14 | 131.88 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 105 | 0 | 0.91 | 0.57 | 0.04 | 337.67 | 0.92 | 0.52 |
| Hex | F5 | 16 | 69 | 0 | 5B | 39 | 4 | 152 | 5C | 34 |
| Octal | 365 | 26 | 151 | 0 | 133 | 71 | 4 | 522 | 134 | 64 |
| Binary | 11110101 | 10110 | 1101001 | 0 | 1011011 | 111001 | 100 | 101010010 | 1011100 | 110100 |
Color Harmonies of #F51669
Complementary color
Monochromatic Colors of #F51669
Black with #F51669
Text Example
Text Example
White with #F51669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51669; }
p { color: rgb(245,22,105); }
H1.HeaderClassName
{
color: #F51669;
}
.AnyTagClassName
{
color: #F51669;
}
</style>
background-color css
<style>
a { background-color: #F51669; }
a { background-color: rgb(245,22,105); }
div.DivClassName
{
background-color: #F51669;
}
.BgClassName
{
background-color: #F51669;
}
</style>
border-color css
<style>
span { border-color: #F51669; }
span { border-color: rgb(245,22,105); }
td.TdClassName
{
border-color: #F51669;
}
.TagClassName
{
border-color: #F51669;
}
</style>