Shades of Ruby #F51A68
Tints of Ruby #F51A68
RGB
CMYK
RGB Variations
Color information
#F51A68 (or 0xF51A68) is known color: Ruby. HEX triplet: F5, 1A and 68. RGB value is (245,26,104). Sum of RGB (Red+Green+Blue) = 245+26+104=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51A68 is #0AE597. Grayscale: #646464. Windows color (decimal): -714136 or 6822645. OLE color: 6822645.
HSL color Cylindrical-coordinate representation of color #F51A68: hue angle of 338.63º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51A68 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 104 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.04 |
| HSL | 338.63º | 0.92% | 0.53% | - |
| HSV(B) | 338.63º | 0.89% | 0.96% | - |
| XYZ | 40.52 | 21.15 | 15.04 | - |
| YUV | 100.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 104 | 0 | 0.89 | 0.58 | 0.04 | 338.63 | 0.92 | 0.53 |
| Hex | F5 | 1A | 68 | 0 | 59 | 3A | 4 | 153 | 5C | 35 |
| Octal | 365 | 32 | 150 | 0 | 131 | 72 | 4 | 523 | 134 | 65 |
| Binary | 11110101 | 11010 | 1101000 | 0 | 1011001 | 111010 | 100 | 101010011 | 1011100 | 110101 |
Color Harmonies of #F51A68
Complementary color
Monochromatic Colors of #F51A68
Black with #F51A68
Text Example
Text Example
White with #F51A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51A68; }
p { color: rgb(245,26,104); }
H1.HeaderClassName
{
color: #F51A68;
}
.AnyTagClassName
{
color: #F51A68;
}
</style>
background-color css
<style>
a { background-color: #F51A68; }
a { background-color: rgb(245,26,104); }
div.DivClassName
{
background-color: #F51A68;
}
.BgClassName
{
background-color: #F51A68;
}
</style>
border-color css
<style>
span { border-color: #F51A68; }
span { border-color: rgb(245,26,104); }
td.TdClassName
{
border-color: #F51A68;
}
.TagClassName
{
border-color: #F51A68;
}
</style>