Shades of Ruby #F01673
Tints of Ruby #F01673
RGB
CMYK
RGB Variations
Color information
#F01673 (or 0xF01673) is known color: Ruby. HEX triplet: F0, 16 and 73. RGB value is (240,22,115). Sum of RGB (Red+Green+Blue) = 240+22+115=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F01673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01673 is #0FE98C. Grayscale: #616161. Windows color (decimal): -1042829 or 7542512. OLE color: 7542512.
HSL color Cylindrical-coordinate representation of color #F01673: hue angle of 334.4º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01673 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 115 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.06 |
| HSL | 334.4º | 0.88% | 0.51% | - |
| HSV(B) | 334.4º | 0.91% | 0.94% | - |
| XYZ | 39.32 | 20.34 | 18.07 | - |
| YUV | 97.78 | 137.72 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 115 | 0 | 0.91 | 0.52 | 0.06 | 334.4 | 0.88 | 0.51 |
| Hex | F0 | 16 | 73 | 0 | 5B | 34 | 6 | 14E | 58 | 33 |
| Octal | 360 | 26 | 163 | 0 | 133 | 64 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10110 | 1110011 | 0 | 1011011 | 110100 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01673
Complementary color
Monochromatic Colors of #F01673
Black with #F01673
Text Example
Text Example
White with #F01673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01673; }
p { color: rgb(240,22,115); }
H1.HeaderClassName
{
color: #F01673;
}
.AnyTagClassName
{
color: #F01673;
}
</style>
background-color css
<style>
a { background-color: #F01673; }
a { background-color: rgb(240,22,115); }
div.DivClassName
{
background-color: #F01673;
}
.BgClassName
{
background-color: #F01673;
}
</style>
border-color css
<style>
span { border-color: #F01673; }
span { border-color: rgb(240,22,115); }
td.TdClassName
{
border-color: #F01673;
}
.TagClassName
{
border-color: #F01673;
}
</style>