Shades of Ruby #F61E72
Tints of Ruby #F61E72
RGB
CMYK
RGB Variations
Color information
#F61E72 (or 0xF61E72) is known color: Ruby. HEX triplet: F6, 1E and 72. RGB value is (246,30,114). Sum of RGB (Red+Green+Blue) = 246+30+114=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E72 is #09E18D. Grayscale: #686868. Windows color (decimal): -647566 or 7479030. OLE color: 7479030.
HSL color Cylindrical-coordinate representation of color #F61E72: hue angle of 336.67º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61E72 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 114 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.04 |
| HSL | 336.67º | 0.92% | 0.54% | - |
| HSV(B) | 336.67º | 0.88% | 0.96% | - |
| XYZ | 41.51 | 21.74 | 17.93 | - |
| YUV | 104.16 | 133.56 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 114 | 0 | 0.88 | 0.54 | 0.04 | 336.67 | 0.92 | 0.54 |
| Hex | F6 | 1E | 72 | 0 | 58 | 36 | 4 | 151 | 5C | 36 |
| Octal | 366 | 36 | 162 | 0 | 130 | 66 | 4 | 521 | 134 | 66 |
| Binary | 11110110 | 11110 | 1110010 | 0 | 1011000 | 110110 | 100 | 101010001 | 1011100 | 110110 |
Color Harmonies of #F61E72
Complementary color
Monochromatic Colors of #F61E72
Black with #F61E72
Text Example
Text Example
White with #F61E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E72; }
p { color: rgb(246,30,114); }
H1.HeaderClassName
{
color: #F61E72;
}
.AnyTagClassName
{
color: #F61E72;
}
</style>
background-color css
<style>
a { background-color: #F61E72; }
a { background-color: rgb(246,30,114); }
div.DivClassName
{
background-color: #F61E72;
}
.BgClassName
{
background-color: #F61E72;
}
</style>
border-color css
<style>
span { border-color: #F61E72; }
span { border-color: rgb(246,30,114); }
td.TdClassName
{
border-color: #F61E72;
}
.TagClassName
{
border-color: #F61E72;
}
</style>