Shades of Ruby #F51466
Tints of Ruby #F51466
RGB
CMYK
RGB Variations
Color information
#F51466 (or 0xF51466) is known color: Ruby. HEX triplet: F5, 14 and 66. RGB value is (245,20,102). Sum of RGB (Red+Green+Blue) = 245+20+102=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F51466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51466 is #0AEB99. Grayscale: #606060. Windows color (decimal): -715674 or 6690037. OLE color: 6690037.
HSL color Cylindrical-coordinate representation of color #F51466: hue angle of 338.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51466 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 102 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.04 |
| HSL | 338.13º | 0.92% | 0.52% | - |
| HSV(B) | 338.13º | 0.92% | 0.96% | - |
| XYZ | 40.3 | 20.87 | 14.47 | - |
| YUV | 96.62 | 131.04 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 102 | 0 | 0.92 | 0.58 | 0.04 | 338.13 | 0.92 | 0.52 |
| Hex | F5 | 14 | 66 | 0 | 5C | 3A | 4 | 152 | 5C | 34 |
| Octal | 365 | 24 | 146 | 0 | 134 | 72 | 4 | 522 | 134 | 64 |
| Binary | 11110101 | 10100 | 1100110 | 0 | 1011100 | 111010 | 100 | 101010010 | 1011100 | 110100 |
Color Harmonies of #F51466
Complementary color
Monochromatic Colors of #F51466
Black with #F51466
Text Example
Text Example
White with #F51466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51466; }
p { color: rgb(245,20,102); }
H1.HeaderClassName
{
color: #F51466;
}
.AnyTagClassName
{
color: #F51466;
}
</style>
background-color css
<style>
a { background-color: #F51466; }
a { background-color: rgb(245,20,102); }
div.DivClassName
{
background-color: #F51466;
}
.BgClassName
{
background-color: #F51466;
}
</style>
border-color css
<style>
span { border-color: #F51466; }
span { border-color: rgb(245,20,102); }
td.TdClassName
{
border-color: #F51466;
}
.TagClassName
{
border-color: #F51466;
}
</style>