Shades of Ruby #F01172
Tints of Ruby #F01172
RGB
CMYK
RGB Variations
Color information
#F01172 (or 0xF01172) is known color: Ruby. HEX triplet: F0, 11 and 72. RGB value is (240,17,114). Sum of RGB (Red+Green+Blue) = 240+17+114=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F01172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01172 is #0FEE8D. Grayscale: #5E5E5E. Windows color (decimal): -1044110 or 7475696. OLE color: 7475696.
HSL color Cylindrical-coordinate representation of color #F01172: hue angle of 333.9º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01172 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.06 |
| HSL | 333.9º | 0.88% | 0.5% | - |
| HSV(B) | 333.9º | 0.93% | 0.94% | - |
| XYZ | 39.17 | 20.14 | 17.74 | - |
| YUV | 94.74 | 138.88 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 114 | 0 | 0.93 | 0.52 | 0.06 | 333.9 | 0.88 | 0.5 |
| Hex | F0 | 11 | 72 | 0 | 5D | 34 | 6 | 14E | 58 | 32 |
| Octal | 360 | 21 | 162 | 0 | 135 | 64 | 6 | 516 | 130 | 62 |
| Binary | 11110000 | 10001 | 1110010 | 0 | 1011101 | 110100 | 110 | 101001110 | 1011000 | 110010 |
Color Harmonies of #F01172
Complementary color
Monochromatic Colors of #F01172
Black with #F01172
Text Example
Text Example
White with #F01172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01172; }
p { color: rgb(240,17,114); }
H1.HeaderClassName
{
color: #F01172;
}
.AnyTagClassName
{
color: #F01172;
}
</style>
background-color css
<style>
a { background-color: #F01172; }
a { background-color: rgb(240,17,114); }
div.DivClassName
{
background-color: #F01172;
}
.BgClassName
{
background-color: #F01172;
}
</style>
border-color css
<style>
span { border-color: #F01172; }
span { border-color: rgb(240,17,114); }
td.TdClassName
{
border-color: #F01172;
}
.TagClassName
{
border-color: #F01172;
}
</style>