Shades of Ruby #FE166F
Tints of Ruby #FE166F
RGB
CMYK
RGB Variations
Color information
#FE166F (or 0xFE166F) is known color: Ruby. HEX triplet: FE, 16 and 6F. RGB value is (254,22,111). Sum of RGB (Red+Green+Blue) = 254+22+111=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE166F is #01E990. Grayscale: #656565. Windows color (decimal): -125329 or 7280382. OLE color: 7280382.
HSL color Cylindrical-coordinate representation of color #FE166F: hue angle of 336.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE166F is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.00 |
| HSL | 336.98º | 0.99% | 0.54% | - |
| HSV(B) | 336.98º | 0.91% | 1% | - |
| XYZ | 44.03 | 22.79 | 17.12 | - |
| YUV | 101.51 | 133.36 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 111 | 0 | 0.91 | 0.56 | 0.00 | 336.98 | 0.99 | 0.54 |
| Hex | FE | 16 | 6F | 0 | 5B | 38 | 0 | 151 | 63 | 36 |
| Octal | 376 | 26 | 157 | 0 | 133 | 70 | 0 | 521 | 143 | 66 |
| Binary | 11111110 | 10110 | 1101111 | 0 | 1011011 | 111000 | 0 | 101010001 | 1100011 | 110110 |
Color Harmonies of #FE166F
Complementary color
Monochromatic Colors of #FE166F
Black with #FE166F
Text Example
Text Example
White with #FE166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE166F; }
p { color: rgb(254,22,111); }
H1.HeaderClassName
{
color: #FE166F;
}
.AnyTagClassName
{
color: #FE166F;
}
</style>
background-color css
<style>
a { background-color: #FE166F; }
a { background-color: rgb(254,22,111); }
div.DivClassName
{
background-color: #FE166F;
}
.BgClassName
{
background-color: #FE166F;
}
</style>
border-color css
<style>
span { border-color: #FE166F; }
span { border-color: rgb(254,22,111); }
td.TdClassName
{
border-color: #FE166F;
}
.TagClassName
{
border-color: #FE166F;
}
</style>