Shades of Ruby #FE1570
Tints of Ruby #FE1570
RGB
CMYK
RGB Variations
Color information
#FE1570 (or 0xFE1570) is known color: Ruby. HEX triplet: FE, 15 and 70. RGB value is (254,21,112). Sum of RGB (Red+Green+Blue) = 254+21+112=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1570 is #01EA8F. Grayscale: #646464. Windows color (decimal): -125584 or 7345662. OLE color: 7345662.
HSL color Cylindrical-coordinate representation of color #FE1570: hue angle of 336.57º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1570 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 112 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.00 |
| HSL | 336.57º | 0.99% | 0.54% | - |
| HSV(B) | 336.57º | 0.92% | 1% | - |
| XYZ | 44.07 | 22.78 | 17.4 | - |
| YUV | 101.04 | 134.19 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 112 | 0 | 0.92 | 0.56 | 0.00 | 336.57 | 0.99 | 0.54 |
| Hex | FE | 15 | 70 | 0 | 5C | 38 | 0 | 151 | 63 | 36 |
| Octal | 376 | 25 | 160 | 0 | 134 | 70 | 0 | 521 | 143 | 66 |
| Binary | 11111110 | 10101 | 1110000 | 0 | 1011100 | 111000 | 0 | 101010001 | 1100011 | 110110 |
Color Harmonies of #FE1570
Complementary color
Monochromatic Colors of #FE1570
Black with #FE1570
Text Example
Text Example
White with #FE1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1570; }
p { color: rgb(254,21,112); }
H1.HeaderClassName
{
color: #FE1570;
}
.AnyTagClassName
{
color: #FE1570;
}
</style>
background-color css
<style>
a { background-color: #FE1570; }
a { background-color: rgb(254,21,112); }
div.DivClassName
{
background-color: #FE1570;
}
.BgClassName
{
background-color: #FE1570;
}
</style>
border-color css
<style>
span { border-color: #FE1570; }
span { border-color: rgb(254,21,112); }
td.TdClassName
{
border-color: #FE1570;
}
.TagClassName
{
border-color: #FE1570;
}
</style>