Shades of Ruby #F81C67
Tints of Ruby #F81C67
RGB
CMYK
RGB Variations
Color information
#F81C67 (or 0xF81C67) is known color: Ruby. HEX triplet: F8, 1C and 67. RGB value is (248,28,103). Sum of RGB (Red+Green+Blue) = 248+28+103=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C67 is #07E398. Grayscale: #666666. Windows color (decimal): -517017 or 6757624. OLE color: 6757624.
HSL color Cylindrical-coordinate representation of color #F81C67: hue angle of 339.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C67 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 103 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.03 |
| HSL | 339.55º | 0.94% | 0.54% | - |
| HSV(B) | 339.55º | 0.89% | 0.97% | - |
| XYZ | 41.57 | 21.77 | 14.84 | - |
| YUV | 102.33 | 128.39 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 103 | 0 | 0.89 | 0.58 | 0.03 | 339.55 | 0.94 | 0.54 |
| Hex | F8 | 1C | 67 | 0 | 59 | 3A | 3 | 154 | 5E | 36 |
| Octal | 370 | 34 | 147 | 0 | 131 | 72 | 3 | 524 | 136 | 66 |
| Binary | 11111000 | 11100 | 1100111 | 0 | 1011001 | 111010 | 11 | 101010100 | 1011110 | 110110 |
Color Harmonies of #F81C67
Complementary color
Monochromatic Colors of #F81C67
Black with #F81C67
Text Example
Text Example
White with #F81C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C67; }
p { color: rgb(248,28,103); }
H1.HeaderClassName
{
color: #F81C67;
}
.AnyTagClassName
{
color: #F81C67;
}
</style>
background-color css
<style>
a { background-color: #F81C67; }
a { background-color: rgb(248,28,103); }
div.DivClassName
{
background-color: #F81C67;
}
.BgClassName
{
background-color: #F81C67;
}
</style>
border-color css
<style>
span { border-color: #F81C67; }
span { border-color: rgb(248,28,103); }
td.TdClassName
{
border-color: #F81C67;
}
.TagClassName
{
border-color: #F81C67;
}
</style>