Shades of Ruby #F81772
Tints of Ruby #F81772
RGB
CMYK
RGB Variations
Color information
#F81772 (or 0xF81772) is known color: Ruby. HEX triplet: F8, 17 and 72. RGB value is (248,23,114). Sum of RGB (Red+Green+Blue) = 248+23+114=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F81772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81772 is #07E88D. Grayscale: #646464. Windows color (decimal): -518286 or 7477240. OLE color: 7477240.
HSL color Cylindrical-coordinate representation of color #F81772: hue angle of 335.73º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81772 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.03 |
| HSL | 335.73º | 0.94% | 0.53% | - |
| HSV(B) | 335.73º | 0.91% | 0.97% | - |
| XYZ | 42.06 | 21.78 | 17.91 | - |
| YUV | 100.65 | 135.54 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 114 | 0 | 0.91 | 0.54 | 0.03 | 335.73 | 0.94 | 0.53 |
| Hex | F8 | 17 | 72 | 0 | 5B | 36 | 3 | 150 | 5E | 35 |
| Octal | 370 | 27 | 162 | 0 | 133 | 66 | 3 | 520 | 136 | 65 |
| Binary | 11111000 | 10111 | 1110010 | 0 | 1011011 | 110110 | 11 | 101010000 | 1011110 | 110101 |
Color Harmonies of #F81772
Complementary color
Monochromatic Colors of #F81772
Black with #F81772
Text Example
Text Example
White with #F81772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81772; }
p { color: rgb(248,23,114); }
H1.HeaderClassName
{
color: #F81772;
}
.AnyTagClassName
{
color: #F81772;
}
</style>
background-color css
<style>
a { background-color: #F81772; }
a { background-color: rgb(248,23,114); }
div.DivClassName
{
background-color: #F81772;
}
.BgClassName
{
background-color: #F81772;
}
</style>
border-color css
<style>
span { border-color: #F81772; }
span { border-color: rgb(248,23,114); }
td.TdClassName
{
border-color: #F81772;
}
.TagClassName
{
border-color: #F81772;
}
</style>