Shades of Ruby #F71774
Tints of Ruby #F71774
RGB
CMYK
RGB Variations
Color information
#F71774 (or 0xF71774) is known color: Ruby. HEX triplet: F7, 17 and 74. RGB value is (247,23,116). Sum of RGB (Red+Green+Blue) = 247+23+116=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F71774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71774 is #08E88B. Grayscale: #646464. Windows color (decimal): -583820 or 7608311. OLE color: 7608311.
HSL color Cylindrical-coordinate representation of color #F71774: hue angle of 335.09º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71774 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 116 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.03 |
| HSL | 335.09º | 0.93% | 0.53% | - |
| HSV(B) | 335.09º | 0.91% | 0.97% | - |
| XYZ | 41.82 | 21.65 | 18.5 | - |
| YUV | 100.58 | 136.71 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 116 | 0 | 0.91 | 0.53 | 0.03 | 335.09 | 0.93 | 0.53 |
| Hex | F7 | 17 | 74 | 0 | 5B | 35 | 3 | 14F | 5D | 35 |
| Octal | 367 | 27 | 164 | 0 | 133 | 65 | 3 | 517 | 135 | 65 |
| Binary | 11110111 | 10111 | 1110100 | 0 | 1011011 | 110101 | 11 | 101001111 | 1011101 | 110101 |
Color Harmonies of #F71774
Complementary color
Monochromatic Colors of #F71774
Black with #F71774
Text Example
Text Example
White with #F71774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71774; }
p { color: rgb(247,23,116); }
H1.HeaderClassName
{
color: #F71774;
}
.AnyTagClassName
{
color: #F71774;
}
</style>
background-color css
<style>
a { background-color: #F71774; }
a { background-color: rgb(247,23,116); }
div.DivClassName
{
background-color: #F71774;
}
.BgClassName
{
background-color: #F71774;
}
</style>
border-color css
<style>
span { border-color: #F71774; }
span { border-color: rgb(247,23,116); }
td.TdClassName
{
border-color: #F71774;
}
.TagClassName
{
border-color: #F71774;
}
</style>