Shades of Ruby #F51866
Tints of Ruby #F51866
RGB
CMYK
RGB Variations
Color information
#F51866 (or 0xF51866) is known color: Ruby. HEX triplet: F5, 18 and 66. RGB value is (245,24,102). Sum of RGB (Red+Green+Blue) = 245+24+102=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F51866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51866 is #0AE799. Grayscale: #626262. Windows color (decimal): -714650 or 6691061. OLE color: 6691061.
HSL color Cylindrical-coordinate representation of color #F51866: hue angle of 338.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51866 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 102 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.04 |
| HSL | 338.82º | 0.92% | 0.53% | - |
| HSV(B) | 338.82º | 0.9% | 0.96% | - |
| XYZ | 40.38 | 21.03 | 14.5 | - |
| YUV | 98.97 | 129.72 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 102 | 0 | 0.90 | 0.58 | 0.04 | 338.82 | 0.92 | 0.53 |
| Hex | F5 | 18 | 66 | 0 | 5A | 3A | 4 | 153 | 5C | 35 |
| Octal | 365 | 30 | 146 | 0 | 132 | 72 | 4 | 523 | 134 | 65 |
| Binary | 11110101 | 11000 | 1100110 | 0 | 1011010 | 111010 | 100 | 101010011 | 1011100 | 110101 |
Color Harmonies of #F51866
Complementary color
Monochromatic Colors of #F51866
Black with #F51866
Text Example
Text Example
White with #F51866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51866; }
p { color: rgb(245,24,102); }
H1.HeaderClassName
{
color: #F51866;
}
.AnyTagClassName
{
color: #F51866;
}
</style>
background-color css
<style>
a { background-color: #F51866; }
a { background-color: rgb(245,24,102); }
div.DivClassName
{
background-color: #F51866;
}
.BgClassName
{
background-color: #F51866;
}
</style>
border-color css
<style>
span { border-color: #F51866; }
span { border-color: rgb(245,24,102); }
td.TdClassName
{
border-color: #F51866;
}
.TagClassName
{
border-color: #F51866;
}
</style>