Shades of Ruby #FE196F
Tints of Ruby #FE196F
RGB
CMYK
RGB Variations
Color information
#FE196F (or 0xFE196F) is known color: Ruby. HEX triplet: FE, 19 and 6F. RGB value is (254,25,111). Sum of RGB (Red+Green+Blue) = 254+25+111=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE196F is #01E690. Grayscale: #676767. Windows color (decimal): -124561 or 7281150. OLE color: 7281150.
HSL color Cylindrical-coordinate representation of color #FE196F: hue angle of 337.47º 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 #FE196F is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 111 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.00 |
| HSL | 337.47º | 0.99% | 0.55% | - |
| HSV(B) | 337.47º | 0.9% | 1% | - |
| XYZ | 44.09 | 22.91 | 17.14 | - |
| YUV | 103.28 | 132.37 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 111 | 0 | 0.90 | 0.56 | 0.00 | 337.47 | 0.99 | 0.55 |
| Hex | FE | 19 | 6F | 0 | 5A | 38 | 0 | 151 | 63 | 37 |
| Octal | 376 | 31 | 157 | 0 | 132 | 70 | 0 | 521 | 143 | 67 |
| Binary | 11111110 | 11001 | 1101111 | 0 | 1011010 | 111000 | 0 | 101010001 | 1100011 | 110111 |
Color Harmonies of #FE196F
Complementary color
Monochromatic Colors of #FE196F
Black with #FE196F
Text Example
Text Example
White with #FE196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE196F; }
p { color: rgb(254,25,111); }
H1.HeaderClassName
{
color: #FE196F;
}
.AnyTagClassName
{
color: #FE196F;
}
</style>
background-color css
<style>
a { background-color: #FE196F; }
a { background-color: rgb(254,25,111); }
div.DivClassName
{
background-color: #FE196F;
}
.BgClassName
{
background-color: #FE196F;
}
</style>
border-color css
<style>
span { border-color: #FE196F; }
span { border-color: rgb(254,25,111); }
td.TdClassName
{
border-color: #FE196F;
}
.TagClassName
{
border-color: #FE196F;
}
</style>