Shades of Ruby #F81567
Tints of Ruby #F81567
RGB
CMYK
RGB Variations
Color information
#F81567 (or 0xF81567) is known color: Ruby. HEX triplet: F8, 15 and 67. RGB value is (248,21,103). Sum of RGB (Red+Green+Blue) = 248+21+103=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F81567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81567 is #07EA98. Grayscale: #626262. Windows color (decimal): -518809 or 6755832. OLE color: 6755832.
HSL color Cylindrical-coordinate representation of color #F81567: hue angle of 338.33º 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 #F81567 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 103 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.03 |
| HSL | 338.33º | 0.94% | 0.53% | - |
| HSV(B) | 338.33º | 0.92% | 0.97% | - |
| XYZ | 41.43 | 21.47 | 14.79 | - |
| YUV | 98.22 | 130.71 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 103 | 0 | 0.92 | 0.58 | 0.03 | 338.33 | 0.94 | 0.53 |
| Hex | F8 | 15 | 67 | 0 | 5C | 3A | 3 | 152 | 5E | 35 |
| Octal | 370 | 25 | 147 | 0 | 134 | 72 | 3 | 522 | 136 | 65 |
| Binary | 11111000 | 10101 | 1100111 | 0 | 1011100 | 111010 | 11 | 101010010 | 1011110 | 110101 |
Color Harmonies of #F81567
Complementary color
Monochromatic Colors of #F81567
Black with #F81567
Text Example
Text Example
White with #F81567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81567; }
p { color: rgb(248,21,103); }
H1.HeaderClassName
{
color: #F81567;
}
.AnyTagClassName
{
color: #F81567;
}
</style>
background-color css
<style>
a { background-color: #F81567; }
a { background-color: rgb(248,21,103); }
div.DivClassName
{
background-color: #F81567;
}
.BgClassName
{
background-color: #F81567;
}
</style>
border-color css
<style>
span { border-color: #F81567; }
span { border-color: rgb(248,21,103); }
td.TdClassName
{
border-color: #F81567;
}
.TagClassName
{
border-color: #F81567;
}
</style>