Shades of Ruby #FE196A
Tints of Ruby #FE196A
RGB
CMYK
RGB Variations
Color information
#FE196A (or 0xFE196A) is known color: Ruby. HEX triplet: FE, 19 and 6A. RGB value is (254,25,106). Sum of RGB (Red+Green+Blue) = 254+25+106=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE196A is #01E695. Grayscale: #666666. Windows color (decimal): -124566 or 6953470. OLE color: 6953470.
HSL color Cylindrical-coordinate representation of color #FE196A: hue angle of 338.78º 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 #FE196A is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 106 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.00 |
| HSL | 338.78º | 0.99% | 0.55% | - |
| HSV(B) | 338.78º | 0.9% | 1% | - |
| XYZ | 43.82 | 22.81 | 15.73 | - |
| YUV | 102.71 | 129.87 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 106 | 0 | 0.90 | 0.58 | 0.00 | 338.78 | 0.99 | 0.55 |
| Hex | FE | 19 | 6A | 0 | 5A | 3A | 0 | 153 | 63 | 37 |
| Octal | 376 | 31 | 152 | 0 | 132 | 72 | 0 | 523 | 143 | 67 |
| Binary | 11111110 | 11001 | 1101010 | 0 | 1011010 | 111010 | 0 | 101010011 | 1100011 | 110111 |
Color Harmonies of #FE196A
Complementary color
Monochromatic Colors of #FE196A
Black with #FE196A
Text Example
Text Example
White with #FE196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE196A; }
p { color: rgb(254,25,106); }
H1.HeaderClassName
{
color: #FE196A;
}
.AnyTagClassName
{
color: #FE196A;
}
</style>
background-color css
<style>
a { background-color: #FE196A; }
a { background-color: rgb(254,25,106); }
div.DivClassName
{
background-color: #FE196A;
}
.BgClassName
{
background-color: #FE196A;
}
</style>
border-color css
<style>
span { border-color: #FE196A; }
span { border-color: rgb(254,25,106); }
td.TdClassName
{
border-color: #FE196A;
}
.TagClassName
{
border-color: #FE196A;
}
</style>