Shades of Ruby #FE196D
Tints of Ruby #FE196D
RGB
CMYK
RGB Variations
Color information
#FE196D (or 0xFE196D) is known color: Ruby. HEX triplet: FE, 19 and 6D. RGB value is (254,25,109). Sum of RGB (Red+Green+Blue) = 254+25+109=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE196D is #01E692. Grayscale: #666666. Windows color (decimal): -124563 or 7150078. OLE color: 7150078.
HSL color Cylindrical-coordinate representation of color #FE196D: hue angle of 337.99º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE196D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 109 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.00 |
| HSL | 337.99º | 0.99% | 0.55% | - |
| HSV(B) | 337.99º | 0.9% | 1% | - |
| XYZ | 43.98 | 22.87 | 16.56 | - |
| YUV | 103.05 | 131.37 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 109 | 0 | 0.90 | 0.57 | 0.00 | 337.99 | 0.99 | 0.55 |
| Hex | FE | 19 | 6D | 0 | 5A | 39 | 0 | 152 | 63 | 37 |
| Octal | 376 | 31 | 155 | 0 | 132 | 71 | 0 | 522 | 143 | 67 |
| Binary | 11111110 | 11001 | 1101101 | 0 | 1011010 | 111001 | 0 | 101010010 | 1100011 | 110111 |
Color Harmonies of #FE196D
Complementary color
Monochromatic Colors of #FE196D
Black with #FE196D
Text Example
Text Example
White with #FE196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE196D; }
p { color: rgb(254,25,109); }
H1.HeaderClassName
{
color: #FE196D;
}
.AnyTagClassName
{
color: #FE196D;
}
</style>
background-color css
<style>
a { background-color: #FE196D; }
a { background-color: rgb(254,25,109); }
div.DivClassName
{
background-color: #FE196D;
}
.BgClassName
{
background-color: #FE196D;
}
</style>
border-color css
<style>
span { border-color: #FE196D; }
span { border-color: rgb(254,25,109); }
td.TdClassName
{
border-color: #FE196D;
}
.TagClassName
{
border-color: #FE196D;
}
</style>