Shades of Ruby #F01074
Tints of Ruby #F01074
RGB
CMYK
RGB Variations
Color information
#F01074 (or 0xF01074) is known color: Ruby. HEX triplet: F0, 10 and 74. RGB value is (240,16,116). Sum of RGB (Red+Green+Blue) = 240+16+116=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F01074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01074 is #0FEF8B. Grayscale: #5E5E5E. Windows color (decimal): -1044364 or 7606512. OLE color: 7606512.
HSL color Cylindrical-coordinate representation of color #F01074: hue angle of 333.21º 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 #F01074 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.06 |
| HSL | 333.21º | 0.88% | 0.5% | - |
| HSV(B) | 333.21º | 0.93% | 0.94% | - |
| XYZ | 39.27 | 20.16 | 18.34 | - |
| YUV | 94.38 | 140.21 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 116 | 0 | 0.93 | 0.52 | 0.06 | 333.21 | 0.88 | 0.5 |
| Hex | F0 | 10 | 74 | 0 | 5D | 34 | 6 | 14D | 58 | 32 |
| Octal | 360 | 20 | 164 | 0 | 135 | 64 | 6 | 515 | 130 | 62 |
| Binary | 11110000 | 10000 | 1110100 | 0 | 1011101 | 110100 | 110 | 101001101 | 1011000 | 110010 |
Color Harmonies of #F01074
Complementary color
Monochromatic Colors of #F01074
Black with #F01074
Text Example
Text Example
White with #F01074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01074; }
p { color: rgb(240,16,116); }
H1.HeaderClassName
{
color: #F01074;
}
.AnyTagClassName
{
color: #F01074;
}
</style>
background-color css
<style>
a { background-color: #F01074; }
a { background-color: rgb(240,16,116); }
div.DivClassName
{
background-color: #F01074;
}
.BgClassName
{
background-color: #F01074;
}
</style>
border-color css
<style>
span { border-color: #F01074; }
span { border-color: rgb(240,16,116); }
td.TdClassName
{
border-color: #F01074;
}
.TagClassName
{
border-color: #F01074;
}
</style>