Shades of Ruby #F91574
Tints of Ruby #F91574
RGB
CMYK
RGB Variations
Color information
#F91574 (or 0xF91574) is known color: Ruby. HEX triplet: F9, 15 and 74. RGB value is (249,21,116). Sum of RGB (Red+Green+Blue) = 249+21+116=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F91574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91574 is #06EA8B. Grayscale: #636363. Windows color (decimal): -453260 or 7607801. OLE color: 7607801.
HSL color Cylindrical-coordinate representation of color #F91574: hue angle of 335º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91574 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 116 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.02 |
| HSL | 335º | 0.95% | 0.53% | - |
| HSV(B) | 335º | 0.92% | 0.98% | - |
| XYZ | 42.49 | 21.94 | 18.52 | - |
| YUV | 100 | 137.04 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 116 | 0 | 0.92 | 0.53 | 0.02 | 335 | 0.95 | 0.53 |
| Hex | F9 | 15 | 74 | 0 | 5C | 35 | 2 | 14F | 5F | 35 |
| Octal | 371 | 25 | 164 | 0 | 134 | 65 | 2 | 517 | 137 | 65 |
| Binary | 11111001 | 10101 | 1110100 | 0 | 1011100 | 110101 | 10 | 101001111 | 1011111 | 110101 |
Color Harmonies of #F91574
Complementary color
Monochromatic Colors of #F91574
Black with #F91574
Text Example
Text Example
White with #F91574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91574; }
p { color: rgb(249,21,116); }
H1.HeaderClassName
{
color: #F91574;
}
.AnyTagClassName
{
color: #F91574;
}
</style>
background-color css
<style>
a { background-color: #F91574; }
a { background-color: rgb(249,21,116); }
div.DivClassName
{
background-color: #F91574;
}
.BgClassName
{
background-color: #F91574;
}
</style>
border-color css
<style>
span { border-color: #F91574; }
span { border-color: rgb(249,21,116); }
td.TdClassName
{
border-color: #F91574;
}
.TagClassName
{
border-color: #F91574;
}
</style>