Shades of Ruby #FE1870
Tints of Ruby #FE1870
RGB
CMYK
RGB Variations
Color information
#FE1870 (or 0xFE1870) is known color: Ruby. HEX triplet: FE, 18 and 70. RGB value is (254,24,112). Sum of RGB (Red+Green+Blue) = 254+24+112=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1870 is #01E78F. Grayscale: #666666. Windows color (decimal): -124816 or 7346430. OLE color: 7346430.
HSL color Cylindrical-coordinate representation of color #FE1870: hue angle of 337.04º 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 #FE1870 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 112 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.00 |
| HSL | 337.04º | 0.99% | 0.55% | - |
| HSV(B) | 337.04º | 0.91% | 1% | - |
| XYZ | 44.12 | 22.89 | 17.42 | - |
| YUV | 102.8 | 133.2 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 112 | 0 | 0.91 | 0.56 | 0.00 | 337.04 | 0.99 | 0.55 |
| Hex | FE | 18 | 70 | 0 | 5B | 38 | 0 | 151 | 63 | 37 |
| Octal | 376 | 30 | 160 | 0 | 133 | 70 | 0 | 521 | 143 | 67 |
| Binary | 11111110 | 11000 | 1110000 | 0 | 1011011 | 111000 | 0 | 101010001 | 1100011 | 110111 |
Color Harmonies of #FE1870
Complementary color
Monochromatic Colors of #FE1870
Black with #FE1870
Text Example
Text Example
White with #FE1870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1870; }
p { color: rgb(254,24,112); }
H1.HeaderClassName
{
color: #FE1870;
}
.AnyTagClassName
{
color: #FE1870;
}
</style>
background-color css
<style>
a { background-color: #FE1870; }
a { background-color: rgb(254,24,112); }
div.DivClassName
{
background-color: #FE1870;
}
.BgClassName
{
background-color: #FE1870;
}
</style>
border-color css
<style>
span { border-color: #FE1870; }
span { border-color: rgb(254,24,112); }
td.TdClassName
{
border-color: #FE1870;
}
.TagClassName
{
border-color: #FE1870;
}
</style>