Shades of Ruby #F81D68
Tints of Ruby #F81D68
RGB
CMYK
RGB Variations
Color information
#F81D68 (or 0xF81D68) is known color: Ruby. HEX triplet: F8, 1D and 68. RGB value is (248,29,104). Sum of RGB (Red+Green+Blue) = 248+29+104=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D68 is #07E297. Grayscale: #666666. Windows color (decimal): -516760 or 6823416. OLE color: 6823416.
HSL color Cylindrical-coordinate representation of color #F81D68: hue angle of 339.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81D68 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 104 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.03 |
| HSL | 339.45º | 0.94% | 0.54% | - |
| HSV(B) | 339.45º | 0.88% | 0.97% | - |
| XYZ | 41.65 | 21.83 | 15.12 | - |
| YUV | 103.03 | 128.55 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 104 | 0 | 0.88 | 0.58 | 0.03 | 339.45 | 0.94 | 0.54 |
| Hex | F8 | 1D | 68 | 0 | 58 | 3A | 3 | 153 | 5E | 36 |
| Octal | 370 | 35 | 150 | 0 | 130 | 72 | 3 | 523 | 136 | 66 |
| Binary | 11111000 | 11101 | 1101000 | 0 | 1011000 | 111010 | 11 | 101010011 | 1011110 | 110110 |
Color Harmonies of #F81D68
Complementary color
Monochromatic Colors of #F81D68
Black with #F81D68
Text Example
Text Example
White with #F81D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D68; }
p { color: rgb(248,29,104); }
H1.HeaderClassName
{
color: #F81D68;
}
.AnyTagClassName
{
color: #F81D68;
}
</style>
background-color css
<style>
a { background-color: #F81D68; }
a { background-color: rgb(248,29,104); }
div.DivClassName
{
background-color: #F81D68;
}
.BgClassName
{
background-color: #F81D68;
}
</style>
border-color css
<style>
span { border-color: #F81D68; }
span { border-color: rgb(248,29,104); }
td.TdClassName
{
border-color: #F81D68;
}
.TagClassName
{
border-color: #F81D68;
}
</style>