Shades of Ruby #F61275
Tints of Ruby #F61275
RGB
CMYK
RGB Variations
Color information
#F61275 (or 0xF61275) is known color: Ruby. HEX triplet: F6, 12 and 75. RGB value is (246,18,117). Sum of RGB (Red+Green+Blue) = 246+18+117=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F61275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61275 is #09ED8A. Grayscale: #616161. Windows color (decimal): -650635 or 7672566. OLE color: 7672566.
HSL color Cylindrical-coordinate representation of color #F61275: hue angle of 333.95º degrees, saturation: 0.93, 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 #F61275 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 117 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.04 |
| HSL | 333.95º | 0.93% | 0.52% | - |
| HSV(B) | 333.95º | 0.93% | 0.96% | - |
| XYZ | 41.43 | 21.31 | 18.76 | - |
| YUV | 97.46 | 139.04 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 117 | 0 | 0.93 | 0.52 | 0.04 | 333.95 | 0.93 | 0.52 |
| Hex | F6 | 12 | 75 | 0 | 5D | 34 | 4 | 14E | 5D | 34 |
| Octal | 366 | 22 | 165 | 0 | 135 | 64 | 4 | 516 | 135 | 64 |
| Binary | 11110110 | 10010 | 1110101 | 0 | 1011101 | 110100 | 100 | 101001110 | 1011101 | 110100 |
Color Harmonies of #F61275
Complementary color
Monochromatic Colors of #F61275
Black with #F61275
Text Example
Text Example
White with #F61275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61275; }
p { color: rgb(246,18,117); }
H1.HeaderClassName
{
color: #F61275;
}
.AnyTagClassName
{
color: #F61275;
}
</style>
background-color css
<style>
a { background-color: #F61275; }
a { background-color: rgb(246,18,117); }
div.DivClassName
{
background-color: #F61275;
}
.BgClassName
{
background-color: #F61275;
}
</style>
border-color css
<style>
span { border-color: #F61275; }
span { border-color: rgb(246,18,117); }
td.TdClassName
{
border-color: #F61275;
}
.TagClassName
{
border-color: #F61275;
}
</style>