Shades of Ruby #F81574
Tints of Ruby #F81574
RGB
CMYK
RGB Variations
Color information
#F81574 (or 0xF81574) is known color: Ruby. HEX triplet: F8, 15 and 74. RGB value is (248,21,116). Sum of RGB (Red+Green+Blue) = 248+21+116=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F81574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81574 is #07EA8B. Grayscale: #636363. Windows color (decimal): -518796 or 7607800. OLE color: 7607800.
HSL color Cylindrical-coordinate representation of color #F81574: hue angle of 334.89º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81574 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 116 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.03 |
| HSL | 334.89º | 0.94% | 0.53% | - |
| HSV(B) | 334.89º | 0.92% | 0.97% | - |
| XYZ | 42.13 | 21.75 | 18.5 | - |
| YUV | 99.7 | 137.21 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 116 | 0 | 0.92 | 0.53 | 0.03 | 334.89 | 0.94 | 0.53 |
| Hex | F8 | 15 | 74 | 0 | 5C | 35 | 3 | 14F | 5E | 35 |
| Octal | 370 | 25 | 164 | 0 | 134 | 65 | 3 | 517 | 136 | 65 |
| Binary | 11111000 | 10101 | 1110100 | 0 | 1011100 | 110101 | 11 | 101001111 | 1011110 | 110101 |
Color Harmonies of #F81574
Complementary color
Monochromatic Colors of #F81574
Black with #F81574
Text Example
Text Example
White with #F81574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81574; }
p { color: rgb(248,21,116); }
H1.HeaderClassName
{
color: #F81574;
}
.AnyTagClassName
{
color: #F81574;
}
</style>
background-color css
<style>
a { background-color: #F81574; }
a { background-color: rgb(248,21,116); }
div.DivClassName
{
background-color: #F81574;
}
.BgClassName
{
background-color: #F81574;
}
</style>
border-color css
<style>
span { border-color: #F81574; }
span { border-color: rgb(248,21,116); }
td.TdClassName
{
border-color: #F81574;
}
.TagClassName
{
border-color: #F81574;
}
</style>