Shades of Ruby #F00B72
Tints of Ruby #F00B72
RGB
CMYK
RGB Variations
Color information
#F00B72 (or 0xF00B72) is known color: Ruby. HEX triplet: F0, 0B and 72. RGB value is (240,11,114). Sum of RGB (Red+Green+Blue) = 240+11+114=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00B72 is #0FF48D. Grayscale: #5B5B5B. Windows color (decimal): -1045646 or 7474160. OLE color: 7474160.
HSL color Cylindrical-coordinate representation of color #F00B72: hue angle of 333.01º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00B72 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 114 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.06 |
| HSL | 333.01º | 0.91% | 0.49% | - |
| HSV(B) | 333.01º | 0.95% | 0.94% | - |
| XYZ | 39.09 | 19.98 | 17.72 | - |
| YUV | 91.21 | 140.87 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 114 | 0 | 0.95 | 0.52 | 0.06 | 333.01 | 0.91 | 0.49 |
| Hex | F0 | B | 72 | 0 | 5F | 34 | 6 | 14D | 5B | 31 |
| Octal | 360 | 13 | 162 | 0 | 137 | 64 | 6 | 515 | 133 | 61 |
| Binary | 11110000 | 1011 | 1110010 | 0 | 1011111 | 110100 | 110 | 101001101 | 1011011 | 110001 |
Color Harmonies of #F00B72
Complementary color
Monochromatic Colors of #F00B72
Black with #F00B72
Text Example
Text Example
White with #F00B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B72; }
p { color: rgb(240,11,114); }
H1.HeaderClassName
{
color: #F00B72;
}
.AnyTagClassName
{
color: #F00B72;
}
</style>
background-color css
<style>
a { background-color: #F00B72; }
a { background-color: rgb(240,11,114); }
div.DivClassName
{
background-color: #F00B72;
}
.BgClassName
{
background-color: #F00B72;
}
</style>
border-color css
<style>
span { border-color: #F00B72; }
span { border-color: rgb(240,11,114); }
td.TdClassName
{
border-color: #F00B72;
}
.TagClassName
{
border-color: #F00B72;
}
</style>