Shades of Ruby #FE196C
Tints of Ruby #FE196C
RGB
CMYK
RGB Variations
Color information
#FE196C (or 0xFE196C) is known color: Ruby. HEX triplet: FE, 19 and 6C. RGB value is (254,25,108). Sum of RGB (Red+Green+Blue) = 254+25+108=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE196C is #01E693. Grayscale: #666666. Windows color (decimal): -124564 or 7084542. OLE color: 7084542.
HSL color Cylindrical-coordinate representation of color #FE196C: hue angle of 338.25º 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 #FE196C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 108 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.00 |
| HSL | 338.25º | 0.99% | 0.55% | - |
| HSV(B) | 338.25º | 0.9% | 1% | - |
| XYZ | 43.93 | 22.85 | 16.28 | - |
| YUV | 102.93 | 130.87 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 108 | 0 | 0.90 | 0.57 | 0.00 | 338.25 | 0.99 | 0.55 |
| Hex | FE | 19 | 6C | 0 | 5A | 39 | 0 | 152 | 63 | 37 |
| Octal | 376 | 31 | 154 | 0 | 132 | 71 | 0 | 522 | 143 | 67 |
| Binary | 11111110 | 11001 | 1101100 | 0 | 1011010 | 111001 | 0 | 101010010 | 1100011 | 110111 |
Color Harmonies of #FE196C
Complementary color
Monochromatic Colors of #FE196C
Black with #FE196C
Text Example
Text Example
White with #FE196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE196C; }
p { color: rgb(254,25,108); }
H1.HeaderClassName
{
color: #FE196C;
}
.AnyTagClassName
{
color: #FE196C;
}
</style>
background-color css
<style>
a { background-color: #FE196C; }
a { background-color: rgb(254,25,108); }
div.DivClassName
{
background-color: #FE196C;
}
.BgClassName
{
background-color: #FE196C;
}
</style>
border-color css
<style>
span { border-color: #FE196C; }
span { border-color: rgb(254,25,108); }
td.TdClassName
{
border-color: #FE196C;
}
.TagClassName
{
border-color: #FE196C;
}
</style>