Shades of Ruby #FD1570
Tints of Ruby #FD1570
RGB
CMYK
RGB Variations
Color information
#FD1570 (or 0xFD1570) is known color: Ruby. HEX triplet: FD, 15 and 70. RGB value is (253,21,112). Sum of RGB (Red+Green+Blue) = 253+21+112=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1570 is #02EA8F. Grayscale: #646464. Windows color (decimal): -191120 or 7345661. OLE color: 7345661.
HSL color Cylindrical-coordinate representation of color #FD1570: hue angle of 336.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1570 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 112 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.01 |
| HSL | 336.47º | 0.98% | 0.54% | - |
| HSV(B) | 336.47º | 0.92% | 0.99% | - |
| XYZ | 43.7 | 22.59 | 17.39 | - |
| YUV | 100.74 | 134.36 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 112 | 0 | 0.92 | 0.56 | 0.01 | 336.47 | 0.98 | 0.54 |
| Hex | FD | 15 | 70 | 0 | 5C | 38 | 1 | 150 | 62 | 36 |
| Octal | 375 | 25 | 160 | 0 | 134 | 70 | 1 | 520 | 142 | 66 |
| Binary | 11111101 | 10101 | 1110000 | 0 | 1011100 | 111000 | 1 | 101010000 | 1100010 | 110110 |
Color Harmonies of #FD1570
Complementary color
Monochromatic Colors of #FD1570
Black with #FD1570
Text Example
Text Example
White with #FD1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1570; }
p { color: rgb(253,21,112); }
H1.HeaderClassName
{
color: #FD1570;
}
.AnyTagClassName
{
color: #FD1570;
}
</style>
background-color css
<style>
a { background-color: #FD1570; }
a { background-color: rgb(253,21,112); }
div.DivClassName
{
background-color: #FD1570;
}
.BgClassName
{
background-color: #FD1570;
}
</style>
border-color css
<style>
span { border-color: #FD1570; }
span { border-color: rgb(253,21,112); }
td.TdClassName
{
border-color: #FD1570;
}
.TagClassName
{
border-color: #FD1570;
}
</style>