Shades of Ruby #F01174
Tints of Ruby #F01174
RGB
CMYK
RGB Variations
Color information
#F01174 (or 0xF01174) is known color: Ruby. HEX triplet: F0, 11 and 74. RGB value is (240,17,116). Sum of RGB (Red+Green+Blue) = 240+17+116=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F01174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01174 is #0FEE8B. Grayscale: #5E5E5E. Windows color (decimal): -1044108 or 7606768. OLE color: 7606768.
HSL color Cylindrical-coordinate representation of color #F01174: hue angle of 333.36º 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 #F01174 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 116 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.06 |
| HSL | 333.36º | 0.88% | 0.5% | - |
| HSV(B) | 333.36º | 0.93% | 0.94% | - |
| XYZ | 39.29 | 20.19 | 18.35 | - |
| YUV | 94.96 | 139.88 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 116 | 0 | 0.93 | 0.52 | 0.06 | 333.36 | 0.88 | 0.5 |
| Hex | F0 | 11 | 74 | 0 | 5D | 34 | 6 | 14D | 58 | 32 |
| Octal | 360 | 21 | 164 | 0 | 135 | 64 | 6 | 515 | 130 | 62 |
| Binary | 11110000 | 10001 | 1110100 | 0 | 1011101 | 110100 | 110 | 101001101 | 1011000 | 110010 |
Color Harmonies of #F01174
Complementary color
Monochromatic Colors of #F01174
Black with #F01174
Text Example
Text Example
White with #F01174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01174; }
p { color: rgb(240,17,116); }
H1.HeaderClassName
{
color: #F01174;
}
.AnyTagClassName
{
color: #F01174;
}
</style>
background-color css
<style>
a { background-color: #F01174; }
a { background-color: rgb(240,17,116); }
div.DivClassName
{
background-color: #F01174;
}
.BgClassName
{
background-color: #F01174;
}
</style>
border-color css
<style>
span { border-color: #F01174; }
span { border-color: rgb(240,17,116); }
td.TdClassName
{
border-color: #F01174;
}
.TagClassName
{
border-color: #F01174;
}
</style>