Shades of Ruby #F51275
Tints of Ruby #F51275
RGB
CMYK
RGB Variations
Color information
#F51275 (or 0xF51275) is known color: Ruby. HEX triplet: F5, 12 and 75. RGB value is (245,18,117). Sum of RGB (Red+Green+Blue) = 245+18+117=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F51275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51275 is #0AED8A. Grayscale: #606060. Windows color (decimal): -716171 or 7672565. OLE color: 7672565.
HSL color Cylindrical-coordinate representation of color #F51275: hue angle of 333.83º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51275 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 117 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.04 |
| HSL | 333.83º | 0.92% | 0.52% | - |
| HSV(B) | 333.83º | 0.93% | 0.96% | - |
| XYZ | 41.08 | 21.13 | 18.74 | - |
| YUV | 97.16 | 139.21 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 117 | 0 | 0.93 | 0.52 | 0.04 | 333.83 | 0.92 | 0.52 |
| Hex | F5 | 12 | 75 | 0 | 5D | 34 | 4 | 14E | 5C | 34 |
| Octal | 365 | 22 | 165 | 0 | 135 | 64 | 4 | 516 | 134 | 64 |
| Binary | 11110101 | 10010 | 1110101 | 0 | 1011101 | 110100 | 100 | 101001110 | 1011100 | 110100 |
Color Harmonies of #F51275
Complementary color
Monochromatic Colors of #F51275
Black with #F51275
Text Example
Text Example
White with #F51275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51275; }
p { color: rgb(245,18,117); }
H1.HeaderClassName
{
color: #F51275;
}
.AnyTagClassName
{
color: #F51275;
}
</style>
background-color css
<style>
a { background-color: #F51275; }
a { background-color: rgb(245,18,117); }
div.DivClassName
{
background-color: #F51275;
}
.BgClassName
{
background-color: #F51275;
}
</style>
border-color css
<style>
span { border-color: #F51275; }
span { border-color: rgb(245,18,117); }
td.TdClassName
{
border-color: #F51275;
}
.TagClassName
{
border-color: #F51275;
}
</style>