Shades of Ruby #FE1868
Tints of Ruby #FE1868
RGB
CMYK
RGB Variations
Color information
#FE1868 (or 0xFE1868) is known color: Ruby. HEX triplet: FE, 18 and 68. RGB value is (254,24,104). Sum of RGB (Red+Green+Blue) = 254+24+104=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1868 is #01E797. Grayscale: #656565. Windows color (decimal): -124824 or 6822142. OLE color: 6822142.
HSL color Cylindrical-coordinate representation of color #FE1868: hue angle of 339.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1868 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 104 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.00 |
| HSL | 339.13º | 0.99% | 0.55% | - |
| HSV(B) | 339.13º | 0.91% | 1% | - |
| XYZ | 43.7 | 22.72 | 15.18 | - |
| YUV | 101.89 | 129.2 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 104 | 0 | 0.91 | 0.59 | 0.00 | 339.13 | 0.99 | 0.55 |
| Hex | FE | 18 | 68 | 0 | 5B | 3B | 0 | 153 | 63 | 37 |
| Octal | 376 | 30 | 150 | 0 | 133 | 73 | 0 | 523 | 143 | 67 |
| Binary | 11111110 | 11000 | 1101000 | 0 | 1011011 | 111011 | 0 | 101010011 | 1100011 | 110111 |
Color Harmonies of #FE1868
Complementary color
Monochromatic Colors of #FE1868
Black with #FE1868
Text Example
Text Example
White with #FE1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1868; }
p { color: rgb(254,24,104); }
H1.HeaderClassName
{
color: #FE1868;
}
.AnyTagClassName
{
color: #FE1868;
}
</style>
background-color css
<style>
a { background-color: #FE1868; }
a { background-color: rgb(254,24,104); }
div.DivClassName
{
background-color: #FE1868;
}
.BgClassName
{
background-color: #FE1868;
}
</style>
border-color css
<style>
span { border-color: #FE1868; }
span { border-color: rgb(254,24,104); }
td.TdClassName
{
border-color: #FE1868;
}
.TagClassName
{
border-color: #FE1868;
}
</style>