Shades of Ruby #F8146C
Tints of Ruby #F8146C
RGB
CMYK
RGB Variations
Color information
#F8146C (or 0xF8146C) is known color: Ruby. HEX triplet: F8, 14 and 6C. RGB value is (248,20,108). Sum of RGB (Red+Green+Blue) = 248+20+108=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8146C is #07EB93. Grayscale: #626262. Windows color (decimal): -519060 or 7083256. OLE color: 7083256.
HSL color Cylindrical-coordinate representation of color #F8146C: hue angle of 336.84º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8146C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 108 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.03 |
| HSL | 336.84º | 0.94% | 0.53% | - |
| HSV(B) | 336.84º | 0.92% | 0.97% | - |
| XYZ | 41.67 | 21.54 | 16.15 | - |
| YUV | 98.2 | 133.54 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 108 | 0 | 0.92 | 0.56 | 0.03 | 336.84 | 0.94 | 0.53 |
| Hex | F8 | 14 | 6C | 0 | 5C | 38 | 3 | 151 | 5E | 35 |
| Octal | 370 | 24 | 154 | 0 | 134 | 70 | 3 | 521 | 136 | 65 |
| Binary | 11111000 | 10100 | 1101100 | 0 | 1011100 | 111000 | 11 | 101010001 | 1011110 | 110101 |
Color Harmonies of #F8146C
Complementary color
Monochromatic Colors of #F8146C
Black with #F8146C
Text Example
Text Example
White with #F8146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8146C; }
p { color: rgb(248,20,108); }
H1.HeaderClassName
{
color: #F8146C;
}
.AnyTagClassName
{
color: #F8146C;
}
</style>
background-color css
<style>
a { background-color: #F8146C; }
a { background-color: rgb(248,20,108); }
div.DivClassName
{
background-color: #F8146C;
}
.BgClassName
{
background-color: #F8146C;
}
</style>
border-color css
<style>
span { border-color: #F8146C; }
span { border-color: rgb(248,20,108); }
td.TdClassName
{
border-color: #F8146C;
}
.TagClassName
{
border-color: #F8146C;
}
</style>