Shades of Ruby #F01573
Tints of Ruby #F01573
RGB
CMYK
RGB Variations
Color information
#F01573 (or 0xF01573) is known color: Ruby. HEX triplet: F0, 15 and 73. RGB value is (240,21,115). Sum of RGB (Red+Green+Blue) = 240+21+115=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F01573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01573 is #0FEA8C. Grayscale: #616161. Windows color (decimal): -1043085 or 7542256. OLE color: 7542256.
HSL color Cylindrical-coordinate representation of color #F01573: hue angle of 334.25º 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 #F01573 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 115 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.06 |
| HSL | 334.25º | 0.88% | 0.51% | - |
| HSV(B) | 334.25º | 0.91% | 0.94% | - |
| XYZ | 39.3 | 20.3 | 18.07 | - |
| YUV | 97.2 | 138.05 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 115 | 0 | 0.91 | 0.52 | 0.06 | 334.25 | 0.88 | 0.51 |
| Hex | F0 | 15 | 73 | 0 | 5B | 34 | 6 | 14E | 58 | 33 |
| Octal | 360 | 25 | 163 | 0 | 133 | 64 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10101 | 1110011 | 0 | 1011011 | 110100 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01573
Complementary color
Monochromatic Colors of #F01573
Black with #F01573
Text Example
Text Example
White with #F01573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01573; }
p { color: rgb(240,21,115); }
H1.HeaderClassName
{
color: #F01573;
}
.AnyTagClassName
{
color: #F01573;
}
</style>
background-color css
<style>
a { background-color: #F01573; }
a { background-color: rgb(240,21,115); }
div.DivClassName
{
background-color: #F01573;
}
.BgClassName
{
background-color: #F01573;
}
</style>
border-color css
<style>
span { border-color: #F01573; }
span { border-color: rgb(240,21,115); }
td.TdClassName
{
border-color: #F01573;
}
.TagClassName
{
border-color: #F01573;
}
</style>