Shades of Ruby #F8126F
Tints of Ruby #F8126F
RGB
CMYK
RGB Variations
Color information
#F8126F (or 0xF8126F) is known color: Ruby. HEX triplet: F8, 12 and 6F. RGB value is (248,18,111). Sum of RGB (Red+Green+Blue) = 248+18+111=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8126F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8126F is #07ED90. Grayscale: #616161. Windows color (decimal): -519569 or 7279352. OLE color: 7279352.
HSL color Cylindrical-coordinate representation of color #F8126F: hue angle of 335.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8126F is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 111 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.03 |
| HSL | 335.74º | 0.94% | 0.52% | - |
| HSV(B) | 335.74º | 0.93% | 0.97% | - |
| XYZ | 41.8 | 21.54 | 16.99 | - |
| YUV | 97.37 | 135.7 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 111 | 0 | 0.93 | 0.55 | 0.03 | 335.74 | 0.94 | 0.52 |
| Hex | F8 | 12 | 6F | 0 | 5D | 37 | 3 | 150 | 5E | 34 |
| Octal | 370 | 22 | 157 | 0 | 135 | 67 | 3 | 520 | 136 | 64 |
| Binary | 11111000 | 10010 | 1101111 | 0 | 1011101 | 110111 | 11 | 101010000 | 1011110 | 110100 |
Color Harmonies of #F8126F
Complementary color
Monochromatic Colors of #F8126F
Black with #F8126F
Text Example
Text Example
White with #F8126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8126F; }
p { color: rgb(248,18,111); }
H1.HeaderClassName
{
color: #F8126F;
}
.AnyTagClassName
{
color: #F8126F;
}
</style>
background-color css
<style>
a { background-color: #F8126F; }
a { background-color: rgb(248,18,111); }
div.DivClassName
{
background-color: #F8126F;
}
.BgClassName
{
background-color: #F8126F;
}
</style>
border-color css
<style>
span { border-color: #F8126F; }
span { border-color: rgb(248,18,111); }
td.TdClassName
{
border-color: #F8126F;
}
.TagClassName
{
border-color: #F8126F;
}
</style>