Shades of Ruby #F01370
Tints of Ruby #F01370
RGB
CMYK
RGB Variations
Color information
#F01370 (or 0xF01370) is known color: Ruby. HEX triplet: F0, 13 and 70. RGB value is (240,19,112). Sum of RGB (Red+Green+Blue) = 240+19+112=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F01370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01370 is #0FEC8F. Grayscale: #5F5F5F. Windows color (decimal): -1043600 or 7345136. OLE color: 7345136.
HSL color Cylindrical-coordinate representation of color #F01370: hue angle of 334.75º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01370 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 112 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.06 |
| HSL | 334.75º | 0.88% | 0.51% | - |
| HSV(B) | 334.75º | 0.92% | 0.94% | - |
| XYZ | 39.09 | 20.16 | 17.16 | - |
| YUV | 95.68 | 137.22 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 112 | 0 | 0.92 | 0.53 | 0.06 | 334.75 | 0.88 | 0.51 |
| Hex | F0 | 13 | 70 | 0 | 5C | 35 | 6 | 14F | 58 | 33 |
| Octal | 360 | 23 | 160 | 0 | 134 | 65 | 6 | 517 | 130 | 63 |
| Binary | 11110000 | 10011 | 1110000 | 0 | 1011100 | 110101 | 110 | 101001111 | 1011000 | 110011 |
Color Harmonies of #F01370
Complementary color
Monochromatic Colors of #F01370
Black with #F01370
Text Example
Text Example
White with #F01370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01370; }
p { color: rgb(240,19,112); }
H1.HeaderClassName
{
color: #F01370;
}
.AnyTagClassName
{
color: #F01370;
}
</style>
background-color css
<style>
a { background-color: #F01370; }
a { background-color: rgb(240,19,112); }
div.DivClassName
{
background-color: #F01370;
}
.BgClassName
{
background-color: #F01370;
}
</style>
border-color css
<style>
span { border-color: #F01370; }
span { border-color: rgb(240,19,112); }
td.TdClassName
{
border-color: #F01370;
}
.TagClassName
{
border-color: #F01370;
}
</style>