Shades of Ruby #F7146F
Tints of Ruby #F7146F
RGB
CMYK
RGB Variations
Color information
#F7146F (or 0xF7146F) is known color: Ruby. HEX triplet: F7, 14 and 6F. RGB value is (247,20,111). Sum of RGB (Red+Green+Blue) = 247+20+111=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7146F is #08EB90. Grayscale: #626262. Windows color (decimal): -584593 or 7279863. OLE color: 7279863.
HSL color Cylindrical-coordinate representation of color #F7146F: hue angle of 335.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7146F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 111 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.03 |
| HSL | 335.95º | 0.93% | 0.52% | - |
| HSV(B) | 335.95º | 0.92% | 0.97% | - |
| XYZ | 41.48 | 21.42 | 16.99 | - |
| YUV | 98.25 | 135.21 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 111 | 0 | 0.92 | 0.55 | 0.03 | 335.95 | 0.93 | 0.52 |
| Hex | F7 | 14 | 6F | 0 | 5C | 37 | 3 | 150 | 5D | 34 |
| Octal | 367 | 24 | 157 | 0 | 134 | 67 | 3 | 520 | 135 | 64 |
| Binary | 11110111 | 10100 | 1101111 | 0 | 1011100 | 110111 | 11 | 101010000 | 1011101 | 110100 |
Color Harmonies of #F7146F
Complementary color
Monochromatic Colors of #F7146F
Black with #F7146F
Text Example
Text Example
White with #F7146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7146F; }
p { color: rgb(247,20,111); }
H1.HeaderClassName
{
color: #F7146F;
}
.AnyTagClassName
{
color: #F7146F;
}
</style>
background-color css
<style>
a { background-color: #F7146F; }
a { background-color: rgb(247,20,111); }
div.DivClassName
{
background-color: #F7146F;
}
.BgClassName
{
background-color: #F7146F;
}
</style>
border-color css
<style>
span { border-color: #F7146F; }
span { border-color: rgb(247,20,111); }
td.TdClassName
{
border-color: #F7146F;
}
.TagClassName
{
border-color: #F7146F;
}
</style>