Shades of Ruby #F81E6D
Tints of Ruby #F81E6D
RGB
CMYK
RGB Variations
Color information
#F81E6D (or 0xF81E6D) is known color: Ruby. HEX triplet: F8, 1E and 6D. RGB value is (248,30,109). Sum of RGB (Red+Green+Blue) = 248+30+109=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81E6D is #07E192. Grayscale: #686868. Windows color (decimal): -516499 or 7151352. OLE color: 7151352.
HSL color Cylindrical-coordinate representation of color #F81E6D: hue angle of 338.26º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81E6D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 109 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.03 |
| HSL | 338.26º | 0.94% | 0.55% | - |
| HSV(B) | 338.26º | 0.88% | 0.97% | - |
| XYZ | 41.94 | 21.99 | 16.5 | - |
| YUV | 104.19 | 130.72 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 109 | 0 | 0.88 | 0.56 | 0.03 | 338.26 | 0.94 | 0.55 |
| Hex | F8 | 1E | 6D | 0 | 58 | 38 | 3 | 152 | 5E | 37 |
| Octal | 370 | 36 | 155 | 0 | 130 | 70 | 3 | 522 | 136 | 67 |
| Binary | 11111000 | 11110 | 1101101 | 0 | 1011000 | 111000 | 11 | 101010010 | 1011110 | 110111 |
Color Harmonies of #F81E6D
Complementary color
Monochromatic Colors of #F81E6D
Black with #F81E6D
Text Example
Text Example
White with #F81E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E6D; }
p { color: rgb(248,30,109); }
H1.HeaderClassName
{
color: #F81E6D;
}
.AnyTagClassName
{
color: #F81E6D;
}
</style>
background-color css
<style>
a { background-color: #F81E6D; }
a { background-color: rgb(248,30,109); }
div.DivClassName
{
background-color: #F81E6D;
}
.BgClassName
{
background-color: #F81E6D;
}
</style>
border-color css
<style>
span { border-color: #F81E6D; }
span { border-color: rgb(248,30,109); }
td.TdClassName
{
border-color: #F81E6D;
}
.TagClassName
{
border-color: #F81E6D;
}
</style>