Shades of Ruby #F00F74
Tints of Ruby #F00F74
RGB
CMYK
RGB Variations
Color information
#F00F74 (or 0xF00F74) is known color: Ruby. HEX triplet: F0, 0F and 74. RGB value is (240,15,116). Sum of RGB (Red+Green+Blue) = 240+15+116=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F74 is #0FF08B. Grayscale: #5D5D5D. Windows color (decimal): -1044620 or 7606256. OLE color: 7606256.
HSL color Cylindrical-coordinate representation of color #F00F74: hue angle of 333.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F74 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 116 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.06 |
| HSL | 333.07º | 0.88% | 0.5% | - |
| HSV(B) | 333.07º | 0.94% | 0.94% | - |
| XYZ | 39.26 | 20.13 | 18.34 | - |
| YUV | 93.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 116 | 0 | 0.94 | 0.52 | 0.06 | 333.07 | 0.88 | 0.5 |
| Hex | F0 | F | 74 | 0 | 5E | 34 | 6 | 14D | 58 | 32 |
| Octal | 360 | 17 | 164 | 0 | 136 | 64 | 6 | 515 | 130 | 62 |
| Binary | 11110000 | 1111 | 1110100 | 0 | 1011110 | 110100 | 110 | 101001101 | 1011000 | 110010 |
Color Harmonies of #F00F74
Complementary color
Monochromatic Colors of #F00F74
Black with #F00F74
Text Example
Text Example
White with #F00F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F74; }
p { color: rgb(240,15,116); }
H1.HeaderClassName
{
color: #F00F74;
}
.AnyTagClassName
{
color: #F00F74;
}
</style>
background-color css
<style>
a { background-color: #F00F74; }
a { background-color: rgb(240,15,116); }
div.DivClassName
{
background-color: #F00F74;
}
.BgClassName
{
background-color: #F00F74;
}
</style>
border-color css
<style>
span { border-color: #F00F74; }
span { border-color: rgb(240,15,116); }
td.TdClassName
{
border-color: #F00F74;
}
.TagClassName
{
border-color: #F00F74;
}
</style>