Shades of Ruby #F81674
Tints of Ruby #F81674
RGB
CMYK
RGB Variations
Color information
#F81674 (or 0xF81674) is known color: Ruby. HEX triplet: F8, 16 and 74. RGB value is (248,22,116). Sum of RGB (Red+Green+Blue) = 248+22+116=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F81674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81674 is #07E98B. Grayscale: #646464. Windows color (decimal): -518540 or 7608056. OLE color: 7608056.
HSL color Cylindrical-coordinate representation of color #F81674: hue angle of 335.04º 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 #F81674 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 116 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.03 |
| HSL | 335.04º | 0.94% | 0.53% | - |
| HSV(B) | 335.04º | 0.91% | 0.97% | - |
| XYZ | 42.15 | 21.79 | 18.51 | - |
| YUV | 100.29 | 136.87 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 116 | 0 | 0.91 | 0.53 | 0.03 | 335.04 | 0.94 | 0.53 |
| Hex | F8 | 16 | 74 | 0 | 5B | 35 | 3 | 14F | 5E | 35 |
| Octal | 370 | 26 | 164 | 0 | 133 | 65 | 3 | 517 | 136 | 65 |
| Binary | 11111000 | 10110 | 1110100 | 0 | 1011011 | 110101 | 11 | 101001111 | 1011110 | 110101 |
Color Harmonies of #F81674
Complementary color
Monochromatic Colors of #F81674
Black with #F81674
Text Example
Text Example
White with #F81674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81674; }
p { color: rgb(248,22,116); }
H1.HeaderClassName
{
color: #F81674;
}
.AnyTagClassName
{
color: #F81674;
}
</style>
background-color css
<style>
a { background-color: #F81674; }
a { background-color: rgb(248,22,116); }
div.DivClassName
{
background-color: #F81674;
}
.BgClassName
{
background-color: #F81674;
}
</style>
border-color css
<style>
span { border-color: #F81674; }
span { border-color: rgb(248,22,116); }
td.TdClassName
{
border-color: #F81674;
}
.TagClassName
{
border-color: #F81674;
}
</style>