Shades of Ruby #FF1570
Tints of Ruby #FF1570
RGB
CMYK
RGB Variations
Color information
#FF1570 (or 0xFF1570) is known color: Ruby. HEX triplet: FF, 15 and 70. RGB value is (255,21,112). Sum of RGB (Red+Green+Blue) = 255+21+112=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1570 is #00EA8F. Grayscale: #656565. Windows color (decimal): -60048 or 7345663. OLE color: 7345663.
HSL color Cylindrical-coordinate representation of color #FF1570: hue angle of 336.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1570 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 112 | - |
| CMYK | 0 | 0.92 | 0.56 | 0 |
| HSL | 336.67º | 1% | 0.54% | - |
| HSV(B) | 336.67º | 0.92% | 1% | - |
| XYZ | 44.43 | 22.97 | 17.42 | - |
| YUV | 101.34 | 134.02 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 112 | 0 | 0.92 | 0.56 | 0 | 336.67 | 1 | 0.54 |
| Hex | FF | 15 | 70 | 0 | 5C | 38 | 0 | 151 | 64 | 36 |
| Octal | 377 | 25 | 160 | 0 | 134 | 70 | 0 | 521 | 144 | 66 |
| Binary | 11111111 | 10101 | 1110000 | 0 | 1011100 | 111000 | 0 | 101010001 | 1100100 | 110110 |
Color Harmonies of #FF1570
Complementary color
Monochromatic Colors of #FF1570
Black with #FF1570
Text Example
Text Example
White with #FF1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1570; }
p { color: rgb(255,21,112); }
H1.HeaderClassName
{
color: #FF1570;
}
.AnyTagClassName
{
color: #FF1570;
}
</style>
background-color css
<style>
a { background-color: #FF1570; }
a { background-color: rgb(255,21,112); }
div.DivClassName
{
background-color: #FF1570;
}
.BgClassName
{
background-color: #FF1570;
}
</style>
border-color css
<style>
span { border-color: #FF1570; }
span { border-color: rgb(255,21,112); }
td.TdClassName
{
border-color: #FF1570;
}
.TagClassName
{
border-color: #FF1570;
}
</style>