Shades of Ruby #F81A67
Tints of Ruby #F81A67
RGB
CMYK
RGB Variations
Color information
#F81A67 (or 0xF81A67) is known color: Ruby. HEX triplet: F8, 1A and 67. RGB value is (248,26,103). Sum of RGB (Red+Green+Blue) = 248+26+103=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81A67 is #07E598. Grayscale: #656565. Windows color (decimal): -517529 or 6757112. OLE color: 6757112.
HSL color Cylindrical-coordinate representation of color #F81A67: hue angle of 339.19º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81A67 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 103 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.03 |
| HSL | 339.19º | 0.94% | 0.54% | - |
| HSV(B) | 339.19º | 0.9% | 0.97% | - |
| XYZ | 41.53 | 21.67 | 14.83 | - |
| YUV | 101.16 | 129.05 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 103 | 0 | 0.90 | 0.58 | 0.03 | 339.19 | 0.94 | 0.54 |
| Hex | F8 | 1A | 67 | 0 | 5A | 3A | 3 | 153 | 5E | 36 |
| Octal | 370 | 32 | 147 | 0 | 132 | 72 | 3 | 523 | 136 | 66 |
| Binary | 11111000 | 11010 | 1100111 | 0 | 1011010 | 111010 | 11 | 101010011 | 1011110 | 110110 |
Color Harmonies of #F81A67
Complementary color
Monochromatic Colors of #F81A67
Black with #F81A67
Text Example
Text Example
White with #F81A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A67; }
p { color: rgb(248,26,103); }
H1.HeaderClassName
{
color: #F81A67;
}
.AnyTagClassName
{
color: #F81A67;
}
</style>
background-color css
<style>
a { background-color: #F81A67; }
a { background-color: rgb(248,26,103); }
div.DivClassName
{
background-color: #F81A67;
}
.BgClassName
{
background-color: #F81A67;
}
</style>
border-color css
<style>
span { border-color: #F81A67; }
span { border-color: rgb(248,26,103); }
td.TdClassName
{
border-color: #F81A67;
}
.TagClassName
{
border-color: #F81A67;
}
</style>