Shades of Ruby #F01175
Tints of Ruby #F01175
RGB
CMYK
RGB Variations
Color information
#F01175 (or 0xF01175) is known color: Ruby. HEX triplet: F0, 11 and 75. RGB value is (240,17,117). Sum of RGB (Red+Green+Blue) = 240+17+117=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F01175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01175 is #0FEE8A. Grayscale: #5E5E5E. Windows color (decimal): -1044107 or 7672304. OLE color: 7672304.
HSL color Cylindrical-coordinate representation of color #F01175: hue angle of 333.09º 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 #F01175 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 117 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.06 |
| HSL | 333.09º | 0.88% | 0.5% | - |
| HSV(B) | 333.09º | 0.93% | 0.94% | - |
| XYZ | 39.35 | 20.21 | 18.66 | - |
| YUV | 95.08 | 140.38 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 117 | 0 | 0.93 | 0.51 | 0.06 | 333.09 | 0.88 | 0.5 |
| Hex | F0 | 11 | 75 | 0 | 5D | 33 | 6 | 14D | 58 | 32 |
| Octal | 360 | 21 | 165 | 0 | 135 | 63 | 6 | 515 | 130 | 62 |
| Binary | 11110000 | 10001 | 1110101 | 0 | 1011101 | 110011 | 110 | 101001101 | 1011000 | 110010 |
Color Harmonies of #F01175
Complementary color
Monochromatic Colors of #F01175
Black with #F01175
Text Example
Text Example
White with #F01175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01175; }
p { color: rgb(240,17,117); }
H1.HeaderClassName
{
color: #F01175;
}
.AnyTagClassName
{
color: #F01175;
}
</style>
background-color css
<style>
a { background-color: #F01175; }
a { background-color: rgb(240,17,117); }
div.DivClassName
{
background-color: #F01175;
}
.BgClassName
{
background-color: #F01175;
}
</style>
border-color css
<style>
span { border-color: #F01175; }
span { border-color: rgb(240,17,117); }
td.TdClassName
{
border-color: #F01175;
}
.TagClassName
{
border-color: #F01175;
}
</style>